1E Flashcards
Digital circuits operate using only two voltage levels for all of their input and output signals. __V and __V are commonly used.
0V and +5V
This two-state design allows us to use the ___ ___ ___ with digital circuits. The binary system uses two digits: 0 and 1. In most digital circuits, binary 0 represents 0V and binary 1 represents +5V.
binary number system
Calculators and computers that process binary numbers use decision-making elements called ___ ___.
logic gates
Logic gates can have many input signals, but they only have ___ output.
one
In order to easily identify logic gates and simplify circuit diagrams, pictorial symbols are used to represent each gate function. There are six basic logic gates. They are:
AND
Negated AND (NAND)
OR
Negated OR (NOR)
Exclusive OR (XOR)
Exclusive NOR (XNOR)
A ___ has at least two inputs, only one output and performs a logic function. The ___ is an elementary building block of digital circuits.
Gate
An elementary processing function, such as AND, OR, NAND and NOR, in a digital circuit. ___ ___ and logic circuit are used synonymously.
Logic Function
A ___ ___ is a pictorial representation of a logic function. A symbol does not indicate any particular components but does indicate the function.
Logic Symbol
A ___ ___ is a voltage value that is used to represent a binary 1 or binary 0 in digital circuits. In digital circuits, the voltage level used to indicate a 1 (High) is the most positive voltage in the circuit, while a 0 (Low) is the least positive voltage in a circuit. For example, a circuit High could be +5V, while the Low could be 0V.
Logic Level
A ___ ___ shows all possible logic input combinations for a logic
gate, and the resulting outputs. Figure 1-161 shows a ___ ___ for a two-input gate and resultant outputs. Inputs for a ___ ___ logic levels are represented by logic level Low (0) and High (1). As indicated earlier, gates must have at least two inputs, but may have more. Note: L (for Low) or 0 and H (for High) or 1 will be used in a ___ ___, but not both at the same time.
truth table
A ___ ___ is a circle on either input that tells us that a logic level Low (0) is required to satisfy that input of the gate.
negation indication
Looking at Figure 1-162, the presence of a negation indicator on the A input indicates that a logic level Low is required to satisfy the A input. The absence of a
negation indicator, shown on the B input, indicates a logic level High (1) is required to satisfy the B input. Therefore, to produce the desired logic level High at the X output of this gate, input A must be a logic level Low (0) and input B must be a logic level High (1). When a gate has a negation indicator on any input, the gate is called an ___ ___.
Inhibited Gate
Some gates use a negation indicator on the output, as shown in Figure 1-163. The presence of a negation indicator on the output indicates that a logic level Low will be present at the X output when the logic inputs are satisfied. In this case, the inputs A & B require a High to satisfy them so that the gate to produce a logic level Low at the X output. When a gate has a negation indicator on its output, the gate is called a ___ ___.
Negated Gate
An AND gate requires that ___ input conditions must be met to get the desired output. Think of it like this: the conditions of Input A AND Input B must be met to get the desires output. If the gate had three
(3) inputs, then the conditions of Input A AND Input B AND Input C must be met to get the desired output.
ALL
Since there are no negation indicators, both inputs must be logic level ___ to satisfy the gate and produce a logic level High output. When looking at the truth table for this AND gate, it is apparent that only one combination will produce the desired output (logic level High), and that is when Input A is a logic level 1 AND when Input B is a logic level 1. When either input is a logic level 0, that input is not satisfied, causing the gate will produce a logic level 0 output. Review the four (4) possible input combinations for the truth table and note that there is only one input combination which produces a logic level 1 output, and there are three (3) input combinations which produce a logic level 0 output.
High