Structure and function of the processor Flashcards

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

ALU

A

Arithmetic Logic Unit
It performs the different logical and arithmetic operations

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

Control Unit

A

It directs the operations within the computers processor

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

Register

A

A small piece of memory inside the CPU that stores and manipulates data during execution of instructions

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

PC

A

Program Counter
A register that contains the address of the instruction currently being executed

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

ACC

A

Accumulator
A register that stores the results of an ALU

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

MAR

A

Memory Address Register
Stores the address of the next instruction to be stored

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

MDR

A

Memory Data Register
Temporarily stores the data which is read from or written to memory

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

CIR

A

Current Instruction Register
Holds the instruction that is currently being executed

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

Busses

A

They are the way that data transfers between components

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

Data Bus

A

Carries the actual binary that makes up the in formation
(Bi-Directional)

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

Address Bus

A

Carries memory addresses that identify where that data is being read from or written to
(Uni-Directional)

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

Control Bus

A

carries command signals to and from every other components on the CPU
(Bi-Directional)

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

Fetch-Decode-Execute

A

The cycle of getting an instruction understanding it and performing it

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

CPU

A

Central Processing Unit
The main part of the computer that acts as the control center

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

Clock Speed

A

The number of cycles per second

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

Cores

A

A single complete copy of the CPU

17
Q

Cache

A

Small part of data that temporarily sores data and instruction being read to and written from

18
Q

Pipelining

A

Completing the fetch-decode-execute cycles at the same time

19
Q

Von Neumann Architecture

A

Has a single shared memory for programs and data

20
Q

Harvard Architecture

A

Instructions and data are stored on separate memory units

21
Q

Contemporary Architecture

A

A version of a CPU that is designed to speed up performance by supporting a large number of specialised instructions