Microprocessor
Microprocessor
Microprocessor
Feature of fetching the next instruction while the current instruction is executing is called
____________
A Fetching
B Pipelining
C Execution
D Decoding
ANSWER B
During physical address calculation the segment register content are shifted by _______________
A 2-bits left
B 4-bits left
C 2-bits right
D 4-bits right
ANSWER B
____________ flag of 8086 is used for single stepping mode through a program
A Zero flag
B Trap Flag
C Sign Flag
D Interrupt Flag
ANSWER B
_________ allow to use separate memory area for program, data, code and stack
A Segmentation
B Pipelining
C Both a and b
D None of these
ANSWER A
The contents of different registers are given below. AX = 000H, BX = 2000H, SI = 3000H, DI = 4000H,
BP = 5000H, SP = 6000H, CS = 0000H, DS = 000H, SS = 2000H, IP = 7000H.
Calculate physical address for MOV AX, [5000H].
A 5000H
B 5000H
C 0500H
D 000500H
ANSWER B
The contents of different registers are given below. AX = 000H, BX = 2000H, SI = 3000H, DI = 4000H,
BP = 5000H, SP = 6000H, CS = 0000H, DS = 000H, SS = 2000H, IP = 7000H.
Calculate physical address for MOV AX, [BP] [SI]
A 8000H
B 5000H
C 2000H
D 28000H
ANSWER D
The contents of different registers are given below. AX = 000H, BX = 2000H, SI = 3000H, DI = 4000H,
BP = 5000H, SP = 6000H, CS = 0000H, DS = 000H, SS = 2000H, IP = 7000H.
Calculate physical address for MOV AX, 5000H [BX] [SI]
A 5000H
B 0000H
C 0A000H
D A000H
ANSWER D
What is opcode?
A The instruction that is to be executed
B The value in which an operation acts upon
C A mnemonic that defines a data size
D The compiled assembly code
ANSWER A
The 8086/8088 used two processing units which were known as:
A Left and Right Units
B Segment and Offset Units
C Bus Unit and Execution Interface Unit
D Bus Interface Unit and Execution Unit
ANSWER D
The first processor to include Virtual memory in the Intel microprocessor family was:
A 4004
B 80286
C 80386
D 80486
ANSWER B
Which segment register is used along with BP register to calculate Physical address?
A CS
B SS
C DS
D ES
ANSWER B
Which registers are used to generate physical address from logical address?
A Segment registers
B Offset register
C Both (a) and (b)
D General purpose register
ANSWER C
Which flag is not present in 8086 microprocessor but present in 80386 microprocessor?
A Zero Flag
B Sign Flag
C Trap Flag
D Nested Task Flag
ANSWER D
The minimum number of bits required to store the hexadecimal number FFH is ______
A 2
B 4
C 8
D 6
ANSWER C
How many break point addresses we can load in debug registers of 80386 microprocessor?
A 4
B 5
C 7
D 8
ANSWER A
READY# is ________
A Address Bus Ready signal
B Data bus ready signal
C Control Bus ready signal
D All of the above
ANSWER B
________ is the most important segment and it contains the actual assembly language instruction to be
executed by the microprocessor:
A Data segment
B Code segment
C Stack segment
D Extra segment
ANSWER B