← Back to Dashboard

1.1 System Architecture

GCSE Computer Science (J277)

Fill in the blanks with the correct words. Click "Check Answer" to see if you're right!

Term: CPU

Definition:

Processing Unit. The brain of the computer that fetches, decodes and executes instructions and data.
No attempts
Term: Fetch-decode-execute cycle

Definition:

The complete process of retrieving an from , decoding it and carrying it out.
No attempts
Term: ALU

Definition:

Logic Unit. Performs calculations (e.g., x = 2 + 3) and logical comparisons (e.g., IF x > 3) in the CPU. Sends the results to the accumulator.
No attempts
Term: CU (Control Unit)

Definition:

Sends control signals to manage how data moves around the CPU. instructions.
No attempts
Term: Cache

Definition:

onboard the CPU. Stores frequently used instructions and data. High speed access.
No attempts
Term: Register

Definition:

Tiny areas of extremely fast memory located in the CPU. of MDR, MAR, ACC, PC and CIR in a Von Neuman CPU.
No attempts
Term: Von Neumann architecture

Definition:

CPU where instructions are fetched, decoded and executed one at a time. Instructions and data are stored in the same block of memory.
No attempts
Term: MAR

Definition:

Address Register. Stores the address of the currently processed instruction.
No attempts
Term: MDR

Definition:

Data Register. Stores the data fetched from or to be written to memory.
No attempts
Term: PC

Definition:

Counter. Stores the address of the next instruction to be processed.
No attempts
Term: ACC

Definition:

. Stores the result of calculations performed in the ALU. Stores data collected from input or sent to output devices.
No attempts
Term: Clock speed

Definition:

The frequency at which the FDE cycle is carried out. Measured in hertz. The higher the the more instructions can be carried out per second.
No attempts
Term: Cache size

Definition:

is high speed memory that store frequently used instructions and data. The larger the cache, the more data that can be stored without having to go back to main memory. This will increase processing speed.
No attempts
Term: Cores

Definition:

A core is a copy of the CPUs processing unit and registers. More mean more instructions can be fetched -decoded and executed at the same time.
No attempts
Term: Embedded system

Definition:

A small computer with a dedicated function placed inside a different mechanical device.
No attempts