• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/9

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

9 Cards in this Set

  • Front
  • Back

ALU


Arithmetic Logic Unit

The part of the CPU where data isprocessed and manipulated. Thisprocessing and manipulation normally consists of arithmetic operations orlogical comparisons allowing a program to make decisions.

Control Unit


CU

The part of the CPU that manages theexecution of instructions. The control unit fetches each instruction insequence, and decodes and synchronises it before executing it by sendingcontrol signals to other parts of the computer.

Register

Tiny areas of extremely fastmemory located in the CPU normally designed for a specific purpose, where dataor control information is stored temporarily.

Program Counter


PC

A register in the control unitwhich holds the address of the next instruction to be executed.

Accumulator


Acc

A special register within theALU. It is used to hold the datacurrently being processed by the central processor. Any data to be processed is storedtemporarily in the accumulator, the results ending up back in the accumulatorbeing stored in the memory unit.

Memory Address Register


MAR

A register in the CPU that stores theaddress of the memory location currently in use. In the fetch phase, this would be the addressof the instruction being loaded; in the execute phase, it would be the addressof the data being used.

Memory Data Register


MDR

A register in the CPU that stores databeing transferred to and from the immediate-access store. It acts as a buffer,allowing the central processor and memory unit to act independently withoutbeing affected by minor differences in operation. A data item will be copied tothe MDR ready for use at the next clock pulse, when it can either be used bythe central processor or be stored in main memory.

Current Instruction Register


CIR

A register in the control unit thatstores the address of the next instruction currently being executed and decoded.

Busses

A common physical pathway sharedby signals to and from several components of a computer.