Computer Systems - CPU Flashcards

1
Q

Purpose of CPU

A

To execute program instructions.
Processes 1 task at a time.
It equates to the human brain.
Each CPU has got it’s own instruction set.

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

Types of tasks…

A

Searching
Sorting
Calculating
Making Decisions

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

Control Unit

A

Directs the operation of the processor.
Tells the computer’s memory Arithmetic And Logic Unit and input and output devices on how to respond to a program’s instructions. (controls and monitors hardware e.g. PRINTER)

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

Arithmetic and Logic Unit (ALU)

A

Digital circuit used to perform arithmetic and logic operations.
Represents the fundamental building block of the CPU.

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

Immediate Access Store (IAS)

A

Where the CPU holds all the data and programs that it’s currently using. Fetches the data and programs in the background, store it in RAM temporarily.

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

Arithmetic

A

performs calculations

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

Logic

A

deals with logic and comparisons

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

Bus

A

A communication system that transfers data between components inside a computer, or between computers (e.g. wires)

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

Address Bus

A

(doesn’t carry the data just the address)
Transfers data between devices that are identified by hardware address, which is stored in binary numbers to enable the data bus to access memory storage.

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

Data Bus

A

(carries the data)
Connects all the internal components of a computer, such as CPU and memory, to the motherboard. Connects to local devices.

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

Control Bus

A

(specifies read or write operation)

Used by the CPU to communicate with devices within the computer. Connected using cables or printed circuits.

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

Von Neumann architecture

A

Utilises one central memory store which hold two key pieces of information:
Instructions – The programs
Data – User data that has been entered

(Every PC runs on this architecture)

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

Fetch-Decode-Execute

A

(core function of the CPU)
The Data id loaded…
FETCH: Gets the address from the CPU and sends it to the register using the address bus. Data is then sent back to the CPU using the data bus.

DECODE: The address is a memory location and is sent to the RAM using the address bus. Counter is incremented.

EXECUTE: Contents of the address are loaded on the accumulator.

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