DE UNIT 4 Key Terms

0.0(0)
Studied by 14 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/22

flashcard set

Earn XP

Description and Tags

DE

Last updated 2:24 PM on 4/24/23
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

23 Terms

1
New cards
Control Input
A state machine input that directs the operation of the machine from state to state.
2
New cards
State Machines
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.
3
New cards
Mealy Machine
A state machine whose output is determined by both the sequential logic and the combinational logic of the machine.
4
New cards
State Table
A table whose entries represent the sequence of individual FF states (i.e., 0 or 1) for a sequential binary circuit.
5
New cards
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.
6
New cards
State Variables
The variables held in the flip-flops of a state machine that determine its present state.
7
New cards
Accelerometer
An electromechanical device that will measure acceleration forces. These forces may be static, like the constant force of gravity pulling at your feet, or they could be dynamic.
8
New cards
Microprocessor
An IC which has only the Central Processing Unit inside them. They only have processing powers.
9
New cards
Application Processors
A microprocessor optimized for smart phone / hand held device use.
10
New cards
Constants
A piece of data that does not change.
11
New cards
Moore Machine
A state machine whose output is determined only by the sequential logic of the machine.
12
New cards
Comments
Detailed descriptions not executed.
13
New cards
Functions
A named piece of code that can be used from elsewhere in the code.
14
New cards
Servo
A rotary actuator that allows for precise control of angular position, velocity and acceleration. It consists of a motor coupled to a sensor for position feedback.
15
New cards
Microcomputer
A small, relatively inexpensive computer with a microprocessor as its central processing unit.
16
New cards
Bubble
A circle in a state diagram containing the state name and values of the state variables.
17
New cards
Memory
The physical devices used to store programs or data (e.g.) on a temporary or permanent basis for use in a computer or other digital electronic device.
18
New cards
Program
Contains: variables, functions, structures, and comments.
19
New cards
Conditional Transition
A transition between states of a state machine that occurs only under specific conditions of one or more control inputs.
20
New cards
Pulse Width Modulation (PWM)
A technique for getting analog results with digital means. Digital control is used to create a square wave.
21
New cards
Variables
A place for storing a piece of data. It has a type, a name, and a value. They can change.
22
New cards
Microcontroller
A small, low cost computer on a single integrated circuit.
23
New cards
Central Processing Unit
The hardware within a computer that carries out the instructions of a computer program by performing the basic arithmetical, logical, and input/output operations of the system.