English

Computer Science 2 Official 2023-2024 HSC Science (Computer Science) 12th Standard Board Exam Question Paper Solution

Advertisements
Computer Science 2 [Official]
Marks: 50 Maharashtra State Board
HSC Science (Computer Science)

Academic Year: 2023-2024
Date & Time: 14th March 2024, 11:00 am
Duration: 3h
Advertisements

[10]1
[4]1.A |  Select the correct alternative for blank space and rewrite entire statement for the following:
[1]1.A.a

The invalid register pair in 8085 Microprocessor is ______.

BC

HL

SP

DE

Concept: undefined - undefined
Chapter:
[1]1.A.b

The length of instruction PUSH Rp is ______ byte(s).

2

1

3

4

Concept: undefined - undefined
Chapter:
[1]1.A.c

8051 is ______ bit microcontroller.

8

4

16

32

Concept: undefined - undefined
Chapter:
[1]1.A.d

The device used to extend cable length of a network is ______.

modem

Repeater

Hub

Router

Concept: undefined - undefined
Chapter:
[6]1.B | Answer any two of the following:
[3]1.B.a

Content of flag register of 8085 Microprocessor is 55H. Write its bit pattern and give interpretations.

Concept: undefined - undefined
Chapter:
[3]1.B.b

Explain the function of ALU with a simple block diagram.

Concept: undefined - undefined
Chapter:
[3]1.B.c

Define Microcontroller.

Concept: undefined - undefined
Chapter:

State any 4 advantages of same over microprocessor based system.

Concept: undefined - undefined
Chapter:
[10]2
[6]2.A | Answer any two of the following:
[3]2.A.a
[0.5]2.A.a.i

Identify 1-byte, 2-byte and 3-byte instruction from the following and write the same:

LDA CO40H

Concept: undefined - undefined
Chapter:
[0.5]2.A.a.ii

Identify 1-byte, 2-byte and 3-byte instruction from the following and write the same:

ADC M

Concept: undefined - undefined
Chapter:
[0.5]2.A.a.iii

Identify 1-byte, 2-byte and 3-byte instruction from the following and write the same:

CPI D4H

Concept: undefined - undefined
Chapter:
[0.5]2.A.a.iv

Identify 1-byte, 2-byte and 3-byte instruction from the following and write the same:

ORI 9DH

Concept: undefined - undefined
Chapter:
[0.5]2.A.a.v

Identify 1-byte, 2-byte and 3-byte instruction from the following and write the same:

XTHL

Concept: undefined - undefined
Chapter:
[0.5]2.A.a.vi

Identify 1-byte, 2-byte and 3-byte instruction from the following and write the same:

LHLD 2060H

Concept: undefined - undefined
Chapter:
Advertisements
[3]2.A.b

Explain in short six characteritics of Transmission Media.

Concept: undefined - undefined
Chapter:
[3]2.A.c

State any three addressing modes of 8085 Microprocessor instructions with one example of each.

Concept: undefined - undefined
Chapter:
[4]2.B | Answer any one of the following:
[4]2.B.a
[1]2.B.a.i

Explain the functions of the following pin of 8085 Microprocessor:

`bar("RD")`

Concept: undefined - undefined
Chapter:
[1]2.B.a.ii

Explain the functions of the following pin of 8085 Microprocessor:

HOLD

Concept: undefined - undefined
Chapter:
[1]2.B.a.iii

Explain the functions of the following pin of 8085 Microprocessor:

RST 7.5

Concept: undefined - undefined
Chapter:
[1]2.B.a.iv

Explain the functions of the following pin of 8085 Micro Processor:

`bar("INTA")` 

Concept: undefined - undefined
Chapter:
[4]2.B.b

Explain in short Ring Topology. 

Concept: undefined - undefined
Chapter:

State one advantage of Ring Topology.

Concept: undefined - undefined
Chapter:

State one disadvantage of Ring Topology.

Concept: undefined - undefined
Chapter:
[10]3
[6]3.A | Answer any two of the following:
[3]3.A.a

Differentiate between UTP and STP cables.

Concept: undefined - undefined
Chapter:
[3]3.A.b

What is Bus? 

Concept: undefined - undefined
Chapter:

Explain address Bus of 8085 Microprocessor.

Concept: undefined - undefined
Chapter:

Explain Data Bus of 8085 Microprocessor. 

Concept: undefined - undefined
Chapter:
[3]3.A.c

State any two advantages of wireless media in networking.

Concept: undefined - undefined
Chapter:

State any one disadvantage of wireless media in networking.

Concept: undefined - undefined
Chapter:
[4]3.B | Answer any one of the following:
[4]3.B.a
[2]3.B.a.i

Explain the following connectivity device:

