Sei sulla pagina 1di 2

Indian Institute of Technology Gandhinagar

Electrical and Electronics Laboratory (EE 213)

Expt. No. 3 Combinational Digital Circuits 


 
Aim:  This  experiment  is  to  get  familiarized  with  simple  digital  integrated  circuits.  Several 
combinational circuits can be built with these ICs. 
 
Pre­lab work: 
1. Familiarise  yourself  with  the  functioning  and  truth  tables  of  the  following  digital 
circuits: half adder, full adder, multiplexer. 
2. Familiarise yourself with the operation and pin connections of the following TTL chips: 
7400, 7402, 7404, 7408, 7411, 7432 and 7486. You will need to read their datasheets. 
3. Design all the circuits given in this Laboratory procedure, before coming to the lab. 
 
Components: 7400, 7402, 7404, 7408, 7411, 7432, 7486 
 
Laboratory procedure: 
IMPORTANT:  Remember  that  the  power  supply  voltage,  Vcc,  of  these  TTL  ICs  is  5V  ±  5%. 
Higher power supply voltages WILL damage the IC permanently. Lower power supply voltages 
will result in incorrect readings. Logic level 0 corresponds to 0 V and logic level 1 corresponds 
to +5 V. You will damage the IC if you apply a voltage greater than +5 V or less than 0 V at a 
logic input.  
1. Check  the  truth  table  of  (a)  7404  inverter  (b)  7400  NAND  gate  (c)  7486  XOR  gate  (d) 
7402 NOR gate (e) 7408 two‐input AND gate (f) 7411 three‐input AND gate (g) 7432 OR 
gate. Check the voltage values of high and low outputs of the gates. You may use either 
an oscilloscope or a multimeter for your measurements. 
2. Make a half‐adder, and a 4‐to‐1 MUX using the components listed above. 
Half­adder: A half‐adder is a logical circuit that performs an addition operation on two 
binary digits. The half  adder produces a sum and a carry value  which are both binary 
digits. The logic for the Sum bit S and the Carry bit C, for two input bits A and B, is S = A 
⊕ B and C = A · B. Experimentally obtain and verify the truth table for this circuit. 
Multiplexer: A multiplexer is a logical circuit which selects one of many input signals 
and connects it to the output. The signal that is selected depends on the logic levels on a 
set of selection inputs. A 4‐to‐1 multiplexer has four input signal lines, one output, and 
two selection inputs. If I0 . . . I3 are the inputs, and S0 and S1 are the selection inputs, 
then the output F is given by F = (I0 · ˉ S0 · ˉ S1) + (I1 · S0 · ˉ S1) + (I2 · ˉ S0 · S1) + (I0 · S0 
· S1) experimentally obtain and verify the truth table for this circuit. 
3. Write down the truth table of a full adder (you should have designed its circuit before 
coming  to  the  lab.  The  information  given  here  is  only  meant  to  serve  as  background 
material.) A full adder is a logical circuit that performs an addition operation on three 
binary digits, the inputs A and B, and the carry‐in bit Ci from any previous adder stage. 
The full adder produces a sum bit S and carry‐out bit Co. These permit full adders to be 
cascaded. The output bits are related to the inputs by the following truth table. 

 
Full adder: Use only the components listed at the beginning of this lab sheet to design a 
combinational circuit that realizes the full adder truth table. Make your circuit as simple 
as you can, using the least number of logic gates. Experimentally obtain and verify the 
truth table for this circuit. How will you use two half‐adders to make a full adder? 
 

Potrebbero piacerti anche