Data path components Flashcards

1
Q

What are some of the building blocks

A

muxes, decoders, mutliplexors, gates, basic registers, controllers

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

difference between control and data inputs

A

control - have a single bit or only a few, that represent a state like 1 bit represents button pressed

data input - mutiple bits representing a single entity

like 7 bits representing temperature in binary

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

what are data path components

A

register transfer level (RTL) components that store/ transform data

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

why are they called RTL

A

because they focus on the way the data gets transferred between registers. specifikon kur data moves from one register to the other

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

how can u get a processor

A

combining controllers and datapaths

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

whats a 2 bit adder

A

adds 2 bit numbers, output is 3 bit result

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

why do truth tables not work well for bigger size n

A

For an n-bit adder, the truth table has
2^(2n) rows

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