Registers And FDE Definitions Flashcards

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

Address bus

A

Address of memory location that the CPU will read from and write to

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

Control bus

A

Command signals from control unit

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

Data bus

A

Value being read from or written to memory (unidirectional)

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

Registers

A

They are built into the CPU chip to temporarily store memory addresses, instructions or data. They are used in the FDE cycle for specific purposes.

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

RAM

A

Consists of storage locations and each location has its own unique memory address where program instructions or data is stored.

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

CPU

A

Consists of CU, ALU and registers. Carries out the FDE cycle.

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

Control unit

A

Decodes instructions received from main memory and coordinates actions of others parts of the CPU in order to execute them.

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

ALU

A

Performs arithmetic and logic operations on data.

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

Memory address register

A

Address of memory location of data that is to be fetched or stored

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

Memory data register

A

Data being read from or written to memory.

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

Accumulator

A

Results of the ALU

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

Program counter

A

Memory address of the current instruction. Increments by 1 each cycle

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

Current instruction register

A

Instruction that is currently being processed.

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

Fetch

A

Program counter increments by 1. Control unit places memory address of next instruction into the MAR. The instruction gets transferred to the RAM via the address bus. Control unit sends a ready signal to RAM along control bus. RAM receives signal and copies content of the memory location indicated by the address bus onto the data bus. The data is then stored in the MDR. Instruction gets stored in the current instruction register

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

Decode

A

Control unit decodes the instruction and the ALU does the calculations and holds them in the accumulator.

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

Execute

A

Control unit sends signal to the other components of the CPU instructing them what to do.