You are on page 1of 2

ComputerScienceUK.

com Fold Line OCR J277 Flashcards - CSUK:Teacher

Q A
The CPU (central processing unit) is a small
What is the CPU? computer component which is responsible for
the processing of data and instructions.

Q A

CPUs are often known as ‘the ‘Brain’ of the


What are CPUs often known as?
Computer’.

Q A
The job of the CPU is to ‘Fetch’, ‘Decode’ and
What is the job of a CPU? ‘Execute’ instructions.

In other words, ‘process data’.

Q A
Processing means things like:
Searching
What examples are there of processing data? Sorting
Calculating
Decision Making

Q A
When you open a program, all the data
When you open a program, where is its
needed for the program to run is loaded onto
instructions and data loaded?
the RAM

Q A
The CPU will fetch data/instructions from the RAM.
What happens during the ‘Fetch’ stage of the To do this it will call the address of the next item via
fetch-decode-execute cycle? the address bus.
The data/instructions are then sent back to the
CPU via the data bus.

Q A
The decode stage is where the CPU makes
What happens during the ‘Decode’ stage of
sense of the instructions and prepares for the
the fetch-decode-execute cycle?
next stage.

Q A
The execute stage is where the data
What happens during the ‘Execute’ stage of processing takes place.
the fetch-decode-execute cycle?
Instructions are carried out on the data.

Computer Science UK – 1.1 The Function of the CPU 1


ComputerScienceUK.com Fold Line OCR J277 Flashcards - CSUK:Teacher

Q A
The CPU consists of:
What are the three main areas that together - Control Unit
form the CPU architecture? - Immediate Access Store (cache)
- Arithmetic and Logic Unit

Q A
1. Managing and monitoring hardware ensuring
Name 3 jobs that the control unit will carry data goes to the correct hardware.
out. 2. Managing and monitoring input / output signals,
ensuring they are dealt with correctly.
3. Managing the Fetch – Decode -Execute cycle.

Q A
The RAM is far slower at delivering data than the ALU
(arithmetic and logic unit) is at processing it. The IAS (cache) is
What is the purpose of the IAS? far faster at delivering the data than the RAM. The IAS,
therefore, will accept sets of instructions from the RAM so that it
(Immediate Access Store) can supply the ALU at the same speed as the CPU can process.
This means the CPU can work at top speed (not having to wait
for deliveries of data from the RAM).

Q A
The ALU is where the CPU actually carries out the
What is the purpose of the ALU? maths and logic on the data (it processes it). It has
an arithmetic part (where it performs calculations on
(Arithmetic & Logic Unit) the data) and it has a logic part (where it deals with
logical operators such as true/false/equal to etc).

Q A 1. An input device (e.g. keyboard) sends data/instructions to


the CPU. The Control Unit receives these data/instructions.
2. The Control Unit sends this data/instruction into main
Describe the journey of an instruction as it memory (RAM) to be used later.
3. When the time is right, the data will be transferred from
makes its way to through the CPU. main memory into cache (IAS)
4. The data will then be sent to the ALU for processing
5. The control unit will send the processed data back, for
example, to an output device such as a screen or monitor,
or back into main memory for later use.

Q A

Q A

Q A

Computer Science UK – 1.1 The Function of the CPU 2

You might also like