Lab Manual DE
Lab Manual DE
1
Lab Course Objectives:
Design and implementation of various sequential circuits using logic gates and
3
flip flops.
2
LIST OF EXPERIMENTS
3
EXPERIMENT NO.: 1
Title of Experiment:
Simplify the given Boolean expression and to realize them using logic gates/universal gates.
a logical signal. From only a handful of basic gate types (AND, OR, XOR,
Diagram:
4
Various gate symbols.
Procedure/Algorithm: 1. F=A‟B‟C+A‟BC+AB‟
simplification.
3. Make sure all the ICs, LEDs, input supply are properly working.
Results: Boolean expression has been realized using logic gates.
Viva questions: 1. How many pins are there in 74 series ICs?
5
2. Which pins are used for power supply to ICs of 74 series?
6
EXPERIMENT NO.: 2
Title of Experiment:
Design and implementation of halfadder and subtracter using logic gates/universal gates.
A logic circuit used for adding two 1-bit numbers or simply two bits is
called as a Half Adder circuit. This circuit has two inputs and two
outputs. The inputs are the two 1-bit binary numbers (known as Augend
and Addend) and the outputs are Sum and Carry.
Half Subtractors
7
does the subtraction of two 1-bit binary numbers. It has two inputs and
two outputs. The two inputs correspond to the two 1-bit binary numbers
and the two outputs corresponds to the Difference bit and Borrow bit (in
contrast to Sum and Carry in Half Adder).
Diagram:
3. Make sure all the ICs, LEDs, input supply are properly working.
Results: Halfadder and subtracter have been implemented using logic
gates/universal gates.
Viva questions: 1. What is half adder and half substractor?
8
4. Give the gate implementation of half adder.
9
EXPERIMENT NO.: 3
Title of Experiment:
Design and implementation of full adder and subtracter using logic gates/universal gates.
Aim/Objectives: Design and implementation of full adder and subtracter using logic
gates/universal gates.
Apparatus required: Trainer kit, Logic gate ICs, Connecting wires.
Learning Outcome: Understand to Design and implementation of full adder and subtracter
10
Full Subtractor
Diagram:
11
2. Make connections according to circuit diagram
3. Make sure all the ICs, LEDs, input supply are properly working.
Results: Fulladder and subtracter have been implemented using logic
gates/universal gates.
Viva questions: 1. What is half adder and full substractor?
12
EXPERIMENT NO.: 4
Title of Experiment:
Design and implementation of i) parallel adder/subtracter and ii) BCD-to- excess-3code converter and vice
versa.
The following figure shows a Parallel 4-bit Binary Adder, which has
three full adders and one half adder. The two binary numbers to be
added are „A3 A2 A1 A0„ and „B3 B2 B1 B0„ , which are applied to the
corresponding inputs of the Full Adders. This parallel adder produces
their result as „C4 S3 S2 S1 S0„ , where C4 is the final carry.
13
Parallel Binary Subtractors
To perform the subtraction of binary numbers with more than one bit,
we have to use the Parallel Subtractors. This parallel subtractor can be
designed in several ways, including combination of half and full
subtractors, all full subtractors, all full adders with subtrahend
complement input, etc.
14
complement and the binary number of a decimal is equal to the binary
number of decimal 9.
15
Diagram:
16
Code/Program: NA
Observations: Verify result with truth table.
Calculations: NA
Precautions: 1. Connection must be correct.
3. Make sure all the ICs, LEDs, input supply are properly working.
Results: Binary adder, subtracter, and BCD to Ex-3 convertor have been
implemented using logic gates/universal gates.
Viva questions: 1. What is binary adder and binary substractor?
2. How can you achieve binary adder and binary substractor from a
single circuit?
17
EXPERIMENT NO.: 5
Title of Experiment:
Design and implementation of code conversion from gray-to- binary and vice-versa.
18
Diagram:
3. Make sure all the ICs, LEDs, input supply are properly working.
Results: BCD to Gray convertor has been implemented.
Viva questions: 1. What is Gray code.
conversions.
19
EXPERIMENT NO.: 6
Title of Experiment:
Design and implementation of full adder/subtracter and code converters using i) multiplexer and ii) decoder
IC‟s.
Using Decoder:
20
Diagram:
3. Make sure all the ICs, LEDs, input supply are properly working.
Results: Implementation of full adder has been done using i) multiplexer and ii)
decoder IC‟s.
Viva questions: 1. What is multiplexer?
3. What is decoder?
5. Give the circuit for implementing 8:1 mux using 2:1 mux.
Applications/Significance: Understand the application of mux and decoder.
21
EXPERIMENT NO.: 7
Title of Experiment:
Design and implementation of one bit, two bit and magnitude comparators.
Aim/Objectives: Design and implementation of one bit, two bit and magnitude
comparators.
Apparatus required: Trainer kit, Logic gate ICs, Connecting wires.
Learning Outcome: Understand to simplify Design and implementation of one bit, two bit
There are two main types of Digital Comparator available and these
are.
22
When we are comparing two binary or BCD values or variables against
each other, we are comparing the “magnitude” of these values, a logic
“0” against a logic “1” which is where the term Magnitude
Comparator comes from.
23
Diagram:
3. Make sure all the ICs, LEDs, input supply are properly working.
Results: One bit, two bit and magnitude comparators have been implemented.
Viva questions: 1. What is the IC no. for 4 Bit digital comparator?
comparator?
24
EXPERIMENT NO.: 8
Title of Experiment:
Binary Decoders
25
perform the opposite function to an encoder (or multiplexer).
26
4. Verify truth table.
Code/Program: NA
Observations: Verify result with truth table.
Calculations: NA
Precautions: 1. Connection must be correct.
3. Make sure all the ICs, LEDs, input supply are properly working.
Results: Implementation of i) priority encoders and ii) LED decoder driver
circuit has been done.
Viva questions: 1. What is encoder?
4. What is decoder?
27
EXPERIMENT NO.: 9
Title of Experiment:
Synchronous Counters are so called because the clock input of all the
individual flip-flops within the counter are all clocked together at the
same time by the same clock signal.
The result of this synchronisation is that all the individual output bits
changing state at exactly the same time in response to the common
clock signal with no ripple effect and therefore, no propagation delay.
28
Diagram:
8. Make sure all the ICs, LEDs, input supply are properly working.
Results: 4-bit synchronous counter has been implemented and verified.
Viva questions: 1. What are counters in digital electronics?
29
EXPERIMENT NO.: 10
Title of Experiment:
MOD-16 for a 4-bit counter, (0-15) making it ideal for use in Frequency
30
Diagram:
31
3. Make sure all the ICs, LEDs, input supply are properly working.
Results: 4-bit asynchronous counter has been implemented and verified.
Viva questions: 1. What is decade counter in digital electronics?
32