1.1 structure of the CPU Flashcards

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

list of all regsiters

A

MAR
MDR
CIR
Program counter
accumulator

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

what is a register

A

temporary small storage
used for a specific purpose
faster than RAM
used in FDE cycle

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

what does the control unit do

A

the control unit decodes instructions
sends signals to control movement of data
uses control buses

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

what are the three buses

A

address bus
control bus
data bus

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

what does the address bus do

A

sends the address of the address in the main memory

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

what does the control bus

A

transmits control signals
essentially tells the the CPU if data is being written to or read from memory

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

what does the address bus do

A

used by the CPU to locate the physical address in the MAR

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

what is a bus

A

busses consist of a series of connectors that transfer signals between internal components
signals typically 16 32 64 bits

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

what is the CIR

A

current instriction register if data sent to the MDR is an instruction and not data then copied over to the current instruction register

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

what is the general purpose register

A

contains any number overflows

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

Characteristics of Von neumann

A

one control unit
one bus for both instructions and data
single processor (can have multiple cores)
one instruction at a time
program must be loaded into main memory to be executed
instructions and data stored together

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

characteristics of Harvard arhchitecture

A

instructions and data in seperate memory locations
two seperate buses for data and instructions
can fetch instructions and data at the same time

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