• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/8

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

8 Cards in this Set

  • Front
  • Back
Bubble
A circle in a state diagram containing the state name and values of the state variables.
Conditional Transition
A transition between states of a state machine that occurs only under specific conditions of one or more control inputs.
Control Input
A state machine input that directs the operation of the machine from state to state.
Mealy Machine
A state machine whose output is determined by both the sequential logic and the combinational logic of the machine.
Moore Machine
A state machine whose output is determined only by the sequential logic of the machine.
State Table
A table whose entries represent the sequence of individual FF states (i.e., 0 or 1) for a sequential binary circuit.
State Transition Diagram
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.
State Variables
The variables held in the flip-flops of a state machine that determine its present state.