2.1.1 - Outline the architecture of the central processing unit (CPU) and the functions of the arithmetic logic unit (ALU) and the control unit (CU) and the registers within the CPU. Flashcards

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

What is the role of a computer system in data processing?

A

A computer system accepts data as an input from an input device, processes it, and outputs the processed data into information in human readable form.

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

What is the role of the CPU in a computer system?

A

The CPU executes instructions of a computer program, such as arithmetic, logic, controlling, and input/output operations.

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

What does the CPU contain?

A

The CPU contains the Control Unit (CU), the Arithmetic Logic Unit (ALU), the Memory Address Register (MAR), and the Memory Data Register (MDR).

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

What are the functions of the Control Unit (CU) in the CPU?

A

The CU handles the loading of new commands into the CPU, decodes them, controls the retrieval of instructions from primary memory, and controls the sequence of execution of instructions.

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

What is the function of the Arithmetic Logic Unit (ALU) in the CPU?

A

The ALU is responsible for arithmetic operations (e.g., add, subtract, multiply, divide) and logic operations (e.g., AND, OR, NOT).

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

What is the function of the Memory Address Register (MAR)?

A

The MAR is connected to the address bus and contains the RAM address of the instruction the CPU wants next. It is the only storage directly accessible by the CPU.

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

What is the function of the Memory Data Register (MDR)?

A

The MDR is connected to the data bus and holds data that will be written to the RAM or that was read from RAM. The MAR gives the address the data of the MDR will be read from or written to.

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

What is the role of buses in a computer system?

A

Buses are the connecting wires that connect the CPU to other devices, carrying instructions to/from components. They are built into the motherboard and usually contain either 32 or 64 lines.

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

What are the three most important buses in a computer system?

A

The three most important buses are the Data bus (links RAM to CPU via MDR), Control bus (links RAM to CPU via CU), and Memory bus (links RAM to CPU via MAR).

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