Term Test Flashcards
Which is not part of the execution unit (EU)?
A. Arithmetic logic unit (ALU)
B. Clock
C. General registers
D. Flags
Clock
A 20-bit address bus can locate ________.
A. 1,048,576 locations
B. 2,097,152 locations
C. 4,194,304 locations
D. 8,388,608 locations
1,048,576 locations
Which group of instruction does not affect flag register after execution? A. Arithmetic operations B. Logical operations C. Data transfer operations D. Branch operations
Data transfer operations
The result of MOV AL, 65 is to store ---------- data in AL. A. store 0100 0010 in AL B. store 42H in AL C. store 40H in AL D. store 0100 0001 in AL
store 0100 0001 in AL
What is a microprocessor?
A microprocessor is a multipurpose, programmable logic device that reads binary instructions from
a storage device called memory accepts binary data as input and processes data according to those
instructions and provides results as output.
If you connect 5V supply to “No voltage ” point then what about output Y?
Point Y which is a No Voltage point will become +5V
IDIV and DIV instructions perform the same operations for?
a) Unsigned number
b) Signed number
c) Signed number & Unsigned number
d) none of the above.
Signed number
What is the output of the following code AL=88 BCD, CL=49 BCD ADD AL, CL DAA
a) D7, CF=1
b) 37, CF=1
c) 73, CF=1
d) 7D, CF=1
37, CF=1
Which signal (pin) belongs to the 8087 coprocessor?
TEST
What is the output of the following code
SI=10010011 10101101, CF=0
SHR SI, 1
a) 37805, CF=1, OF=1
b) 18902, CF=1, OF=1
c) 19820, CF=1, OF=1
d) 53708, CF=1, OF=1
18902, CF=1, OF=1
What is the output of the following code
BX=23763 CL=8
ROL BX, CL
a) 0101110011010011, CF=0
b) 1101001101011100, CF=0
c) 0110100010011101, CF=1
d) 1011100110001100, CF=1
b) 1101001101011100, CF=0
What is the output of the following code PUSH AL?
a) Decrement SP by 2 & push a word to stack
b) Increment SP by 2 & push a word to stack
c) Decrement SP by 2 & push an AL to stack
d) Illegal
Illegal
What is the output of the following code
AX = 37D7H, BH = 34H
DIV BH
a) AL = 65H, AH= 94 decimal
b) AL= 5EH, AH= 101 decimal
c) AH= E5H, AL= 5EH
d) AL= 56H, AH= 5EH
AL= 5EH, AH= 101 decimal
BHE of 8086 microprocessor signal is used to interface the————
a. Even bank memory
b. Odd bank memory
c. I/o
d. Dma
Odd bank memory
In 8086 microprocessors the following has the highest priority among all type of interrupts.
a) NMI
b) DIV 0
c) TYPE 255
d) OVER FLOW
NMI (non maskable interrupt)