Term
|
Definition
A form of signed binary notation in which negative numbers are created by complementing all bits of a number, including the sign bit |
|
|
Term
|
Definition
A form of signed binary notation in which negative numbers are created by adding 1 to the 1’s complement form of the |
|
|
Term
|
Definition
TTL-compatible IC that can be wired to operate in several different modes, such as a one-shot and an astable multivibrator. |
|
|
Term
|
Definition
Two cells in a K-map are adjacent if there is only one variable that is different between the coordinates of the two cells. |
|
|
Term
|
Definition
The instantaneous voltage of a waveform. Often used to mean maximum amplitude, or peak voltage, or a pulse. |
|
|
Term
|
Definition
A way of representing some physical quantity, such as temperature or velocity, by a proportional continuous voltage or current. An analog voltage or current can have any value within a defined range.
|
|
|
|
Term
|
Definition
Digital circuit that implements the AND operation. The output of this circuit is HIGH only if all of its inputs are HIGH. |
|
|
Term
|
Definition
A mathematical function is associative if its operands can be grouped in any order without affecting the result. For example, addition is associative ((a+b) + c = a + (b+c)), but subtraction is not ((a-b) –c ≠ a-(b-c)). |
|
|
Term
|
Definition
Type of counter in which each flip-flop output serves as the clock input signal for the next flip-flop in the chain. |
|
|
Term
|
Definition
Flip-flop inputs that can affect the operation of the flip-flop independent of the synchronous and clock inputs. |
|
|
Term
|
Definition
The smallest particle of an element that still has the same characteristics as the element. |
|
|
Term
|
Definition
Beginners' All-purpose Symbolic Instruction Code. |
|
|
Term
|
Definition
Modifier in PBASIC that designates a variable as being a binary bit. |
|
|
Term
|
Definition
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. |
|
|
Term
|
Definition
A number system used extensively in digital systems, based on the number 2. It uses two digits to write any number. |
|
|
Term
|
Definition
Smallest number in binary. Can only have the value of 0 or 1. |
|
|
Term
|
Definition
Algebraic process used as a tool in the design and analysis of digital systems. In Boolean algebra only two values are possible, 0 and 1. |
|
|
Term
|
Definition
An algebraic expression made up of Boolean variables and operators, such as AND (-), OR (+), or NOT (-). Also referred to as Boolean function or a logic function. |
|
|
Term
|
Definition
Rules that can be applied to Boolean algebra to simplify logic expressions. |
|
|
Term
|
Definition
A variable having only two possible values, such as HIGH/LOW, 1/0, On/Off, or True/False. |
|
|
Term
|
Definition
A circuit board for wiring temporary circuits, usually used for prototypes or laboratory work. |
|
|
Term
|
Definition
A circle in a state diagram containing the state name and values of the state variables. |
|
|
Term
|
Definition
8 bits. Can have values in range from 0 to 255. |
|
|
Term
|
Definition
16 bits. Can have values from 0 to 65,535. |
|
|
Term
|
Definition
Counter that can count up or down depending on how its inputs are activated. |
|
|
Term
|
Definition
Counter that counts upward from 0 to a maximum count. |
|
|
Term
|
Definition
An electrical device used to store electrical charge. |
|
|
Term
|
Definition
The smallest unit of Karnaugh map, corresponding to one line of a truth table. The input variables are the cell’s coordinates and the output variable is the cell’s contents. |
|
|
Term
|
Definition
Digital signal in the form of a rectangular pulse train or a square wave. |
|
|
Term
|
Definition
Type of flip-flop in which the D (data) input is the synchronous input. |
|
|