Gujarat Technological University
Gujarat Technological University
___________
Marks
Q.1 (a) Differentiate between Microcontroller and Microprocessor. 03
(c) Draw the architectural diagram of 8085 microprocessor and list out the 07
following:
1. General Purpose Registers
2. Special Purpose registers with their functions
3. Flags in the flag register with required explanation
Q.2 (a) If an 8085 is an 8 bit microprocessor, how many bits can be loaded by the 3 03
register pairs (BC, DE, HL, or SP) using LXI?
OR
(c) Draw the interfacing of a 4KB EPROM having a starting address0000h and 07
two 2KB static RAMs having starting addresses 4000hand 8000h,
respectively, with 8085 microprocessor. Use demultiplexed address/data
lines and use 3-to-8 decoder (74LS138).
1
OR
Q.3 (a) An array of ten data bytes are stored from memory locations 2100H 03
onwards. Write an 8085 assembly language program to find the minimum
number from this array and store it to new memory location 2200H.
(b) Can you provide a diagram illustrating the de-multiplexing of the 04
Address/Data bus (AD0-AD7) in the 8085 microprocessor?
OR
Q.4 (a) List the Software and Hardware interrupts of 8085? 03
(b) Discuss the operation of the 8255 Programmable Peripheral Interface and 04
how it is interfaced with an 8085 microprocessor. What are the different
modes of operation and how are they selected?
(c) How does the instruction sequence 07
MVI A, 07H
RLC
MOV B, A
RLC
RLC
ADD B
Use the values stored in registers A and B to execute a specific mathematical
function in an assembly language program?
Q.5 (a) Differentiate 80286 with 80386 microprocessor. 03
(b) Describe the importance of bus interface unit (BIU) and execution unit (EU) 04
the 8086 microprocessor.
(c) Draw and explain internal architecture and PIN diagram of 8086 07
microprocessor.
OR
Q.5 (a) Differentiate between the real mode and protected mode of the 80286 03
microprocessor.
(b) How the physical addresses are calculated from segment register in 8086 04
microprocessor?
(c) Describe the architecture of the 80286 with a neat block diagram. 07
*************