3.3-3.4 Flashcards

0
Q

Binary Counter

A

Group of flip-flops connected in a special arrangement in which the states of the flip-flops represent the binary number equivalent to the number of pulses that have occurred at the input of the counter

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

Asynchronous Counter

A

Type of counter in which each flip-flop serves as the clock input signal for the next flip-flop in the chain

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

Decade Counter

A

Any counter capable of going through 10 different logic states

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

Down Counter

A

Counter that counts from a maximum count downward to 0

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

Modulus

A

The number of states through which a counter sequences before repeating

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

Modulus N Counter

A

A counter with a modulus of N

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

Synchronous Counter

A

Counter in which all of the flip-flops are clocked simultaneously

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

Up Counter

A

Counter that counts upward from 0 to a maximum count

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

Up/Down Counter

A

Counter that can count up or down depending on how it’s nuts are activated

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

Bubble

A

A circle in a state diagram containing the state name and vales of the state variables

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

Conditional Transition

A

A transition between states of a state machine that occurs only under specific conditions of one or more control inputs

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

Control Input

A

A state machine input that directs the operation of the machine from state to state.

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

Mealy Machine

A

A state machine whose output is determined by both the sequential logic and the combination all logic of the machine

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

Moore Machine

A

A state machine whose output is determined only by the sequential logic of the machine

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

State Machines

A

A synchronous sequential circuit, consisting of a sequential logic section and a combinational logic section, whose outputs and internal flip-flops progress through a predictable sequence of states in responds to a clock and other input signals

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

State Table

A

A table whose entries represent the sequence of individual FF states (I.e., 0 or 1) for a sequential binary circuit

16
Q

State Transition Diagram

A

A graphic representation of the operation of a sequential binary circuit, showing the sequence of individual FF states and conditions needed for transitions from one state to the next

17
Q

State Variables

A

The variables held in the flip-flops of a state machine that determine its present state