The Execution Unit Flashcards

1
Q

The Execution Unit consists of:

  • a control system ,
  • ALU,
  • Flag register
  • four general purpose registers(AX,BX,CX,DX), -pointer registers (SP,BP) - and Index registers(SI,DI)

where, each register and the ALU is of 16-bits.

A

The control circuitry controls the internal operations .

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

The decoder in the execution unit decodes the instructions fetched from the memory into a series of actions.

A

The ALU can:

  • add ,
  • subtract,
  • perform operations like logical AND,OR,XOR,
  • increment,
  • decrement,
  • complement ,
  • and shift the binary numbers.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly