0% found this document useful (0 votes)
3 views3 pages

Sample Questions

The document contains a series of questions related to the 8086 microprocessor and AVR microcontroller, covering topics such as flag registers, internal architecture, physical address generation, instruction execution, and register organization. It also includes a specific code example for the AVR microcontroller, asking for the output and execution details. Overall, the document focuses on understanding the working principles and functionalities of these microprocessors.
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)
3 views3 pages

Sample Questions

The document contains a series of questions related to the 8086 microprocessor and AVR microcontroller, covering topics such as flag registers, internal architecture, physical address generation, instruction execution, and register organization. It also includes a specific code example for the AVR microcontroller, asking for the output and execution details. Overall, the document focuses on understanding the working principles and functionalities of these microprocessors.
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

1. All flag register of 8086 MP are in clear state except di why?

What will happen if it is in


set state?
2. Draw the internal architecture of 8086 MP and explain the detailed working principle?
3. All register in 8086 MP are 16 bit and memory is 20 bit. How it generate 20 bit physical
address?
4. Briefly explain the working principles of the following codes in 8086 MP

A. XCHG AX, BX
B. XCHG [SI], AX
5. When the BIU starts fetching?
6. Why 8086 MP partitioned as BIU and EU
7. Draw the block diagram of register organization of AVR Microcontroller and discuss the
working principle?
8. How looping is done in AVR microcontroller?
9. Assume that AVR execute the following code
LDI R16, 0x10
LDI R20, 0
LDI R21, 3
Lbl:
ADD R20, R21
DEC R16
BRNE lbl
OUT 0x16, R20

A. What will be the output of the above program?


B. Discuss how AVR execute?
C. What will happen if R21 is changed to R5?

You might also like