Bus Interface Unit Flashcards

1
Q

The BIU consists of a 6-byte long instruction register called Queue.

A

And four stack segment registers (ES,CS,SS,DS) , one Instruction Pointer(IP) and an adder circuit to calculate the 20bit physical address of a location.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

This bus interface unit will perform all the external bus operations.

A

They are fetching the instructions from the memory, read/write data from/into memory or port and also supporting the instruction Queue etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The BIU fetches up to six instruction bytes from the memory and stores these pre-fetched bytes in a first –in first out register set called Queue.

A

When the execution unit is ready for the execution of the instruction ,instead of fetching the byte from the memory ,it reads the byte from the Queue .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

This will increase the overall speed of microprocessor .

A

Fetching the next instruction while the current instruction executes is called pipelining or parallel processing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Components in BIU

1) segment register
2) The instruction pointer
3) Address generation adder
4) Bus control logic
5) Instruction Queue

A

Components in EU

1) Arthimetic logic unit, ALU
2) Status and control flags
3) General-purpose registers
4) Temporary-operand registers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly