NPTEL Online Certification Courses Indian Institute of Technology Kharagpur
NPTEL Online Certification Courses Indian Institute of Technology Kharagpur
QUESTION 1:
Which of the following addressing technique is not used in 8085 microprocessors?
a) Register
b) Immediate
c) Register Indirect
d) Relative
Correct Answer: d
Detailed Solution:
______________________________________________________________________________
QUESTION 2:
Registers which are partially visible to users and used to hold conditional, are known as?
a) PC
b) Memory address registers
c) General purpose registers
d) Flags
Correct Answer: c
Detailed Solution:
QUESTION 3:
The cycle required to fetch and execute an instruction in a 8085 microprocessor is which
one of the following?
a) Clock cycle
b) Memory cycle
c) Machine cycle
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
d) Instruction cycle
Correct Answer: d
Detailed Solution: Instruction cycle includes fetching and execution of a given instruction.
_____________________________________________________________________________
QUESTION 4:
Both the ALU and control section of CPU employ which special purpose storage location?
a) Buffers
b) Decoders
c) Accumulators
d) Registers
Correct Answer: c
Detailed Solution:
______________________________________________________________________________
QUESTION 5:
Why sign flag is used?
Detailed Solution:
QUESTION 6:
8085 microprocessor architecture capable of addressing memory size?
a) 32k
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
b) 64k
c) 128k
d) 256k
Correct Answer: b
Detailed Solution:
________________________________________________________
QUESTION 7:
Ready pin of microprocessor is used
Correct Answer: c
Detailed Solution:
QUESTION 8:
Accumulator based microprocessor example are
a) Intel 8085
b) Motorola 6809
c) A and B
d) None of these
Correct Answer: c
Detailed Solution:
QUESTION 9:
In 8085 microprocessors, the instruction CMP B has been executed while the content of the
accumulator is less than that of register B. As a result
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
Correct Answer: a
______________________________________________________________________________
QUESTION 10:
While INX B instruction execute,
Correct Answer: d
Detailed Solution: The flags (flip flop) are affected by the arithmetical and logical
operations in the ALU. Flags generally reflects the data conditions in the accumulator with
some exception. INX B is a instruction which increment the content of the register pair BC
by 1 and it does not affect any of the flags.
QUESTION 11:
Temporary registers in 8085 are
a) B and C
b) D and E
c) H and L
d) W and Z
Correct Answer: d
Detailed Solution:
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
QUESTION 12:
ADD instruction
Correct Answer: b
Detailed Solution:
QUESTION 13:
SBB instruction
a) Subtract source and borrow from accumulator
b) Subtract immediate from accumulator
c) Subtract immediate from accumulator with borrow
d) None of the above
Correct Answer: a
Detailed Solution:
QUESTION 14:
LXI D, 56FEH means
Correct Answer: c
Detailed Solution:
QUESTION 15:
MVI K, 20F is an example of
Correct Answer: a
Detailed Solution: In this mode, the 8/16-bit data is specified in the instruction itself as
one of its operands. For example: MVI K, 20F: means 20F is copied into register K.
************END*******