• 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/13

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;

13 Cards in this Set

  • Front
  • Back

Control unit

Coordinates and controls computer by generating control signals and performing the f/e cycle

Arithmetic and logic units

Performs arithmetic and logical operations on data

Registers

High speed memory cells (e.g. Program counter)

System buses

A bus is made of parallel wires connecting components of a computer

The 3 buses

- Control bus


- Address bus


- Data bus

Control bus

Bi-directional signals that control the operation of the system components

Address bus

Uni-directional. Carries the address of the location of an instruction or data, to be written to read to memory or io controller

Data bus

Bi-directional. Carries program instructions or data

PC

Program counter. Points to next instruction to be fetched

MAR

Memory address register. Holds address of memory location being accessed by the processor

MBR

Memory buffer register. Holds the data item being transferred to or from memory location currently being accessed by the processor

CIR

Current instruction register. Holds the current instructions to be executed

ACC

Accumulator. Holds the result of the current calculation