The CPU Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

CPU

A

Brain if the computer
Processes the data; searching, sorting, calculating and decision making
Made up of main memory, cache memory and processor

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

Fetch

A
  • Address of next item is put on the address bus

- The data then travels back on the data bus

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

Decode

A

ALU decodes the instruction

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

Hiw the CPU works (1)

A

An input device sends data to the CPU, the control unit receives this data

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

How the CPU works (2)

A

The control unit sends this data to the main memory

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

How the CPU works (3)

A

When it is needed, the data is transferred from main memory to cache

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

How the CPU works (4)

A

The data is then sent to the ALU for processing

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

How the CPU works (5)

A

The data is passed to the control unit which passes it to an output device

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

MAR

A

Memory Address Register

Holds the address of the instructions or piece of data to be fetched or stored

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

MDR

A

Memory Data Register

Once fetched from memory, the instruction is held here

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

PC

A

Program Counter

Stores the address of the next instruction to be fetched

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

CIR

A

Current Instruction Register

Holds the current instruction which has been fetched from the MDR

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

ACC

A

Accumulator

One of the general purpose registers in which all calculations are carried out

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

Control unit

A
  • Manages and monitors hardware on the computer to ensure the correct data goes to the correct hardware
  • Manages the input and output signals, ensuring these are dealt with correctly
  • Manages the fetch, decode, execute cycle
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Immediate Access Store

A

(IAS/ CAS/ Cache)

  • Stores the data which is to be immediately processed
  • The CPU takes a chunk of data/ instructions from the RAM and keeps it close so that it always has a constant supply of data to process
  • If the data/instructions were downloaded from RAM one at a time, the CPU would be slower because the CPU works faster than RAM
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Arithmetic Logic Unit

A

(ALU)

- Where the CPU carries out maths and logic on the data

17
Q

CISC

A

Complex Instruction Set Computing

  • Physically larger in size and require more silicon to make thus more expensive
  • Multiple machine cycles per instruction
  • Has more complex hardware
  • Great energy consumption