Modem 

Concept: undefined - undefined
Chapter:
[2]3.B.a.ii

Explain the following connectivity device: 

Hub

Concept: undefined - undefined
Chapter:
[4]3.B.b

Consider Accumulator contains FFH and register C contains 4DH. Execute following instructions one after the other and write contents of Accumulator after each instruction: 

  1. XRA A
  2. ADD C
  3. CPI 4D H
  4. SUB C
Concept: undefined - undefined
Chapter:
Advertisements
[10]4
[6]4.A | Answer any two of the following:
[3]4.A.a

Differentiate between Hardware and Software interrupts of 8085 Microprocessor. (Any three points)

Concept: undefined - undefined
Chapter:
[3]4.A.b

State any six features of 8051 Microcontroller.

Concept: undefined - undefined
Chapter:
[3]4.A.c

Draw and label programming model of 80286 Microprocessor.

Concept: undefined - undefined
Chapter:
[4]4.B | Answer any one of the following:
[4]4.B.a

List all conditional jump instructions of 8085 Microprocessor with the condition of flag, in each.

Concept: undefined - undefined
Chapter:
[4]4.B.b
[1]4.B.b.i

Explain the following feature of Pentium Microprocessor:

Dual Pipeline

Concept: undefined - undefined
Chapter:
[1]4.B.b.ii

Explain the following feature of Pentium Microprocessor:

On-chip cache

Concept: undefined - undefined
Chapter:
[1]4.B.b.iii

Explain the following feature of Pentium Microprocessor:

Branch Prediction

Concept: undefined - undefined
Chapter:
[1]4.B.b.iv

Explain the following feature of Pentium Microprocessor:

64-bit data bus

Concept: undefined - undefined
Chapter:
[10]5
[5]5.A | Answer any two of the following:
[5]5.A.a

Write an assembly language program to multiply two 1-byte data stored at memory locations C600 H and C601 H respectively. Store the 16-bit result at locations C602 H and C603 H beginning with lower order byte of the result. 

Concept: undefined - undefined
Chapter:
[5]5.A.b

Consider a block memory locations from C300 H to C30F H, another block from C400 H to C40F H. Write an assembly language program to exchange contents of these two blocks.

Concept: undefined - undefined
Chapter:
[5]5.A.c

Write an assembly language program to get Binary Coded Decimal (BCD) sum of series of 1-byte numbers stored at locations beginning 2600 H. Length of series is at 25FF H. Store the 1-byte result in 2700 H.

Concept: undefined - undefined
Chapter:
OR
[5]5.B | Answer any two of the following:
[5]5.B.a

A series of 1-bute hexadecimal data is stored at memory locations from D600 H to D60A H. Write an assembly language program to replace each odd number in the series with data 00H.

Concept: undefined - undefined
Chapter:
[5]5.B.b

Consider a block of memory locations beginning D600 H to D60F H. Write an assembly language program to find first occurrence of data byte A2 H, found HL pair must contain 0000H.

Concept: undefined - undefined
Chapter:
[5]5.B.c

A block of fifteen memory locations begins D200 H. Write an assembly language program to convert each data in the block into its 1's complement. Store the result at locations beginning D300 H.

Concept: undefined - undefined
Chapter:

Video TutorialsVIEW ALL [1]

Submit Question Paper

Help us maintain new question papers on Shaalaa.com, so we can continue to help students




only jpg, png and pdf files

Maharashtra State Board previous year question papers 12th Standard Board Exam Computer Science 2 with solutions 2023 - 2024

     Maharashtra State Board 12th Standard Board Exam Computer Science 2 question paper solution is key to score more marks in final exams. Students who have used our past year paper solution have significantly improved in speed and boosted their confidence to solve any question in the examination. Our Maharashtra State Board 12th Standard Board Exam Computer Science 2 question paper 2024 serve as a catalyst to prepare for your Computer Science 2 board examination.
     Previous year Question paper for Maharashtra State Board 12th Standard Board Exam Computer Science 2-2024 is solved by experts. Solved question papers gives you the chance to check yourself after your mock test.
     By referring the question paper Solutions for Computer Science 2, you can scale your preparation level and work on your weak areas. It will also help the candidates in developing the time-management skills. Practice makes perfect, and there is no better way to practice than to attempt previous year question paper solutions of Maharashtra State Board 12th Standard Board Exam.

How Maharashtra State Board 12th Standard Board Exam Question Paper solutions Help Students ?
• Question paper solutions for Computer Science 2 will helps students to prepare for exam.
• Question paper with answer will boost students confidence in exam time and also give you an idea About the important questions and topics to be prepared for the board exam.
• For finding solution of question papers no need to refer so multiple sources like textbook or guides.
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×