1.1.1a - processor structure + function (y12) Flashcards

1
Q

What does CPU stand for?

A

Central Processing Unit

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

What is the primary function of the CPU?

A

To process data and instructions by constantly repeating the fetch-execute cycle.

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

Name the four main components of the CPU.

A

Control Unit, Arithmetic Logic Unit (ALU), Registers, Cache Memory

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

What is the role of the Control Unit in the CPU?

A

It sends control signals to direct the operation of the CPU and decodes instructions as part of the fetch-execute cycle.

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

Describe the function of the Arithmetic Logic Unit (ALU).

A

It performs simple calculations and logical operations.

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

What are registers in the context of the CPU?

A

Temporary storage spaces for one instruction or address used during the fetch-execute cycle.

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

Explain the purpose of cache memory in the CPU.

A

It temporarily stores data that is frequently accessed, speeding up processing.

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

What is Von Neumann architecture?

A

A computer design model where both program instructions and data are stored in the same memory (RAM) and in the same format (binary).

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

Who is Von Neumann architecture named after?

A

Mathematician John Von Neumann.

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

How are instructions and data differentiated in Von Neumann architecture?

A

Instructions are actions to perform (opcode), and data are the values to be used (operand).

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