Processor Flashcards

1
Q

Overview of a Processor

A

ALU CU MU

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

ALU

A

ALU = Arithmetic Logic Unit

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

CU

A

CU=Control Unit

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

MU

A

MU= Memory Unit

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

Define Control Unit

A

The part of the processor that runs the machine code.Has the responsibility of coordinating the rest of the processor.The exact nature of the CU is dependent on the architecture of the CPU.

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

Define ALU

A

Responsible for performing calculations and logic.E.g. simple arithmetic or comparisons.Also acts as a gateway to the processor – all inputs and outputs to and from the processor have to pass through the ALU.

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

Memory Unit

A

Responsible for accessing memory.The MU will store currently running programs, current files and the operating system.

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

Register

A

A register is a small block of memory, normally about 4/8 bytes, which is used in order for instructions to be processed.(Machine instructions can only work if they are loaded into registers)(Programs tend to load and save data into general purpose registers. These can be used for any purpose the programmer )

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

Different registers

A

PCMARMDRCIRACC

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

PC

A

Program Counter A special purpose register which stores the address of the next instruction to be carry out.

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

MAR

A

Memory address register A special purpose register which stores the address of the next instruction or data to be fetched into the CPU.This is where the address that was read by the PC is sent.

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

ROM

A

ROM ,that the data that is stored on it can not be altered or deleted. This is useful because the data always stays in the ROM even when the computer is powered off.To store computers’ BOIS

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

2 Memory

A

Read Only Memory (ROM)Random Access Memory (RAM)

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

RAM

A

RAM is categorised by the fact that it is wiped clear when the computer is powered off,this enables the computer to do more than one thing.

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

Define MDR

A

Memory data register A special purpose register which stores the data fetched using the address found in the MAR.

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

Define CIR

A

Current instruction register A special purpose register which stores the instruction currently being carried out by the CPU.•Once an instruction is in the CIR it can then be split into different parts and sent to the relevant locations.

17
Q

Define ACC

A

AccumulatorWill store the result of any calculation performed by the CPU

18
Q

Buses

A

Buses are pathways used to send data around the processor.

19
Q

Control Bus

A

This sends commands from the control unit to different parts of the processor.

20
Q

Data Bus

A

This carries data from one register to the other.

21
Q

Address Bus

A

This carries the location address to which the data is going.