0% found this document useful (0 votes)
20 views

Quiz 1 & 2

The document contains quiz questions about the 8085 microprocessor. It covers topics like register usage, instruction execution, addressing modes, interrupts and flags. There are 11 multiple choice questions testing knowledge of the 8085 architecture and instruction set.

Uploaded by

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

Quiz 1 & 2

The document contains quiz questions about the 8085 microprocessor. It covers topics like register usage, instruction execution, addressing modes, interrupts and flags. There are 11 multiple choice questions testing knowledge of the 8085 architecture and instruction set.

Uploaded by

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

Quiz 1 – 8085 Microprocessors

1. Which of the following is true about MOV A, B instruction?


a) It means move the content of register A to register B
b) It uses immediate addressing mode
c) It doesn’t affect the flag register
d) It is a 2-byte instruction
2. What is stored in the H & L general-purpose register?
a) Opcode
b) Address of memory
c) Address of next instruction
d) Temporary data
3. What is the vectored address of RST-5?
a) 0010 H
b) 0032 H
c) 0030 H
d) 0028 H
4. 8085 Microprocessor has ___ - Bit Data bus ___ - Bit Address Bus
5. How many general purpose registers are there in 8085?
a) 4
b) 2
c) 6
d) 8
6. 8085 Microprocessor has __ number of output pins.
7. HLT opcode means
a) load accumulator
b) load data to accumulator
c) end of program
d) store result in memory
8. 8085 has __ number of status flags.
9. Which of the following flag is set to 1 when there is even number of 1’s bits in result?
a) Parity Flag
b) Zero flag
c) Trap flag
d) Sign flag
10. What is the Hex value output after execution of the statement ___? Write Output’s Decimal value also
MOV A, #8AH
SUB A, #31H
11. What is the Hex value output after execution of the statement ___? Write Output’s Decimal value also
MOV A, #A3H
ADD A, #08H
1. C
2. B
3. D
4. 8 data,16 address
5. C
6. 27
7. C
8. 5
9. A
10. (59)H, (89)Deci
11. (AB)H, (171)Deci
Quiz 2 – 8085 Microprocessors
1. What is the Hex value output after execution of the statement ___? Write Output’s Decimal value also
MOV A, #BFH
ADD A, #1BH
2. What is the use of TRAP interrupt?
a) Non-maskable Interrupt
b) IO interfacing
c) DMA request
d) Interrupt in Power Failure
3. What is the length of Stack Pointer (SP)?
a) 6 bits
b) 8 bits
c) 16 bits
d) 12 bits
4. If there are odd number of 1’s bits in result, Parity flag is set to 1? True/False
5. The highest priority interrupt in 8085 is:
a) TRAP
b) RST 6.5
c) INTR
d) RST 7.5
6. 8085 is a 16 Bit Microprocessor? True/False
7. Flag register is an 8-bit register having __________ 1-bit flip-flops.
a) 3
b) 4
c) 5
d) 6
8. MVI K, 20F is an example of?
a) Immediate addressing mode
b) Register addressing mode
c) Direct addressing mode
d) Indirect addressing mode
9. What is true about Program counter?
a) It is an 8-bit register, which holds the temporary data of arithmetic and logical operations.
b) When an instruction is fetched from memory then it is stored in the program counter.
c) It provides timing and control signal to the microprocessor.
d) It is a 16-bit register used to store the memory address location of the next instruction to be executed.
10. In 8085 microprocessors, which signal is used to insert wait?
a) READY
b) ALE
c) HOLD
d) INTR
11. What is the Hex value output after execution of the statement ___? Write Output’s Decimal value also
MOV A, #1BH
SUB A, #06H
1. (DA)H, (218)Decimal
2. D
3. C
4. False
5. A
6. False
7. C
8. A
9.D
10. A
11.(15)H, (21)decimal

You might also like