5th sem 22
5th sem 22
AEIE 3103 1
B.TECH/AEIE /5TH SEM/AEIE 3103/2022
Group- B
2. (a) With one suitable example discuss the function of PC and SP registerin 8085
microprocessor. [(CO1)(Remember/LOCQ)]
(b) Discuss the function of following signal in 8085 microprocessor (any two) –
(i) 𝐼𝑂/𝑀 (ii) ALE (iii) 𝐼𝑁𝑇𝐴 [(CO1)(Understand/LOCQ)]
(c) Read the program and answer the following questions:
LXI B, 000AH
Loop: DCX B
MOV A, B
ORA C
JNZ Loop
HLT
(i) What is the function of DCX B instruction?
(ii) What is the function of ORA C instruction?
(iii) How many times the loop will be executed? [(CO2)(Analyze/IOCQ)]
(2 + 2) + (2 × 2) + (1 + 1 + 2) = 12
3. (a) Discuss the process of function call in 8085 microprocessor using one suitable
example. [(CO2)(Remember/LOCQ)]
(b) Calculate the amount of delay generated in the following subroutine.
MVI B, 00H
MVI C, FFH
Loop: INR B
DCR C
JNZ Loop
RET. [(CO5)(Analyse/IOCQ)]
(c) Write an ALP for 8085 microprocessor to store the last two digits of your autonomy
roll and registration numbers in memory location 4000H and 4001H. Multiply the
content of memory location 4000H and 4001H. Store the result in memory location
starting from 4002H. [(CO2)(Solve/IOCQ)]
3 + 4 + 5 = 12
Group - C
AEIE 3103 2
B.TECH/AEIE /5TH SEM/AEIE 3103/2022
(b) Design a circuit to interface 8 LEDs to 8085 microprocessor with I/O port address
XXH. Where, XX is the last two digits of your autonomy roll number.
[(CO3)(Design/HOCQ)]
(c) Write a program for the above circuit to continuously blink (ON and OFF) the LEDs.
[(CO3)(Solve/IOCQ)]
(2 + 2) + 4 + 4 = 12
Group - D
6. (a) Draw and discuss the control word register (CWR) format of 8255 PPI in I/O mode.
[(CO6)(Remember/LOCQ)]
(b) Design a circuit to interface 8 LEDs to 8085 microprocessor using 8255 PPI. Connect
the LEDs to Port C of 8255. Let the Port A address of 8255 PPI is X0H Where, X is the
last digit of your autonomy roll number. [(CO6)(Design/HOCQ)]
(c) Write a program for the above circuit to display the following pattern on LEDs using
BSR MODE of 8255.
LED8 LED7 LED6 LED5 LED4 LED3 LED2 LED1
ON ON ON ON OFF OFF OFF OFF
[(CO6) (Solve/IOCQ)]
(1 + 2) + 4 + 5 = 12
Group - E
9. (a) With suitable block diagram explain the RAM memory organization in 8051
microcontroller. [(CO1) (Remember/LOCQ)]
(b) Design a circuit to interface one LED and one switch to 8051 microcontroller.
[(CO6) (Design/HOCQ)]
(c) Write a program for the above circuit to turn ON the LED if the switch is close and
turn OFF the LED if the switch is open. [(CO6) (Solve/IOCQ)]
6 + 3 + 3 = 12
AEIE 3103 3
B.TECH/AEIE /5TH SEM/AEIE 3103/2022
AEIE 3103 4