Bscit 403
Bscit 403
Bscit 403
Instruction to Candidates:
1) Section - A is compulsory.
2) Attempt any Nine questions from Section - B.
Section - A
Q1) (15 x 2 = 30)
Section - B
(9 x 5 = 45)
Q2) Draw the functional block diagram of INTEL 8085 microprocessor.
Q6) Explain why demultiplexing is done for bus AD7 ñAD0 in INTEL 8085
microprocessor.
Q7) Describe TRAP, RST 7.5 RST 6.5 and RST 5.5 interrupts in INTEL 8085
microprocessor.
J-3851[S-8013] 2
Q10) Specify the register contents and flag status (S, Z CY) after the instruction
ORA A is executed in INTEL 8085 microprocessor.
MVI A, B9H
MVI B, 47H
ADD B
ORA A
Q11) Sixteen bytes of data are stored in memory locations at XX50H to XX5FH in
INTEL 8085 microprocessor. Write a program to transfer the entire block of
data to new memory locations starting from XX70H. The data in hexadecimal
code are : 37, A2, F2, 82, 57, 5A, 7F, DA, E5, 8C, A7, C2, B4, 10, 19, 98.
Q12) Write a program to add the following data bytes stored in memory locations
starting at XX60H in INTEL 8085 microprocessor and display the sum at the
output port if the sum does not generate a carry. If a result generates a carry,
stop the addition, and display 01H at the output port. The data in hexadecimal
code is
First set : 37, A3, 24, 78, 97.
Second set : 12, 1B, 29, 42, 07.
J-3851[S-8013] 3