Ch3 Core Hardware Flashcards

(7 cards)

1
Q

What does the size/width of a bus mean?

A

How many bits it carries in parallel. Ours is 16 bits for the instruction bus and 8 bit for the data bus

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

What is the speed of a bus?

A

Its how fast it moves data along the path

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

What is RAM?

A

Random access memory. Allows data items to be read or written in almost the same amount of time irrespective of the physical location. Normally volatile.

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

What is flash memory

A

non volatile memory that retains data in the absence of a power supply

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

Difference between instruction and data bus?

A

Address bus: dedicated for specifying a physical address.

Data bus: simply carries data

Data bus is bidirectional and address bus is unidirectional.

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

What is ALU?

A

An arithmetic logic unit (ALU) is a digital circuit used to perform arithmetic and logic operations

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

What is a lookup table?

A

Array that replaces runtime computation with a simpler array indexing operation. Can save processing time.

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