1.1.1- Processor Components Flashcards

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

What is the function of the control unit ?

A

→ Coordinates all activities of the CPU
→ Directs flow of data between CPU and other devices

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

What is a bus?

A

Parallel wires that connect 2 or move components together

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

What does PC do?

A

Program counters holds address of the next instruction.

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

MAR

A

memory address register holds address of the memory location from which data or instructions is fetched or written
Sends to main memory,

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

MDR

A

memory data register
Temporarily stores data which is read from or written to memory
AKA buffer register

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

CIR

A

Current instruction register
Holds the current instruction being executed

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

ALU

A

Arithmetic logic unit
Performs arithmetic and logical operations on data

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

ACCUMULATOR

A

General purpose register
Stores temporary data while instructions or calculations are being carried out.
Stores temporary ALU calculations
Acts as a buffer
Temporary storage for data being processed during calculations

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

ADDRESS BUS

A

Carries memory addresses that identify where the data is being read from or written to
Sends address to memory

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

DATA BUS

A

Carries binary 1’s and 0’s that make up actual information being transmitted around the computer
Bidirectional

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

CONTROL BUS

A

Carries command and control signals to and from every other component of the CPU
controls signals sent
Bi directional

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

What does bus grant Indicate?

A

Indicates the CPU has granted access to the data bus

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

What does memory write do?

A

Causes the data on data bus to be written into the addressed location

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

What does memory read do?

A

Causes the data from the addressed location to be placed onto the data bus

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

What does the interrupt request control signal indicate?

A

Indicates that a devise is requesting access to the CPU

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

What is the clock signal used for?

A

To synchronise instructions

17
Q

What is assembly language?

A

A programming language where mnemonics are used to represent instructions