Logic Practical
Logic Practical
AB + A'C + BC = AB + A'C
The consensus or resolvent of the terms AB and A’C is BC. It is the conjunction
of all the unique literals of the terms, excluding the literal that appears
unnegated in one term and negated in the other.
Duality- This theorem states that the dual of the Boolean function is obtained by
interchanging the logical AND operator with logical OR operator and zeros with ones. For every
Boolean function, there will be a corresponding Dual function.
Multiplexer- Multiplexer is a data selector which takes several inputs and gives
a single output. In multiplexer we have 2n input lines and 1 output lines where n
is the number of selection lines.
Sequential circuit- The sequential circuit is a special type of circuit that has a series of inputs
and outputs. The outputs of the sequential circuits depend on both the combination of present
inputs and previous outputs. The previous output is treated as the present state.
Eg of mux demux- compact disc (CD) player, digital versatile disc (DVD) player and cable
television line, for example. ... Types of multiplexers also are used in communications.
Combinational Circuit- The combinational logic circuits are the circuits that contain different
types of logic gates. Simply, a circuit in which different types of logic gates are combined is
known as a combinational logic circuit.
The "Don't care" condition says that we can use the blank cells of a K-map to make a group of
the variables. 0 & 1
Toggle- Condition of a flip-flop circuit in which the internal state of the flip-
flop changes from 0 to 1 or from 1 to 0.
Controlled inverted gate- Controlled inverter is also known as controlled buffer and NOT
gate as well. It is used between output and a bus so that one can control whether the output
is fed to the bus or not. 2.
Half Adder- The half adder circuit has two inputs: A and B, which add two
input digits and generates a carry and a sum.
Full Adder- The full adder circuit has three inputs: A and C, which add three
input numbers and generates a carry and sum.
excess 3 code- The excess-3 code is also treated as XS-3 code. The excess-3 code is a non-
weighted and self-complementary BCD code used to represent the decimal numbers. This code
has a biased representation. This code plays an important role in arithmetic operations