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

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;

14 Cards in this Set

  • Front
  • Back

Address bus

Sent to memory to access a particular main memory location.

Data bus

Data in location is then returned to the CPU

Control bus

Carries control signals.

Width of data bus

Determines overall system performance.

Width of address bus

Determines the maximum possible memory capacity of a system.

I/O controllers

A device that interfaces between an input/output device and the processor. Receives signals from P and executes them on D.

Stored Program Concept

Machine code instructions fetched and executed serially by a processor.

Fetch-Execute Cycle

Address copied from PC to MAR and is sent via address bus to main memory


Instruction returned along data bus to MBR


Contents are then copied to CIR


Instruction is decided and split into opcode and operand.


ALU is used to execute the instruction and the result is stored in the accumulator or memory.

Opcode

The basic operation to be performed (binary)

Operand

Specified the data to be processed.

Addressing mode

Specifies how to calculate the effective memory address of an operand using memory from registers.

Immediate addressing

Operand is the actual value to be operated on

Direct addressing

The operand holds the memory address of the value to be operated on.

Instruction set

Complete set of all instructions in machine code that can be recognised and executed by a CPU.