adplus-dvertising
frame-decoration

Question

Which are the part of architecture of 8086:

a.

The bus interface unit

b.

The execution unit

c.

Both a and b

d.

None of these

Answer: (c).Both a and b

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which are the part of architecture of 8086:

Similar Questions

Discover Related MCQs

Q. Which register containing the 8086/8088 flag ?

Q. The size of each segment in 8086 is

Q. The _______ address of a memory is a 20 bit address for the 8086 microprocessor.

Q. The pin configuration of 8086 is available in the________

Q. Number of the times the instruction sequence below will loop before coming out of loop is MOV AL, 00h
A1: INC AL
JNZ A1

Q. What will be the contents of register AL after the following has been executed MOV BL, 8C
MOV AL, 7E
ADD AL, BL

Q. The length of the one-byte instruction is

Q. The bit which is used by the β€˜REP’ instruction is

Q. If a W-bit value is β€˜1’ then the operand is of

Q. The instruction, MOV AX, 0005H belongs to the address mode

Q. The instruction, MOV AX, 1234H is an example of

Q. The instruction, MOV AX, [2500H] is an example of

Q. If the data is present in a register and it is referred using the particular register, then it is

Q. The instruction, MOV AX,[BX] is an example of

Q. If the offset of the operand is stored in one of the index registers, then it is

Q. The addressing mode that is used in unconditional branch instructions is

Q. If the location to which the control is to be transferred lies in a different segment other than the current one, then the mode is called

Q. The instruction, JMP 5000H:2000H;
Is an example of

Q. The contents of a base register are added to the contents of index register in

Q. The instruction that adds immediate data/contents of the memory location specified in an instruction/register to the contents of another register/memory location is