• 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

Von Neumann architecture

Data and instructions are stored in a single memory space


Data and instructions are transmitted through a shared bus

Harvard architecture

Data and instructions are stored in separate memories


Can be faster as the transmission of data and instructions can occur in parallel

Bus system control CPU connections

Back and forth control


Send address


Back and forth data

Bus system memory connections

Back and forth control


Receive address


Back and forth data

Input and output

Back and forth control


Back and forth address


Back and forth data

The fetch execute cycle

Program counter increases and indicates the next instruction to be fetched


Contents of PC are sent to the memory address register which then goes to the main memory along the address bus


Instruction in the memory is transferred via the data bus to the Memory Buffer Register


The contents of the MBR are copied to the current instruction register and the instruction is decoded and executed by the ALU

Accumulator

Special register used as fast temporary storage by the ALU

Status register

Used to hold the status of data such as whether it is negative or overflow

Opcode

4 bits


The instructions of machine code

Operand

12 bits


The memory address of machine code

Factors affecting processor performance

Clock speed


Number of cores


Cache memory


Word length


Address bus width


Data bus width

Hard disk advantages and disadvantages

High storage capacity


Data can be corrupted due to fragility


Slow access speeds compared to SSD

Optical disk advantages and disadvantages

Portable device that is cheap to produce


Reasonable capacity and faster access than magnetic


Disk can be scratched and data corrupted


Less storage capacity than hard disk and slower access speeds

Solid state disk advantages and disadvantages

Fast access speeds and can be portable


Significantly more expensive than others