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

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;

22 Cards in this Set

  • Front
  • Back

What is FDE?

Fetch ~ Decode ~ Execute

What is the fetch sequence?

- The address is copied to MAR


- The control unit located and fetches data and copies it to the MDR


- The PC increments to the next instruction to fetch.

What is the MAR?

Memory Address Register

What is the MDR?

Memory Data Register

What is the PC in terms of the CPU?

Program Counter

What happens in the decode phase?

- The CU decodes instructions in the MDR


- Copies instructions into the CIR

What is the CU?

Control Unit

What happens in the execute phase?

- Data is loaded into the MDR


- Then moved into memory


- Data is copied to the ALU for a calculation to be performed.

What is the ALU?

Arithmetic Logic Unit

What does the ALU do?

Carries out calculations and logical decisions required by the program.

What does the CU do?

Decodes instructions and sends out control signals to send and receive instructions.

What does the Accumulator do?

Stores the results of any calculations made by the ALU.

What does the PC do?

Keeps track of memory location for the next instruction.

What does the MAR do?

Stores the location of data to be fetched in memory.

What does the MDR do?

Stores data fetched from memory.

What is the FDE system in a CPU called?

Von Neumann Architecture

As well as registers the CPU has very fast memory called _____?

Cache

1) How many levels of cache memory are there?


2) Which level is the most expensive and is located on the CPU?


3) Which level is the least expensive and had the largest capacity?

1) 3 levels


2) Level 1


3) Level 3

What does clock speed mean?

The number of instructions that can be completed per second.

What do multiple cores do?

Each core can execute instructions simultaneously. Meaning more instructions could be processed.

What is an embedded system?

An embedded computer is a computer system that has a dedicated function as part of a larger system E.g. a GPS

What are the four main system types?

- Embedded ~ GPS


- Dedicated ~ Calculator


- Control ~ Washing Machins


- General ~ Laptop