CP and Architecture Flashcards

1
Q

What is the Purpose of the CPU?

A

The CPU is often known as the ‘brain of the computer’.

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

What is the CPU’s job?

A
Its job is to process data. 
Searching
Sorting
Calculating
decision making.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the processor?

A

Responds to and processors the instructions that ‘drives’ the computer.

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

What are the 3 main components in the CPU

A

3 main components:
Control Unit (coordinates all operations carried out by the computer)
Arithmetic Logic Unit (ALU) (performs operations on data)
Registers (Special memory cells within CPU that operate very quickly. All ALU operations take place within registers)

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

The CPU follows three steps in order to process data. What are they?

A

It is known as the Fetch - Decode - Execute cycle

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

Describe the fetch stage of the fetch decode execute cycle.

A

In this step the CPU fetches some data and instructions from main memory (RAM) and then store them in its own temporary memory called ‘registers’. For this to happen, the CPU uses a piece of hardware path called the ‘address bus’. The address of the next item that the CPU wants is put onto the ‘address bus’. Data from this area then travels from the RAM to the CPU on another piece of hardware called the ‘Data Bus’

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

What is the decode section?

A

The decode step is where the CPU understands / works out what the instruction it has just fetched actually means.
The CPU ‘decodes’ the instruction and gets things ready for the next step.

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

What is the execute section?

A

The Execute stage is where data processing happens.
Instructions are carried out on the data.
Once a cycle has completed, another begins.

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

Name the as many busses as you can and their function?

A

Address Bus
Used to send the address of particular memory location

Data Bus
Data stored in memory location is sent along data bus

Control Bus
Control signals sent along the control bus

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

What is a bus?

A

A Bus is a set of parallel wires connecting two or more components of a computer
Processor is connected to main memory using three busses

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