Assignment 12
Assignment 12
Digital Circuits
Assignment 12- Week 12
TYPE OF QUESTION: MCQ
Number of questions: 15 Total mark: 15 X 1 = 15
______________________________________________________________________________
QUESTION 1:
The program status word (PSW) register pair of 8085 is made up of ____________.
a) DE register pair
b) BC register pair
c) HL register pair
d) Accumulator and Flag registers
Correct Answer: d
Detailed Solution:
PSW register pair is made up of the Accumulator and the Flags registers
______________________________________________________________________________
QUESTION 2:
Which of the following is a non-vectored interrupt for 8085 microprocessor?
a) TRAP
b) INTR
c) RST 7.5
d) RST 6
Correct Answer: b
Detailed Solution:
______________________________________________________________________
QUESTION 3:
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
Match the items in column X to their corresponding counterparts in column Y concerning the
8085 microprocessor.
Column X Column Y
1. INTR 1. Non-maskable
3. TRAP 3. Software
4. RST 1 4. Non-vectored
A) X1-Y2, X2-Y1, X3-Y4, X4-Y3
B) X1-Y4, X2-Y2, X3-Y1, X4-Y3
C) X1-Y3, X2-Y2, X3-Y4, X4-Y1
D) X1-Y1, X2-Y4, X3-Y2, X4-Y3
Correct Answer: B
Detailed Solution:
QUESTION 4:
a) 16 bit
b) 8 bit
c) 32 bit
d) 64 bit
Correct Answer: a
Detailed Solution:
Which of the following interrupt is NOT affected by the contents of interrupt enable flip-flop?
a) INTR
b) TRAP
c) RST 5.5
d) RST 6.5
Correct Answer: b
Detailed Solution:
__________________________________________________________________________
QUESTION 6:
a) RST 5
b) RST 6
c) RST 7
d) RST 8
Correct Answer: c
Detailed Solution:
IVT address of the RST 7 instruction is 0038h. Which is equivalent to CALL 0038h instruction.
QUESTION 7:
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
The operating mode of 8086 after applying active low at MN/MX’ is ________.
a) minimum mode
b) maximum mode
c) supervisor mode
d) User mode
Correct Answer: b
Detailed Solution:
When MN/MX’ pin is high 8086 operates in minimum mode otherwise it operates in Maximum
mode.
QUESTION 8:
Which of the following statements is TRUE, for the program given below?
EI
MVI A, 29h
SIM
Correct Answer: C
Detailed Solution:
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
QUESTION 9:
Correct Answer: a
Detailed Solution:
QUESTION 10:
Correct Answer: a
Detailed Solution:
QUESTION 11:
Which of the following statement is TRUE, after the following instructions are executed in 8085
microprocessor?
MVI A, 2Bh
SIM
a) Serial data transmission is enabled
b) RST 7.5 interrupt is masked
c) RST 7.5 interrupt is available
d) RST 6.5 interrupt is available
Correct Answer:
Detailed
Solution:
c
QUESTO
N 12:
Correct Answer: b
Detailed Solution:
QUESTION 13:
Which of the following instruction is an example direct addressing mode for 8086
microprocessor?
a) MOV CH,BL
Correct Answer: c
Detailed Solution:
In direct addressing mode, the effective address of the memory location at which the data
operand is stored is given in the instruction.
QUESTION 14:
The contents of CS register is 5689H and IP register is 0053H. Which of the following is the
physical address for given CS and IP value?
a) 568E3H
b) 56DCH
c) 586E3H
d) 568D3H
Correct Answer: a
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
Detailed Solution:
CS = 5689H
The base address of the code segment is 56890 H.
Effective address of memory is given by 56890H + 0053H =
568E3H.
QUESTION 15:
Which of the following 8086 instructions utilizes the implied addressing mode?
A) STC
B) JZ 15h
C) MOV CX, [BX]
D) MOV DL, 08H
Correct Answer: A
Detailed Solution: In the implied addressing mode, the operation code (opcode) of the
instruction itself indicates the operation to be performed without requiring any additional
operands or addresses.
************END**********