Module2.1_
Module2.1_
circuits
HALF ADDERS
THEORY: A half adder has two inputs for the two bits to be added and
two outputs one from the sum ‘ S’ and other from the
carry ‘ c’ into the higher adder position.
TRUTH TABLE:
INPUT OUTPUT
A B SUM(S) CARRY( C )
0 0 0 0
0 1 1 0
1 0 1 0
1 1 0 1
DESIGN
INPUT OUTPUT
A B SUM(S) CARRY( C )
0 0 0 0
0 1 1 (minterm =A’B) 0
1 0 1 (minterm =AB’) 0
1 1 0 1 (minterm=AB)
Boolean Equation:
CARRY: C=AB
CIRCUIT DIAGRAM:
FULL ADDERS
A full adder is a combinational circuit that forms the arithmetic
THEORY:
sum of input; it consists of three inputs and two outputs. A full
adder is useful to add three bits at a time but a half adder
cannot do so.
TRUTH TABLE:
𝑆𝑢𝑚: 𝑆 = 𝐴ҧ 𝐵𝐶 ҧ 𝑖𝑛 + 𝐴𝐵𝐶
ത 𝑖𝑛 + 𝐴𝐵𝐶 ത 𝑖𝑛 + 𝐴𝐵𝐶𝑖𝑛 = 𝐴 𝐵 𝐶𝑖𝑛
ҧ 𝑖𝑛 + 𝐴𝐵𝐶
𝐶𝑎𝑟𝑟𝑦 𝑜𝑢𝑡 : 𝐶𝑜𝑢𝑡 = 𝐴𝐵𝐶 ҧ + 𝐴𝐵
ത 𝑖𝑛 + 𝐴𝐵𝐶𝑖𝑛 + 𝐴𝐵𝐶𝑖𝑛 = 𝐶𝑖𝑛 𝐴𝐵ത + 𝐴𝐵 = 𝐴 𝐵 𝐶𝑖𝑛 + 𝐴𝐵 (Form 1)
Analogous example: A multiplex (referring cinema), where there are multiple screens featuring different movies.
Multiplexer
DEMULTIPLEXERS
e.g. A single computer connected to 4 different printers (B/W, colour, LaserJet, Xerox and printer
machine) and taking output from one at a time.
DEMULTIPLEXER CIRCUIT
BCD to 7 Segment Display
BCD to 7 segment Display
IMPLEMENTATION OF CONTROL FUNCTION using
MULTIPLEXERS/
1. If both the cells are encircled, then consider the output of that
column as “1”.
2. If none of the cells are encircled, then consider the output of
that column as “0”.
3. If one of the cell is encircled, then look at the third variable and
output is either the variable (if it is 1) or its complemented form (if it
is 0).
Refer notes for further information