SUMMER
SUMMER
___________
Q.3 (a) Write a program to find 2’s complement of a number stored at 2050H 03
and store result at 2055H.
(b) Compare memory mapped I/O and I/O mapped I/O. 04
(c) What are interrupts? List and explain the interrupt available in 07
microprocessor 8085?
OR
Q.3 (a) Explain the concept of stack. 03
(b) Explain arithmetic instructions of 8085. 04
(c) Write an 8085 program to copy block of ten numbers starting from 07
location 2050h to locations starting from 3050h.
Q.4 (a) State the difference between PUSH and POP instruction. 03
(b) Explain the generation of control signals in 8085. 04
(c) Draw the internal block diagram of 8259A and explain the 07
functions of each block in detail.
OR
Q.4 (a) Explain Machine level language and Assembly level language with 03
examples.
(b) Explain 8085 bus organization. 04
(c) Write a program to count continuously in hexadecimal from FFH to 07
00H in a system with a clock period of 0.5 μs. Use register C to set
up 1 millisecond delay between each count and display the number
at the output port1.
1
Q.5 (a) How many memory locations can be addressed by microprocessor 03
with 14 address lines? Also specify how many address lines are
required for 2KB memory.
(b) Load the hexadecimal numbers 56H and A9H in registers D and E 04
respectively and add them. If sum is greater than FFH, display 01H
at output PORT0; otherwise display sum.
(c) Draw the internal block diagram of 8255 and explain the 07
functions of each block in details.
OR
Q.5 (a) Explain the given pins of 8086. 03
1. ALE 2. DEN 3.MN/MX
(b) Explain the modes of operation of 8086 microprocessor. 04
*************
2
Seat No.: ________ Enrolment No.___________
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
*************
2
Enrolment No./Seat No_____________
Q.2 (a) Define (1) Accumulator (2) Program Counter (3) Stack Pointer 03
(b) Draw timing diagram of instruction MVI A, 32H 04
(c) Elaborate different addressing modes in 8085 with suitable examples 07
OR
(c) Draw the memory interface 4kB of EPROM with starting address from 07
0000H and 2kB of RAM with starting address followed by EPROM with
8085 Microprocessor
*************