LO1 - System Architecture: Flashcards

1
Q

What is the purpose of the CPU?

A

To fetch instructions, decode instructions, and then execute instructions.

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

What are the four main CPU components?

A

1) Control Unit (CU),
2) Arithmetic Logic Unit (ALU),
3) Registers,
4) Cache Memory.

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

What is the Control Unit within the CPU?

A

The control unit controls the signals required to coordinate the running of the processor including the movement of data between components and decoding instructions.

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

What is the Arithmetic Logic Unit within the CPU?

A

The unit is responsible for the calculations and decision making carried out by the CPU.

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

What are the Registers within the CPU?

A

The registers are the CPU’s own high speed memory store containing several specialised registers, which are at the heart of the heart of the fetch-decode-execute cycle.

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

What is the Cache within the CPU?

A

The cache is a type of high speed random access memory (RAM) which is built into the CPU processor.

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

What are the five stages of the Von Neumann Architecture?

A

1) Program Counter (PC),
2) Memory Address Register (MAR),
3) Memory Data Register (MDR),
4) Current Instruction Register (CIR),
5) Accumulator (ACC).

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

What are the characteristics of Cache Memory?

A
Cache is very high speed.
Built into the structure of the CPU.
Cache data is regularly used data.
CPU Cache has a very low capacity, typically less than 16MB.
Level 1 Cache is the fastest.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is CPU Clock Speed?

A

The number of clock cycles per second, usually measured in Ghz.

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

What are CPU Cores?

A

Individual processing units within the CPU which can receive instructions and perform calculations.

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

What is Parallel Processing?

A

Allows different instructions from the same program to be run at the same time.

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