English

Computer Science 2 Set 1 2021-2022 HSC Science (Computer Science) 12th Standard Board Exam Question Paper Solution

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

Academic Year: 2021-2022
Date & Time: 25th March 2022, 10:30 am
Duration: 3h15m
Advertisements
  1. All questions are compulsory.
  2. Figures to the right indicate full marks.
  3. Draw neat diagram wherever necessary.
  4. Use of any type of calculator is not allowed.
  5. Comments are must in assembly language program.

Select the correct alternative and rewrite the following:
[1]1. (A) (a)

8085 microprocessor consist of ______ general purpose registers.

4

6

8

16

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

______ is not an example of logical operation of 8085 Microprocessor.

Rotate

Complement

Increment

Compare

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

8051 is ______ bit microcontroller.

8

4

16

32

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

Bandwidth of telephone line is ______.

3 to 4 KHz

30 to 40 KHz

10 to 100 KHz

50 to 80 KHz

Concept: undefined - undefined
Chapter:
Answer any two of the folloiwng:
[1]1. (B) (a) (i)

Write a function of the following functional unit of 8085 Microprocessor:

Instruction Decoder

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

Explain the following register of 8085 Microprocessor:

Temporary Register

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

Explain Stack pointer (SP).

Concept: undefined - undefined
Chapter:
[1]1. (B) (b) 1.

What do you mean by Interrupt?

Concept: undefined - undefined
Chapter:
[2]1. (B) (b) 2.

Explain Software Interrupt.

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

Explain the programming model for 32-bit version of x-86 family with suitable diagram.

Concept: undefined - undefined
Chapter:
Answer any two of the following:
[3]2. (A) (a)

Differentiate between Micro-controller and a Micro-processor.

Concept: undefined - undefined
Chapter:
[1]2. (A) (b) 1.

What do you mean by modem?

Concept: undefined - undefined
Chapter:
[2]2. (A) (b) 2.

Explain the types of modem?

Concept: undefined - undefined
Chapter:
[1]2. (A) (c) (i)

Explain the function of the following pin of 8085:

SID

Concept: undefined - undefined
Chapter:
[1]2. (A) (c) (ii)

Explain the functions of the following pin of 8085 Microprocessor:

HOLD

Concept: undefined - undefined
Chapter:
Advertisements
[1]2. (A) (c) (iii)
 

Explain the function of the following pin of 8085:

`"IO|" bar"M"`

 
Concept: undefined - undefined
Chapter:
Answer any one of the following:
[1]2. (B) (a) 1.

What is Flag Register?

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

Explain flag regiter’s bit pattern by giving an example.

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

Explain any four characteristics of Co-axial Cable.

Concept: undefined - undefined
Chapter:
[1]3. (A) (b) (i)

Explain the immediate addressing mode of 8085 Micro-processor with examples.

Concept: undefined - undefined
Chapter:
[1]3. (A) (b) (ii)

Explain the following addressing mode of 8085 Microprocessor:

Register Indirect Addressing

Concept: undefined - undefined
Chapter:
[1]3. (A) (b) (iii)

Explain the following addressing mode of 8085 Microprocessor:

Direct Addressing

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

The Accumulator contains the data 76H and the register L contains the data A6H. What will be the contents of accumulator in hex after, execution of each of the following instruction independently:

  1. ORA L
  2. ANA L
  3. RRC
Concept: undefined - undefined
Chapter:
Answer any one of the following:
[4]3. (B) (a)

Differentiate between UTP and STP cables.

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

Flag Register contains data D9H. Interpret its meaning.

Concept: undefined - undefined
Chapter:
Answer any two of the following:
[0.5]4. (A) (a) (i)

Write the addressing mode of the following instruction:

RAL

Concept: undefined - undefined
Chapter:
[0.5]4. (A) (a) (ii)

Write the addressing mode of the following instruction:

STA C500 H

Concept: undefined - undefined
Chapter:
[0.5]4. (A) (a) (iii)

Write the addressing mode of the following instruction:

ADD C

Concept: undefined - undefined
Chapter:
[0.5]4. (A) (a) (iv)

Write the addressing mode of the following instruction:

MVI B, 55 H

Concept: undefined - undefined
Chapter:
[0.5]4. (A) (a) (v)

Write the addressing mode of the following instruction:

MOV M, A

Concept: undefined - undefined
Chapter:
Advertisements
[0.5]4. (A) (a) (vi)

Write the addressing mode of the following instruction:

INR A

Concept: undefined - undefined
Chapter:
[1]4. (A) (b) 1.

What is Microprocessor?

Concept: undefined - undefined
Chapter:
[2]4. (A) (b) 2.

Write features of 8085 Microprocessor.

Concept: undefined - undefined
Chapter:
[1]4. (A) (c) 1.

Explain LAN.

Concept: undefined - undefined
Chapter:
[1]4. (A) (c) 2.

Explain WAN.

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

Explain MAN.

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

State any two of Micro-controller advantages over Micro-processor.

Concept: undefined - undefined
Chapter:
[2]4. (B) (a) 2.

State any six applications of Microcontroller,

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

Explain the following device:

Repeater

Concept: undefined - undefined
Chapter: [5] Networking Technology
[2]4. (B) (b) 2.

Explain the following device:

Router

Concept: undefined - undefined
Chapter: [5] Networking Technology
Answer any two of the following:
[5]5. (a)

A block of data is stored in memory location from C101H to C10AH. Write an Assembly Language Program to transfer the block in reverse order to memory location C200H and onward.

Concept: undefined - undefined
Chapter:
[5]5. (b)

Write an Assembly Language Program to find the product of two numbers stored in memory location C005H and C006H. Store the result in C000H and C001H.

Concept: undefined - undefined
Chapter:
[5]5. (c)

Write an Assembly Language Program to add two BCD number stored at location 2500H and 2501H. Place the BCD result in location 2502H and onward starting with LSB.

Concept: undefined - undefined
Chapter:
Answer any two of the following:
[5]5. (a)

Write a subroutine to fill the memory location 2501H to 25FF H with Hex number 01H to FFH.

Concept: undefined - undefined
Chapter:
[5]5. (b)

A Hex number is stored at location 2100H. Write an Assembly Language Program to interchange its digit, the new number is to be stored in 2105H. Add original number with new number and store the result at location 2105H.

Concept: undefined - undefined
Chapter:
[5]5. (c)

Write an ALP to count the number of odd data byte occurring in a block, starting from memory location 2501H to 25FFH. Store the result at the memory location 2600H.

Concept: undefined - undefined
Chapter:

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 2021 - 2022

     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 2022 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-2022 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×