0% found this document useful (0 votes)
16 views2 pages

QP U18ec511 Eee Set2

Uploaded by

b19ei045
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views2 pages

QP U18ec511 Eee Set2

Uploaded by

b19ei045
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

URR-18 Write your Roll number

KAKATIYA INSTITUTE OF TECHNOLOGY & SCIENCE, WARANGAL


(An Autonomous Institute under Kakatiya University, Warangal)
FACULTY OF ENGINEERING AND TECHNOLOGY
B.Tech. (EEE) V Semester Examination
U18EC511 – Microprocessors and Microcontroller Systems
Time: 3 Hours] [Max. Marks : 60
Note:1. Answer all the questions.

marks CDLL COs


1. a. List the various 16 bit registers available in 8085 microprocessor [1] [R] CO1
b. What are the functions of 8085 accumulator? [1] [U] CO1
c. Draw the timing of MOV C,B instruction in 8085 microprocessor [1] [U] CO1
d. Mention the purpose of SOD lines of 8085 microprocessor [1] [R] CO2
e. After CMP instruction in 8085 microprocessor mention the status of [1] [U] CO2
flag register
f. What are the different control signals in 8085 Microprocessor? [1] [R] CO2
g. Compare Minimum and Maximum mode of 8086 microprocessor [1] [U] CO3

h. List the segment registers of 8086 microprocessor [1] [R] CO3

i. Differentiate Microprocessor and Microcontroller [1] [U] CO3


j. Intel 8051 follows which architecture? [1] [R] CO4
k. What are the serial ports of 8051µC? [1] [U] CO4
l. Classify the internal memory of 8051 microcontroller [1] [R] CO4

2. a. Draw the timing of STA 2020H in 8085 microprocessor [6] [U] CO1
b. With the addition operation on two bytes 2FH and 1FH, check the [6] [Ap] CO1
status of all flags of 8085 microprocessor
(OR)
c. Describe the function of ALE and status signals of 8085 [6] [U] CO1
microprocessor in detail
d. For the instruction MVI B,12H;, interpret the operation of fetching, [6] [Ap] CO1
decoding and execution in 8085 microprocessor with timing diagram

3. a. Identify and correct the instructions of the following assembly [6] [Ap] CO2
language program to arrange the numbers in the ascending order
using 8085
ORG 2000H
LXI H,4200H
MOV C,M
DCR C
L1:MOV D,C
LXI H,4201H
L2:MOV A,M
CMP M
JNC SKIP
MOV B,M
MOV M,A
DCX H
MOV M,B
INX H
SKIP: DCR D
JNZ L2
DCR C
JNZ L1
HLT
b. Construct time delay using a register pair and a loop with in a loop [6] [Ap] CO2
technique
(OR)
c. In the following, identify the suitable instruction for direct addressing [6] [Ap] CO2
mode and explain with example
a) LXI H,3000H
b) LDA 5050H
c) RLC
d. Identify the errors in the following assembly code to transfer the data [6] [Ap] CO2
from register to output port
ORG 2000H
MVI B,3701H
MOV A,B
IN PORT1
HLT

4. a. List the minimum number of segments that are necessary to provide [6] [An] CO3
segmentation concept. Explain why segmentation is useful in real time
applications?
b. Evaluate the number of clock cycles required for memory read [6] [E] CO3
operation in minimum mode of 8086 with neat sketch
(OR)
c. The register contents of 8086 is given below: [6] [An] CO3
CS=4000H,DS=B000H,SS=C000H,ES=7000H,SI=2000H,DI=3000H,BP=
1000H,SP=0002H,AX=0000H,BX=5200H,CX=8000X,DX=2800H then
calculate the effective address of the following instructions
(a) MOV AL,[BP+BX]
(b) SUB BL,[DI]
(c) MOV AX,08[SI]

d. Evaluate the number of clock cycles required for I/O read operation in [6] [E] CO3
minimum mode of 8086 with neat sketch

5. a. Discuss the following microcontroller instructions [6] [An] CO4


(i) ADD A, Rn (ii)SWAPA (iii) MOVX
b. Develop an assembly language program to multiply any two bytes in [6] [C] CO4
8051 microcontroller
(OR)
c. Analyze different bits present in Interrupt enable register of 8051 [6] [An] CO4
micro controller and explain
d. Develop an assembly language program to interface a seven segment [6] [C] CO4
LED display to 8051 microcontroller

---Question Paper Ends---

You might also like