Maharashtra HSC or 12th Computer Important Question 2019 Exam

Maharashtra HSC or 12th Computer Important Question 2019 Exam

(1) (A) Select correct options and rewrite the following:

(a) The flag register of 8085 microprocessor contains _______________ flags.

(i) 8

(ii) 3

(iii) 7

(iv) 5

(b) ANA, r instruction come under _________ group.

(i) Arithmetic

(ii) Logical

(iii) Branch

(iv) Data Transfer

(C) The maximum physical memory can be addressed by 80286 microprocessor is ____________

(i) 640 KB

(ii) 1 MB

(iii) 16 MB

(iv) 4 KB

(d) _________ cable uses light signals to transmit data.

(i) Fiber Optic

(ii) Coaxial

(iii) UTP

(iv) STP

(B) Solve any two of the following:

(a) Explain functions of the following pins of 8085 Microprocessor :

(i) Multiplexed address/data bus pin (AD0 – AD7)

(ii) RST 6.5

(iii) CLK (OUT)

(b) Write the address mode and length in bytes of the following instructions :

(i) CPI 10 H

(ii) MOV M, B

(iii) SHLD C009 H

(c) Compare any three characteristics of Twisted Pair Cable with Coaxial Cable.

  1. (A) Solve any two of the following:

(a) Define the following terms with suitable diagrams:

(i) T State

(ii) Machine Cycle

(iii) Instruction Cycle

(b) What is Wireless Media? Write any two advantages of Wireless Media.

(c) The accumulator in 8085 microprocessor contains data 71H and register E contains 39H. What will be the contents of an accumulator in Hexadecimal after execution of the following instructions independently?

(i) ADD E

(ii) ORA E

(iii) RRC

(B) Solve any one of the following:

(a) What is Microcontroller? State any three advanced features of 8052 microcontroller over 8051 microcontroller.

(b) What is Vectored Interrupt? State all hardware interrupts with their vectored addresses; write the priorities of hardware interrupts.

  1. (A) Solve any two of the following:

(a) Write any three difference points between Memory Mapped I/O and I/O Mapped I/O Addressing Scheme.

(b) Explain the following instructions of 8085 Microprocessor with example of each:

(i) PUSH PSW

(ii) INX rp

(iii) DAD rp

(B) Solve any one of the following:

(a) Write any two features of following Microcontrollers:

(i) 8048

(ii) 8052

(iii) 8031

(b) What is Ethernet? Discuss different types of Ethernet.

  1. (A) Solve any two of the following:

(a) Compare any three attributes of 80386 and 80486 Microprocessor.

(b) Write any three instructions to make Accumulator Zero.

(c) What is Microprocessor? List its functions.

(B) Solve any one of the following:

(a) Write a function of following functional units of 8085 Microprocessor:

(i) Instruction Decoder

(ii) General Purpose Register

(iii) Data/Address Buffer

(iv) Status Register

 (b) What is Transmission Media? Explain in short six characteristics of Transmission Media.

  1. Solve any two of the following:

(a) Write a Assembly Language Program to copy a block of data having starting address 4500 H to new location starting from 4600 H. The length of block is stored at memory location 44FF H.

(b) Write an Assembly Language Program to add two 8-bits BCD numbers stored at memory location 4500 H and 4501 H. Store the two byte BCD result from memory location 4502 H onwards.

(c) Write an Assembly Language Program to fill memory locations 4500H to 4504 with the Hexadecimal numbers 09 H to ODH respectively.

OR

  1. Solve any two of the following:

(a) Write an Assembly language program to exchange the nibbles of 8-bit number stored in memory location 4500H. Store the result at memory location 4501H.

(b) A block of data is stored in memory location 4500 H. the length of block is stored in memory location 44FFH. Write an Assembly Language Program that searches for the first occurrence of data D9H in given block. Store the address of this occurrence in H.L. pair. If the number is not found then HL pair should contain 5000 H.

(c) A block of data is stored from memory location 4501H and onwards. The length of the block is stored at memory location 4500H. Write an Assembly Language Program to find the sum of block of data. Store the two byte result from memory location 4600 H