Processor Components Flashcards

(13 cards)

1
Q

Control Unit

A

Control signals sent along the control bus between the CU and other components

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

Buses

A

Series of wires - transfers signals between internal components. Has 8,16,32 or 64 lines (doesn’t hold data, only transfers)

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

Memory Read

A

Data from addressed location in RAM to be placed on the data bus

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

Memory Write

A

causes data to be written into addressed location.

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

Clock

A

synchronises the computers actions on a pulse

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

Logical Operations

A

AND,OR,NOT,XOR

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

Program Counter

A

holds memory address of next instruction to be executed, incremented by 1

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

Current Instruction Register (CIR)

A

Holds current instructions, split into opcode and operand

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

Memory Address Register (MAR)

A

holds the address in memory where the processor is required to fetch or store data from or to (undirectional)

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

Memory Data Register

A

Temporarily holds data moving between the processor and main memory.

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

Fetch Phase

A

1) The address of the next instruction is copied from PC to MAR
2) The instruction held at the address is copied to the MDR
3)Simultaneously, the contents of the Program Counter are incremented
4) The contents of the MDR to the current instruction register

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

Decode Phase

A
  1. The instructions held in the CIR are decoded
  2. It is then split into operand and opcode to determine the type of instruction it is. Additional data, if required, is fetched from memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Execute Phase

A
  1. CIR contents are passed to the accumulator
  2. The instruction is executed and the result held in the accumulator or main memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly