Section C - Microprocessor MCQ
Section C - Microprocessor MCQ
Sequential Circuits
Question 1: Which of the following 8 bit registers are grouped together to form 16 bit registers?
A. B and C
B. B and D
C. A and B
D. None of the above
Question 3: In 8085 microprocessor, data-bus and address bus are multiplexed in order to
A. Increase the speed of microprocessor.
B. Reduce the number of pins.
C. Connect more peripheral chips.
D. None of the above
Question 6: In which of the following data and address cannot be fetched simultaneously?
A. Harvard
B. Von neumann
C. Both
D. None
A. True
B. False
Question 8:
8085:: Address Bus : _____:: Data Bus : ______
A. 16, 16
B. 8, 16
C. 16,8
D. None of the above
Question 12: In which register instruction is decoded prepared and ultimately executed:
A. Instruction register
B. Current register
C. Both a and b
D. None of these
D. None of these
Question 15: The CPU yields control of the bus to the DMA controller via:
A. DMA acknowledge signal
B. DMA integrated signal
C. DMA implicitly signal
D. None of these
Question 16: The point where control returns after a subprogram is completed is known as the :
A. Return address
B. Main Address
C. Program Address
D. Current Address
Question 17: The processor 80386/80486 and the Pentium processor uses _____ bits address
bus:
A. 16
B. 32
C. 36
D. 64
Question 18: The processor uses the stack to keep track of where the items are stored on it this
by using the:
A. Stack pointer register
B. Queue pointer register
C. Both a & b
D. None of these
Question 19: The subprogram finish the return instruction recovers the return address from
the:
A. Queue
B. Stack
C. Program counter
D. Pointer
Question 21: _____ subsystem that transfers data between computer components inside a
computer or between computers:
A. Chip
B. Register
C. Processor
D. Bus
Question 24: Accumulator contains 4DH, what will be the value of flags after executing
following instruction
ADI 59H
A. Ac = 0, P = 1, C = 0
B. Ac = 1, P = 0, C = 0
C. Ac = 1, P = 0, C = 1
D. None of the above
Question 25: What will be the value of accumulator after executing following command?
SBI 37H borrow = 1, A=37H
A. -1
B. FFH
C. 0377
D. All of the above
E. None of the above
Question 26: What will be the value of accumulator after executing following instructions
MVI A, 49H
MVI C, 12H
ORA C
A. 5BH
B. 5AH
C. 4AH
D. 4BH
Question 28: Find the status of CF, SF, and AF after the following instructions are executed.
MOV AL, 35 H
ADD AL, 0CE H
A. CF = 0, SF = 1, AF = 1
B. CF = 1, SF = 1, AF = 1
C. CF = 1, SF = 0, AF = 1
D. CF = 1, SF = 0, AF = 0
Question 29: Assume that CS register=3000 H and IP =2000 H. To fetch an instruction form
the memory, find the memory address from which the next instruction will be fetched.
A. 3200H
B. 32000H
C. 3200
D.32000
Question 30: Assume that, SS=3000 H, BP=0010 H, SI=0040 H Find the physical address in
following instruction.
MOV AL, [BP+SI]
A. 30050H
B. 30040H
C. 30010H
D. None of the above