Lab Manual
Lab Manual
LAB MANUAL
Prepared By: Ms. Poonam Jindal Reviewed By: Dr.Meenu Garg Approved By: Dr.Shivani Malhorta
Date: Date: Date:
INDEX
Page
Exp. No Objective of the Experiments
No.
Logic gate is a basic building block of a digital circuit. So verify the truth tables 1-8
1. of all the logic gates on trainer kit using TTL ICs. Also verify them using
multisim.
Mr. Vivek wants to add two numbers in computer but computer only 9-13
2. understands the binary numbers i.e. 0&1.So design a circuit that adds binary
equivalent of two decimal numbers.
Suppose there are two binary numbers as input and subtract one binary 14-15
3. number input from other binary number input. Design the circuit using
universal gates.
Considering two numbers (each two bit), Design a circuit which produces the 16-21
4. output that compares whether the number is greater than, less than or equal
to the second number.
i) Suppose one input is to be selected from n inputs. Implement the circuit 22-29
using IC 74150.
5. ii) A circuit distributes one input into n output lines. Design the circuit using
IC 74154.
A code represents each number in the sequence of integers
{0...2^N-1} as a binary string of length N in an order such that adjacent integers
6. 30-32
have code representations that differ in only one bit position. Design a
convertor that has above property.
In How many ways one bit of information can be stored in computers. Design
7. 33-37
and verify at least three different methods using sequential logic circuits.
In digital logic and computing, a counter is a device which stores the number
8. of times a particular event or process has occurred in relationship to a clock 38-45
Suppose there is a need to store 4 bit of data. Which device is required for
9. this purpose also show the transfer of data in SISO, SIPO , PISO and PIPO 46-52
forms.
Implement a circuit and verify its operation that requires power-supply,
10. inputs (push buttons/DIP switches) and outputs (LED/7-segment display). 53-59
Experiment No. 01
AIM: Logic gate is a basic building block of a digital circuit. So verify the truth tables of all
the logic gates on trainer kit using TTL ICs. Also verify them using multisim.
BRIEF THEORY: - OR, AND, NOT gates are known as basic gates. NAND, NOR gates are
known as universal gates. By using either NAND or NOR gates only any logical expression
can be realized.
❖ OR gate has two or more inputs but only one output. If all inputs are low, the output is
low. If any of the inputs is high, the output is high. IC 7432 is OR gate. OR gate is written as:
Y= A+B =A OR B ……. (1)
Equation (1) indicates that either A = 1 or B = 1 or A = B = 1 for Y to be 1.
The ‘+’ sign in equation stands for ORing.
❖ AND gate has two or more inputs but only one output .All inputs must be high to get a
high output. Thus,
Y= AB =A.B = A AND B …….(2)
The dot sign in equation (2) stands for AND in Boolean algebra.
It indicates that both A and B must be 1 for Y to be 1.
If either of the inputs is 0, the output is 0. IC 7408 is AND gate.
❖ NOT gate has one input and one output. The output is always opposite of input .
Thus,Y= Ᾱ =NOT A ……..(3)
If A = 0, Y = 1. If A = 1, Y = 0. IC 7404 is NOT gate.
❖ NOR gate is a combination of OR gate and NOT gate. IC 7402 is NOR gate. It has two
or more inputs but only has one output. The Boolean expression for 2 input NOR gate is:
Y = A+B ……...(4)
❖ NAND gate is a combination of AND gate and NOT gate. IC 7400 is NAND gate. It
has two or more inputs but only has one output. The Boolean expression for 2 input NAND
gate is:
Y = A . B ……...(5)
❖ Exclusive OR gate (XOR) recognizes works which have an odd number of ones. IC
7486 is XOR gate.
The following figure shows that an Integrated circuit is an association (or) connection of
various electronic devices such as resistors, capacitors and transistors etched (or) fabricated to
a semiconductor material such as silicon or germanium. It is also called as a chip or microchip.
An IC can function as an amplifier, rectifier, oscillator, counter, timer and memory. Sometime
ICs are connected to various other systems to perform complex functions. Here we are using
14 pin IC. According to the pin configuration of 2 input 1 output gate.
LM/EC143/01 Page 1 of 59
6
Experiment No. 01
Figure 1.1(1)
OR gate
Figure 1.1(2)
AND gate
LM/EC143/01 Page 2 of 59
6
Experiment No. 01
Figure 1.1(3)
NOT gate
Figure 1.1(4)
NOR gate
Figure 1.1(5)
NAND gate
LM/EC143/01 Page 3 of 59
6
Experiment No. 01
Figure 1.1(6)
XOR gate
Bbreadboard: The breadboard consists of two terminal strips and two bus strips (often broken
in the centre). Each bus strip has two rows of contacts. Each of the two rows of contacts are a
node. That is, each contact along a row on a bus strip is connected together (inside the
breadboard). Bus strips are used primarily for power supply connections, but are also used for
any node requiring a large number of connections. Each terminal strip has 60 rows and 5
columns of contacts on each side of the centre gap. Each row of 5 contacts is a node.
LM/EC143/01 Page 4 of 59
6
Experiment No. 01
USING MULTISIM:-
LM/EC143/01 Page 6 of 59
6
Experiment No. 01
PROCEDURE:
1. Turn the power (Trainer Kit) off before you build anything.
2. Make sure the power is off before you build anything.
3. Connect the +5V and ground (GND) leads of the power supply to the power and
ground bus strips on your breadboard.
4. Plug the chips you will be using into the breadboard. Point all the chips in the same
direction with pin 1 at the upper-left corner. (Pin 1 is often identified by a dot or a
notch next to it on the chip package)
5. Connect +5V and GND pins of each chip to the power and ground bus strips on the
breadboard.
6. Select a connection on your schematic and place a piece of hook-up wire between
corresponding pins of the chips on your breadboard. It is better to make the short
connections before the longer ones. Mark each connection on your schematic as you
go, so as not to try to make the same connection again at a later stage.
7. Get one of your group members to check the connections, before you turn the power
on.
8. If an error is made and is not spotted before you turn the power on. Turn the power off
immediately before you begin to rewire the circuit.
9. At the end of the laboratory session, collect you hook-up wires, chips and all equipment
and return them to the demonstrator.
10. Tidy the area that you were working in and leave it in the same condition as it was
before you started.
LM/EC143/01 Page 7 of 59
6
Experiment No. 01
PRECAUTIONS:-
1. Ensure all connections should be tight before switching on the power supply. All the
connections should be made properly.
2. IC should not be reversed.
3. Connections are made as per the circuit diagram. Before connecting the power supply
plug into socket, ensure power supply should be switched off
4. Verify the all truth table carefully.
5. Power supply should be switched off after completion of experiment.
CONCLUSION: -Different logic gates are constructed and their truth table has been verified.
LM/EC143/01 Page 8 of 59
6
Experiment No. 2
AIM: (a) Binary Mr. Vivek wants to add two numbers in computer but computer only
understands the binary numbers i.e. 0&1.So design a circuit that adds equivalent of two
decimal numbers.
BRIEF THEORY :- Binary Additionfollows the same basic rules as for the denary addition
above except in binary there are only two digits and the largest digit is "1", so any "SUM"
greater than 1 will result in a "CARRY". This carry 1 is passed over to the next column for
addition and so on. Consider the single bit addition below.
By combining the Ex-OR gate with the AND gate results in a simple digital binary adder
circuit known commonly as the "Half Adder" circuit.
Half Adder: SUM (S) output is the result of the Ex-OR gate and the Carry-out (C out) is the
result of the AND gate. One major disadvantage of the Half Adder circuit when used as a
binary adder, is that there is no provision for a "Carry-in" from the previous circuit when
adding together multiple data bits. For example, suppose we want to add together two 8-bit
bytes of data, any resulting carry bit would need to be able to "ripple" or move across the bit
patterns starting from the least significant bit (LSB). The most complicated operation the half
adder can do is "1 + 1" but as the half adder has no carry input the resultant added value would
be incorrect. One simple way to overcome this problem is to use a Full Adder type binary
adder circuit.
Full Adder: The main difference between the Full Adder and the previous seen Half Adder is
that a full adder has three inputs, the same two single bit binary inputs A and B as before plus
an additional Carry-In (C-in) input. The 1-bit Full Adder circuit above is basically two half
adders connected together and consists of three Ex-OR gates, two AND gates and an OR gate,
six logic gates in total. The truth table for the full adder includes an additional column to take
into account the Carry-in input as well as the summed output and carry-output. 4-bit full adder
circuits are available as standard IC packages in the form of the TTL 74LS83 or the 74LS283
which can add together two 4-bit binary numbers and generate a SUM and a CARRY output.
But what if we wanted to add together two n-bit numbers, then n 1-bit full adders need to be
connected together to produce what is known as the Ripple Carry Adder.
CIRCUIT DIAGRAM:
On Multisim
Half adder
FULL ADDER
PROCEDURE: -
PRECAUTIONS:
1. Ensure all connections should be tight before switching on the power supply. All the
connections should be made properly.
2. IC should not be reversed.
3. Connections are made as per the circuit diagram. Before connecting the power supply
plug into socket, ensure power supply should be switched off
4. Verify the all truth table carefully.
5. Power supply should be switched off after completion of experiment
CONCLUSION:-Combinational logic circuits like Half-adder, Full-adder and truth tables has
been verified.
AIM:-Suppose there are two binary numbers as input and subtract one binary number input
from other binary number input. Design the circuit using universal gates.
APPARATUS REQUIRED: -Logic trainer kit, connecting wires, bread board, IC 7408, 7404,
7432.single stand connecting wireand 4mm connecting leads.
BRIEF THEORY: -Now that we know how to "ADD" together two 4-bit binary numbers
how would we subtract two 4-bit binary numbers, for example, A - B using the circuit above.
The answer is to use 2’s-complement notation on all the bits in B must be complemented
(inverted) and an extra one added using the carry-input. This can be achieved by inverting each
B input bit using an inverter or NOT-gate.
Also, in the above circuit for the 4-bit binary adder, the first carry-in input is held LOW at
logic "0", for the circuit to perform subtraction this input needs to be held HIGH at "1". With
this in mind a ripple carry adder can with a small modification be used to perform half
subtraction, full subtraction and/or comparison.
CIRCUIT DIAGRAM:
HALF SUBTRACTOR
FULL SUBTRACTOR
PROCEDURE:
PRECAUTIONS:
CONCLUSION:- Combinational logic circuits like Half- subtractor, Full- Subtractor and
truth tables are verified.
AIM:Considering two numbers (each two bit), Design a circuit Arithmetic and Logic Unit
which produces the output that compares whether the number is greater than, less than or
equal to the second number. Also verify them using multisim.
APPARATUS REQUIRED: -ALU Trainer kit, connecting wires, bread board, IC 7408, 7404,
7432.single stand connecting wires, DigitalTrainer kit and 4mm are connecting leads.
BRIEF THEORY: - An Arithmetic and Logic Unit (ALU) is a combinational circuit that performs
logic and arithmetic micro-operations on a pair of n-bit operands. The operations performed
by an ALU are controlled by a set of function-select inputs.
Design a 4-bit ALU with 3 function-select inputs: Mode M, Select S1 and S0 inputs. The mode
input M selects between a Logic (M=0) and Arithmetic (M=1) operation.
The operation of a single bit digital comparator can be expressed as a truth table:
Inputs Outputs
0 0 0 1 0
0 1 0 0 1
1 0 1 0 0
1 1 0 1 0
The logic for a 2 bit magnitude comparator: Let the two 2 bit numbers be A=A 1A0 and B=B1Bo.
1. If A1=1 and B1=0, then A>B or
2. If A1 and B1 coincide and A0=1 and B0=0,then A>B. so the logic expression for A>B is
3. A>B: G= A1 B1 + (A1Xnor B1) A0 B0
4. If A<B:L= A1 B1 + (A1Xnor B1) A0 B0
5. If A=B: E = (A1 xnor B1)(A0 Xnor B0)
PROCEDURE: -
1. Ensure all connections should be tight before switching on the power supply. All the
connections should be made properly.
2. IC should not be reversed.
3. Connections are made as per the circuit diagram. Before connecting the power supply
plug into socket, ensure power supply should be switched off
4. Verify the all truth table carefully.
5. Power supply should be switched off after completion of experiment.
AIM (a):Suppose one input to selected from n inputs. Implement the circuit using 74150 IC.
APPARATUS REQUIRED: -Logic Trainer kit, single stand connecting wires 2mm, bread
board, connecting wires 4mm .IC’s, and 74150.
BRIEF THEORY: - Multiplexer is a combinational circuit. That is one of the most widely
used in digital design. The multiplexer is a data selector which gates one out of several i/ps to a
single o/p. It has n data i/ps &one o/p line & m select lines where 2m= n. Depending upon the
digital code applied at the select inputs one out of n data input is selected & transmitted to a
single o/p channel. Normally strobe (G) input is incorporated which is generally active low
which enables the multiplexer when it is LOW. Strobe i/p helps in cascading. ICs are available
such as 74157, 74158 (Quad 2:1 mux), 74352, 74153 (dual 4:1 Mux.), 74151A, 74152 (8:1
Mux.), 74150 (16:1 Mux). IC 74151A is an 8: 1 multiplexer which provides two
complementary 0/Ps Y & Y. The o/p Y is same as the selected i/p & Y is its complement.
Multiplexer:
LM/EC143/05 Page 22 of 59 6
Experiment No. 5
An 16-to-1 Multiplexer consists of eight data inputs D0 through D15, four select lines S3
through S0 and a single output line Y. depending on the select lines combinations, multiplexer
decodes the inputs.
The below figure shows the block diagram of a 16-to-1 multiplexer with enable input that
enable or disable the multiplexer. Since the number data bits given to the MUX are 16 the 4
bits are needed to select one of the 16 data bits.
LM/EC143/05 Page 23 of 59 6
Experiment No. 5
ON MULTISIM:-
PROCEDURE:
PRECAUTIONS:
1. Ensure all connections should be tight before switching on the power supply. All the
connections should be made properly.
2. IC should not be reversed.
3. Connections are made as per the circuit diagram. Before connecting the power supply
plug into socket, ensure power supply should be switched off
4. Verify the all truth table carefully.
5. Power supply should be switched off after completion of experiment.
LM/EC143/05 Page 24 of 59 6
Experiment No. 5
CONCLUSION: -Multiplexer designed and their truth tables has been verified.
LM/EC143/05 Page 25 of 59 6
Experiment No. 5
AIM (b) :A circuit distributes one input into n output lines. Design the circuit using 74154 IC.
APPARATUS REQUIRED: -Logic Trainer kit, connecting wires, bread board, .IC’s, IC
74154.
BRIEF THEORY: - A logic circuit with one input and many outputs is known as
demultiplexer. Demultiplexer is also defined as one into many. By applying proper control
signal, input signal can be steered to one of the output lines. Demultiplexer is also known as
DEMUX
As shown in above circuit, it has one Data input, 4 controls or select input and 16 output. IC-
74154 is a 1-to-16 demultiplexer with pin diagram as follow.
n this pin diagram, pin 18 is for the DATA D and pins 20 to 23 are for select input ABCD. Pin
1 to 11 and 13 to 17 are for output Yo to Y15. Pin 19 is for STROBE. Pin 24 is for Vcc and pin
12 for ground. Notice the STROBE input in above truth table. To activate the IC, STROBE
must be active low. When the STROBE is low, the control input determines which output lines
are low when the DATA is low. When the DATA input is high, all output lines are high. And,
also when STROBE is high, all output lines are high.
There is one DATA bit D under control of nibble ABCD. Also remember that DATA bit is
steered to the output whose subscript is the decimal equivalent of ABCD.
LM/EC143/05 Page 26 of 59 6
Experiment No. 5
The below figure shows the block diagram of a 1-to-16 demultiplexer with enable input that
enable or disable the demultiplexer. Since the number data bits given to the DEMUX are 1 the
4 bits are needed to select one .
LM/EC143/05 Page 27 of 59 6
Experiment No. 5
Using Mutisim
PROCEDURE:
LM/EC143/05 Page 28 of 59 6
Experiment No. 5
PRECAUTIONS:
1. Ensure all connections should be tight before switching on the power supply. All the
connections should be made properly.
2. IC should not be reversed.
3. Connections are made as per the circuit diagram. Before connecting the power supply
plug into socket, ensure power supply should be switched off
4. Verify the all truth table carefully.
5. Power supply should be switched off after completion of experiment.
LM/EC143/05 Page 29 of 59 6
Experiment No. 5
LM/EC143/05 Page 30 of 59 6
Experiment No. 6
AIM:A code represents each number in the sequence of integers{0...2^N-1} as a binary string
of length N in an order such that adjacent integers have code representations that differ in only
one bit position. Design a convertor that has above property.
APPARATUS REQUIRED: -Logic Trainer kit, connecting wires, bread board, IC 7476.
BRIEF THEORY: -Gray code is an unweighted code. The bit position donot have any
specific weights assigned to them. The most important characteristics of this code is that only a
single bit change occurs when going from one code number to next.
❖ The left most bit in Grey code is the same as the left most bit in binary
❖ Add the left most bit to the adjacent bit
❖ Add the next adjacent pair
❖ Add the next adjacent pair and discard carry
❖ Continue the above process till completion
Using Mutisim
PROCEDURE: -
PRECAUTIONS:
1. Ensure all connections should be tight before switching on the power supply. All the
connections should be made properly.
2. IC should not be reversed.
3. Connections are made as per the circuit diagram. Before connecting the power supply
plug into socket, ensure power supply should be switched off
4. Verify the all truth table carefully.
5. Power supply should be switched off after completion of experiment.
CONCLUSION: Code converters are designed and their truth tables are verified.
AIM: In How many ways one bit of information can be stored in computers. Design and verify
at least three different methods using sequential logic circuits.
BRIEF THEORY: - R-S Flip-Flop: When the clock rises from 0 to 1, the value remembered by
the flip-flop remains unchanged if R and S are both 0, becomes 0 if the R input (Reset) is 1,
and becomes 1 if the S input (Set) is 1. The behavior in unspecified if both inputs are 1. (In
Logisim, the value in the flip-flop remains unchanged.)
• J-K Flip-Flop: When the clock rises from 0 to 1, the value remembered by the flip-flop
toggles if the J and K inputs are both 1, remains the same if they are both 0, and changes to
the K input value if J and K are not equal. (The names J and K do not stand for anything.)
• T Flip-Flop: When the clock rises from 0 to 1, the value remembered by the flip-flop
either toggles or remains the same depending on whether the T input (Toggle) is 1 or 0.
• D Flip-Flop: When the clock rises from 0 to 1, the value remembered by the flip-flop
becomes the value of the D input (Data) at that instant. All flip flops shows in the following
LM/EC143/07 Page 33 of 59 6
Experiment No. 7
BRIEF THEORY:- The JK Flip-Flop is basically a Gated SR Flip-Flop with the addition of clock
input circuitry that prevents the illegal or invalid output that can occur when both input S
equals logic level "1" and input R equals logic level "1". The symbol for a JK Flip-flop is similar
to that of an SR Bistable as seen in the previous tutorial except for the addition of a clock
input.
LM/EC143/07 Page 34 of 59 6
Experiment No. 7
BRIEF THEORY:- The D type flip-flop has only one input (D for Data) apart from the clock. The
indeterminate state is avoided with this flip-flop. When the clock goes high, D (a 0 or a 1) is
transferred to Q. When the clock goes low, Q remains unchanged. Q stores the data until the
clock goes high again, when new data may be available.
D FLIP FLOP:
LM/EC143/07 Page 35 of 59 6
Experiment No. 7
Using Multisim
LM/EC143/07 Page 36 of 59 6
Experiment No. 7
PROCEDURE:
PRECAUTIONS:
1. Ensure all connections should be tight before switching on the power supply. All the
connections should be made properly.
2. IC should not be reversed.
3. Connections are made as per the circuit diagram. Before connecting the power supply
plug into socket, ensure power supply should be switched off
4. Verify the all truth table carefully.
5. Power supply should be switched off after completion of experiment.
CONCLUSION: Different Flip-flops using gates are constructed and their truth tables has been
verified.
VIVA QUESTIONS:
LM/EC143/07 Page 37 of 59 6
Experiment No. 8
AIM: In digital logic and computing, a counter is a device which stores the number of times
a particular event or process has occurred in relationship to a clock signal.
i) Design such a counter which uses a circulating shift register in which last flip flop
shifts its value into the first flip flop.
ii) Also design a counter in which the inverted output of the last flip flop is connected to
the input of first flip flop.
BRIEF THEORY: -A counter derived by clock can be used to count the no. of pulses.
ASYNCRONOUS COUNTER here each flip fop is trigger by the previous flip flop c is why
it is called as a serial counter for the 4 bit ripple counter, we have used have used two 7476
IC’s. Each comprises of two FF four pulses are apply at the clock input of first flip flop and
output of FFA is QA used to drive FFB and QB is used to drive FFC and so on. The counter
begin count at 0000 and 0111 is reached for final points after that it is reset back to 0000 and
count cycle is begin all over again till 111 and counter contents are reduced by one count
with each clock transition till count is 000.
LM/EC143/01
Page 38 of 59
Experiment No. 8
CIRCUIT DIAGRAM
OBSERVATION TABLE
Clk QA QB QC
0 0 0 0
1 0 0 1
2 0 1 0
3 0 1 1
4 1 0 0
5 1 0 1
6 1 1 0
7 1 1 1
LM/EC143/01
Page 39 of 59
Experiment No. 8
Using Multisim:-The following circuit shows that the 4 bit Counter using D Flip-Flop.
Conclusion: - Counter counts the pulses upto 7 and then application to next pulses.
LM/EC143/01
Page 40 of 59
Experiment No. 8
ii) Also design a counter in which the inverted output of the last flip flop is connected to the
input of first flip flop.
The main advantage of this type of ring counter is that it only needs half the number of flip-
flops compared to the standard ring counter then its modulo number is halved. So a “n-stage”
Johnson counter will circulate a single data bit giving sequence of 2n different states and can
therefore be considered as a “mod-2n counter”.
This inversion of Q before it is fed back to input D causes the counter to “count” in a
different way. Instead of counting through a fixed set of patterns like the normal ring counter
such as for a 4-bit counter, “0001”(1), “0010”(2), “0100”(4), “1000”(8) and repeat, the
Johnson counter counts up and then down as the initial logic “1” passes through it to the right
replacing the preceding logic “0”.
A 4-bit Johnson ring counter passes blocks of four logic “0” and then four logic “1” thereby
producing an 8-bit pattern. As the inverted output Q is connected to the input D this 8-bit
pattern continually repeats. For example, “1000”, “1100”, “1110”, “1111”, “0111”, “0011”,
“0001”, “0000” and this is demonstrated in the following table below.
LM/EC143/01
Page 41 of 59
Experiment No. 8
0 0 0 0 0
1 1 0 0 0
2 1 1 0 0
3 1 1 1 0
4 1 1 1 1
5 0 1 1 1
6 0 0 1 1
7 0 0 0 1
As well as counting or rotating data around a continuous loop, ring counters can also be used
to detect or recognize various patterns or number values within a set of data. By connecting
simple logic gates such as the AND or the OR gates to the outputs of the flip-flops the circuit
can be made to detect a set number or value.
LM/EC143/01
Page 42 of 59
Experiment No. 8
Using Multisim:-Thefollowing circuit shows that the 4 bit Counter using D Flip-Flop.
PRECAUTIONS:
1. Ensure all connections should be tight before switching on the power supply. All the
connections should be made properly.
2. IC should not be reversed.
3. Connections are made as per the circuit diagram. Before connecting the power supply
plug into socket, ensure power supply should be switched off
4. Verify the all truth table carefully.
5. Power supply should be switched off after completion of experiment.
CONCLUSION: Different counter using flip flops are constructed and their truth tables have
been verified.
LM/EC143/01
Page 43 of 59
Experiment No. 8
LM/EC143/01
Page 44 of 59
Experiment No. 9
AIM: Suppose there is a need to store 4 bit of data. Which device is required for this purpose
also show the transfer of data in SISO, SIPO, PISO and PIPO forms.
BRIEF THEORY: - A Register is used to store digital date. A shift register is a memory in
which information is shifted one position at a time when one clock pulse is applied. The
simplest possible shift register is one that uses only flip flop. The output of a given
flip flop is connected to the input of next flip flop of the register. Each clock pulse shifts the
content of register one bit position to right.
1. Serial-in to Parallel-out (SIPO) - the register is loaded with serial data, one bit at a time,
with the stored data being available at the output in parallel form.
2. Serial-in to Serial-out (SISO) - the data is shifted serially “IN” and “OUT” of the register,
one bit at a time in either a left or right direction under clock control.
3. Parallel-in to Serial-out (PISO) - the parallel data is loaded into the register
simultaneously and is shifted out of the register serially one bit at a time under clock control.
4. Parallel-in to parallel-out (PIPO) - the parallel data is loaded simultaneously into the
register, and transferred together to their respective outputs by the same clock pulse.
Truth Table
Clock Pulse No QA QB QC QD
0 0 0 0 0
1 1 0 0 0
2 0 1 0 0
3 0 0 1 0
4 0 0 0 1
5 0 0 0 0
Using Mutisim
PROCEDURE:
PRECAUTIONS:
1. Ensure all connections should be tight before switching on the power supply. All the
connections should be made properly.
2. IC should not be reversed.
3. Connections are made as per the circuit diagram. Before connecting the power supply
plug into socket, ensure power supply should be switched off
4. Verify the all truth table carefully.
5. Power supply should be switched off after completion of experiment
CONCLUSION:-Shift registers using IC 7495 in all its modes i.e.SIPO/SISO, PISO/PIPO has
been verified.
AIM: Verify the truth table of decoder driver 7447.Hence operates a 7 segment LED display
Implement a circuit and verify its operation that requires power-supply, inputs and outputs.
APPARATUS REQUIRED: - Logic Trainer kit, connecting wires, bread board, IC 7447.
BRIEF THEORY: - Converts BCD data (digits 0 - 9, (4-bits)) into a 7-bit code used to drive
7-segment LED displays. Illegal BCD inputs are translated into indiscriminate, yet distinct
display patterns. Data inputs to the code converter are: D, C, B, and A (LSB). Data outputs
are: a, b, c, d, e, f, g; corresponding to the standard segment names of a 7-seg. Display.
Outputs are active-low, open-collector. The IC is designed to interface to common anode 7-
segment displays.
The 74LS47 has control inputs to test the segments, and blank leading zeros. Decimal points
are not affected by the 74LS47.all the pin diagram and circuit diagram is shown on the
following
LM/EC143/10 Page6 53 of 59
Experiment No. 10
PIN DIAGRAM
CIRCUIT DIAGRAM
LM/EC143/10 Page6 54 of 59
Experiment No. 10
ON MULTISIM
LM/EC143/10 Page6 55 of 59
Experiment No. 10
PROCEDURE:
PRECAUTIONS:-
1. Ensure all connections should be tight before switching on the power supply. All the
connections should be made properly.
2. IC should not be reversed.
3. Connections are made as per the circuit diagram. Before connecting the power supply
plug into socket, ensure power supply should be switched off
4. Verify the all truth table carefully.
5. Power supply should be switched off after completion of experiment.
CONCLUSION: BCD to seven segment display using 7447 IC has been designed.
LM/EC143/10 Page6 56 of 59