Purpose and components of a CPU Flashcards

1
Q

What is a CPU

A

The CPU fetches instructions from memory (RAM), it decodes the instructions and then executes them.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the purpose of the CPU

A

to process data; it’s where the searching, sorting, calculating and decision making takes place

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does it control

A

Hard drive, DVD drive, sound system, grpahics system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Where is it located on a computer

A

on the motherboard

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the three sections of a CPU called

A

The control unit, the arithmetic logic unit and the registers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does the control unit do?

A

It controls the way data moves around the CPU, monitors the flow of data between CPU and other components, executes the instructions provided by the program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does the ALU do?

A

It does arithmetic operations like addition, subtraction, multiplication etc. and does logic operations e.g. true or false if x < y

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a register

A

A type of memory inside the CPU which can hold a value (8 bit or 16 bit depending on CPU). They hold temp data whilst a software program is running.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Is it faster to shift memory from CPU to RAM or from CPU to registers

A

CPU to registers, it speeds up processing time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is cache

A

A cache is a small but extremely fast type of RAM stored in (and out) of the CPU. L1 and L2 reside in the CPU but L3 is outside. It stores data that is frequently used

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the clock

A

A tiny quartz crystal in the CPU chip that ticks at a steady speed. Every time the clock ticks the CPU processes a single instruction. Typical clock speed = 3.2GHz

How well did you know this?
1
Not at all
2
3
4
5
Perfectly