Exam 2 Review Flashcards

(17 cards)

1
Q

A circuit is combinational if….

A

the circuit’s output values depend solely on the present combination of input values

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

A circuit is sequential if…

A

the circuit’s output values depend not only on the present input values, but also on the sequence of past values

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

FSM is a computation model that…

A

can describe sequential behavior

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

pulse

A

changing of a signal from 0 to 1 back to 0

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

enable

A

An input control that controls whether a behavior occurs

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

controller

A

circuits consisting of a register and combinational logic

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

state register

A

register in a controller, holding an FSM’s present state

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

In a controller’s circuit, the logic’s outputs are:

A

FSM’s outputs and the next state bits

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

The required state register bits are…

A

based on the number of states

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

FSM has single-bit…

A

inputs and outputs

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

What does a slash through a wire represent?

A

wire represents multiple bits

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

a high-level state machine is…

A

a form of extended FSM that supports multibit data input/output data operations

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

datapath

A

circuit that supports the data operation and data storage parts of system behavior

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

instantiate

A

introduce an item to a circuit

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

instance

A

each instantiated item

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

In datapath, each data output and variable require…