Architecture Flashcards

For Computer and CPU.

1
Q

Serial buses

A

Sends a single bit

High frequency

Low/Few traces

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

Parallel busses

A

Sends multiple bits

Low frequency

High/More traces

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

Control Bus is a collection of what?

A

A collection of signals from the processor which controls the system

Signals on this may be timing signals

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

The processor uses the Address Bus . . .

A

The processor uses this to select a chip and where to use it

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

Data Bus carries . . .

A

Carries data between processor, memory unit, and I/O devices

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

Internal or local Data Busses

A

Connects the components of the motherboard

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

External data buses

A

Connects the motherboard to every other device

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

Von-Neuman Architecture, AKA Princeton Architecture

A

Program instructions and data stored in the same memory, which is accessed by the same bus.

Can’t read instructions and read/write data.

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

Harvard Architecture

A

Program instructions and data stored separately, which is accessed by separate buses.

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

Instructions are a set of what?

A

A set of machine language commands that guide the CPU on what to do next

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

Memory Address Register

A

Links internal buses to external Address Bus.

All Addresses pass through this.

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

Memory Data Register

A

Links internal buses to external data bus.

All data is passed though this.

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

Arithmetic and Logic Unit

A

Performs maths and logical operations, like addition, XOR, etc.

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

Instruction Register

A

Holds what to do

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

Control Unit

A

Figures out how to do it

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

Program Counter

A

Points at where to get the next instruction