CPU Components: Systems Architecture: Computer Science: GCSE (9:1)

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/12

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

Central Processing Unit.

The component of a computer that processes data, by repeatedly fetching, decoding and executing instructions, it consists of the ALU, CU and Registers. Often abbreviated to CPU.

2
New cards

Registers

The collection of tiny areas of extremely fast memory located in the CPU, each with a specific purpose, where data or control information is stored temporarily. Examples are the MAR, MDR, PC and Accumulator

3
New cards

Cache

A small amount of fast memory in the CPU. It stores the data and instructions most likely to be needed again and it is faster to access than RAM

4
New cards

Arithmetic Logic Unit

Performs calculations like "ADD 3 to Accumulator", binary shifts like "Shift left 2 bits" and logical comparisons such as "Compare Accumulator with location 30". A component within the CPU abbreviated to ALU

5
New cards

Bus

Any of three communication pathways between the CPU and RAM in the Von Neumann architecture. There is one for addresses, one for data and one for control signals

6
New cards

Control Unit

Component of the CPU which controls the flow of data around the CPU, communication between the CPU and input and output devices, and decodes and executes instructions

7
New cards

Clock

Component of the CPU which synchronises all activity in the computer. It regulates the speed at which instructions are completed

8
New cards

Calculation

The ALU performs this type of instruction, an example would be "add 5 to accumulator"

9
New cards

Comparison

The logical operation of checking one number against another to see if they are the same or one is bigger. This is performed by the ALU when executing an instruction such as "compare with x".

10
New cards

Shift

An operation performed on the accumulator by the ALU, it moves the binary digits to the left or right when executing an instruction to do so

11
New cards

RAM

The Control Unit manages movement of data between the CPU and this component, also called main memory

12
New cards

Small

The size of the cache memory, compared to RAM

13
New cards

Fast

The speed of the cache memory, compared to RAM