FINAL - DLOG LABORATORY MANUAL v.11
FINAL - DLOG LABORATORY MANUAL v.11
FINAL - DLOG LABORATORY MANUAL v.11
0 1 0 0 0 0 1 1
0 1 1 0 1 0 0 1
0 1 1 1 0 0 1 0
0 1 1 0 1 0 1 1
0 1 1 0 1 0 0 1
0 1 1 1 0 1 0 0
0 0 1 1 0 0 1 1
INTRODUCTION to 0 1 0 0 0 1 0 1
0 1 0 0 0 1 1 1
DIGITAL LOGIC CIRCUIT AND DESIGN 0 1 0 0 1 1 1 0
0 1 0 1 0 0 1 0
0 0 1 0 1 1 1 0
0 1 0 1 0 0 1 0
Laboratory Manual 0 1 0 0 1 0 0 1
0 1 0 0 0 0 1 1
0 1 0 0 0 0 0 1
0 1 0 1 0 0 1 0
0 1 0 0 0 1 0 0
0 1 0 0 1 1 1 1
0 1 0 0 0 0 1 0
0 0 1 0 1 1 1 0
0 1 0 1 0 0 1 1
0 1 0 0 0 0 0 1
0 1 0 0 1 1 1 0
0 1 0 0 0 0 0 1
0 1 0 0 0 1 1 1
0 1 0 1 0 1 0 1
0 1 0 1 0 0 1 1
0 1 0 1 0 1 0 0
0 1 0 0 1 0 0 1
0 1 0 0 1 1 1 0
2024-2025
0 0 1 0 1 1 1 0
0 0 1 0 1 1 1 0
0 0 1 0 1 1 1 0
0 0 1 0 1 1 1 0
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
TABLE OF CONTENTS
PRELIMINARIES Page
Foreword.............................................................................................................. iv
Preface................................................................................................................. v
Objectives............................................................................................................ vi
Guidelines for carrying out experiments laboratory rules................................... vii
Laboratory safety................................................................................................. viii
Electrical and Electronics Safety Rules............................................................... viii
Electronics Components Precautions.................................................................. ix
Basic electronics components measurement reading.......................................... x
EXAMPLE EXERCISES
1. NOT gate or inverter........................................................................................ 1
2. AND gate......................................................................................................... 4
3. OR gate............................................................................................................ 7
4. NAND gate...................................................................................................... 10
5. NOR gate......................................................................................................... 13
6. Exclusive OR gate (XOR)............................................................................... 16
7. Exclusive NOR gate (XNOR)......................................................................... 19
8. Boolean Algebra- simplification of logic expressions..................................... 22
8.1 Boolean Algebra- simplification of logic circuit design............................ 23
8.2. Boolean Algebra- designing a logic circuit............................................... 27
8.3. Designing a circuit using two-variable k-mapping................................... 31
9. Karnaugh Mapping (K-mapping)..................................................................... 35
9.1 Designing a circuit using two-variable k-mapping.................................... 36
9.2 Designing a circuit using three-variable k-mapping.................................. 39
9.3 Designing a circuit using four-variable k-mapping................................... 44
10. Multivibrator (astable or square-wave oscillator).......................................... 52
11. Flip-flops........................................................................................................ 54
12. Counter........................................................................................................... 56
13. Decoder........................................................................................................... 58
14. Seven-segment display................................................................................... 60
15. Decade counter.............................................................................................. 62
CIRKIT3 TM ELECTRONICS ii
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
LABORATORY EXERCISES
Laboratory 1. NOT gate implementation............................................................. 65
Laboratory 2. AND gate implementation............................................................. 68
Laboratory 3. OR gate implementation................................................................ 71
Laboratory 4. NAND gate implementation.......................................................... 74
Laboratory 5. NOR gate implementation............................................................. 77
Laboratory 6. Exclusive OR gate (XOR) implementation................................... 80
Laboratory 7. Exclusive NOR gate (XNOR) implementation............................. 83
Laboratory 8. Boolean Algebra simplifies the expression design,
implement, and simulate the logic circuit.................................... 86
Laboratory 9. Boolean Algebra simplification of logic circuit design,
implement, and simulation........................................................... 89
Laboratory 10.Boolean Algebra simplification of logic circuit design,
implement, and simulation........................................................... 93
Laboratory 11.Two-variable k-map (karnaught map) design, implementation,
and simulation of logic circuit...................................................... 96
Laboratory 12.Three-variable k-map (karnaught map) design, implementation,
and simulation of logic circuit....................................................... 99
Laboratory 13.Four-variable k-map (karnaught map) design, implementation,
and simulation of logic circuit...................................................... 102
Laboratory 14.Multivibrator circuit using lm 555 integrated circuits (IC) timer. 106
Laboratory 15.Flip-flop circuit design, implementation, and circuit simulation. 93
110
Laboratory 16.Counter circuit design, implementation, and circuit simulation. 99
114
Laboratory 17.Decoder circuit design, implementation, and circuit simulation. 10
117
Laboratory 18.Seven-segment display design, implementation, and circuit 110
Simulation..................................................................................... 120
Laboratory 19.Decade counter (0-9 digits) design, implementation, and circuit
Simulation..................................................................................... 123
CirKit3™ Electronics
CIRKIT3 TM ELECTRONICS iv
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Preface
This laboratory manual teaches the basics of digital electronics focusing on the design,
implementation, and simulation of the design digital logic circuit.
The first part of the experiment introduces the seven basic logic gates' properties,
truth tables, symbols, IC code, PIN configuration, and the logic sequence of each logic gate
such as AND, OR, NOT or Inverter, NAND, NOR, Exclusive-OR (XOR), and Exclusive-
NOR (XNOR).
The second part includes the Boolean Algebra Law demonstrates the simplification
of expression in designing a digital logic circuit and also the implementation and simulation
thru a practical approach, in the same way, covered the simplification of the digital logic
circuit and designing a digital logic using a truth table. In addition, it contains a process of
Karnaugh Map of two, three, and four variables in finding the expression to design a digital
logic circuit
Lastly, it illustrates the implementation of timer IC computation of period in
examining the behavior of the timer circuit and the computation of the period in different
resistance and capacitance value and likewise, the hands-on implementation and simulation
of the flip-flop, counter circuit, decoder circuit and the seven-segment to study the basic
properties, PIN configurations, and applications of each circuit in the digital word.
Finally, the final laboratory project on this manual introduced the design and
implementation of the complete digital circuit design for seven segments that display a
count-up counter from 0-9.
CIRKIT3 TM ELECTRONICS v
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Objectives
1. The learners should familiarize the seven logic gates from the name, symbols, IC
code, pin configurations, and truth table for each logic property.
2. The learners should learn:
a. how to design a circuit using the seven logic gates;
b. To implement their design in a real-world application;
c. Know how to simulate the implemented design in practical applications.
3. The learners should know how to apply the Boolean Algebra in:
a. Simplifying a logic expression;
b. Simplifying a logic circuit;
c. Designing a logic circuit.
4. The learners should know the concept of Karnaught Map in the:
a. Simplifying a logic expression;
b. Simplifying a logic circuit;
c. Designing a logic circuit.
5. The learners should learn how to design multivibrator circuits and compute periods
using an lm555 integrated circuit (ic) timer
6. The learners should analyze the behavior of different flip-flop circuits through the
implementation and simulation.
7. The learners should analyze the behavior of counter circuits thru implementation
and simulation.
8. The learners should analyze the concept of a decoder circuit thru design,
implementation, and circuit simulation
9. The learners should analyze the idea of a seven-segment display thru design,
implementation, and circuit simulation.
CIRKIT3 TM ELECTRONICS vi
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
GUIDELINES FOR WORKING EXPERIMENTS LABORATORY RULES
Bring the laboratory manual and a laboratory notebook (not loose-leaf or spiral) to
every scheduled laboratory session.
Careful notes should be taken during each laboratory lecture. The instructor will
generally provide information underlying the project, as well as advice on the
techniques that you will use. Some of this information should be included in your
laboratory report.
You may work in the laboratories only during your regularly scheduled laboratory
period and only when class is in session.
If you miss a laboratory for a legitimate reason (illness, death in the family, etc.)
you must obtain permission from your regular laboratory instructor to make up the
lab at another time. Make-up labs are only allowed when space allows and with the
approval of the host professor. During the make-up laboratory, you must move your
equipment to an unoccupied lab bench.
Attendance is required at a presentation on laboratory safety that will be shown
during your first scheduled laboratory. Each student must give the instructor a
signed form indicating that the presentation was attended and that any associated
training materials were examined.
Never work alone in any laboratory. Avoid the most common causes of
accidents:
Keep the laboratory bench and work area orderly, clean, and free of items not
related to the experiment at all times. Specifically, electronic devices are not
allowed on the bench.
Food or drink should only be consumed in the lecture area of the room. Do not
chew gum during laboratory sessions.
Report all accidents, however minor, to the laboratory instructor immediately.
Know the exact location of all safety equipment and how to use it. Preparation
is important:
Perform only assigned experiments. Do not attempt to modify the written
procedures unless instructed to do so.
When conducting experiments ask yourself, "What are the worst possible things
that could go wrong?" and "How will I deal with them?" Don't experiment until
you are certain of your answers.
Electrical and Electronics Safety Rules
Capacitor Precautions
Always check the connection of the electrolytic capacitor in a circuit if properly connected
to the positive and negative terminals.
Be careful around large capacitors; they can continue to hold voltage long after they are
disconnected from power.
Short-circuit the capacitor using any metal with a protective insulator.
If leaked liquid gets into the eyes, wash them with clean water and consult a physician
immediately.
Do not use nor leave the capacitors in direct sunlight or high-temperature areas.
Do not use new and used capacitors together. Do not use different types of capacitors
together.
If you connect two or more capacitors in series or parallel, please consult us in advance.
Keep capacitors away from direct sunlight, high temperature, and humidity.
Reminder: Always check the polarity of all polarized components and the connection of the power
supply if properly connected before applying a power source to the circuit. Wrong placement of
polarity and power line can be caused damage to the electronic components.
CIRKIT3 TM ELECTRONICS ix
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
BASIC ELECTRONICS COMPONENTS MEASUREMENT
How to read the Resistor value?
CIRKIT3 TM ELECTRONICS x
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
How to read Capacitor value?
CIRKIT3 TM ELECTRONICS xi
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
CIRKIT3 TM ELECTRONICS i
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
1. NOT GATE OR INVERTER
It is an electronic circuit that produces an inverted version of the input at its output.
It is also known as an Inverter. An inverter is a logic gate that has only one input, if the
input variable is A, the inverted output is NOT A. This is also shown as A' or Ā with a bar
over the top.
Where: If input A is low (0) the inverted output A' is high (1) and If input A is high
(1) the inverted output A' is low (0).
NOT gate
Input Inverted
output
0 1
1 0
Figure 4: NOT gate symbol, Truth table, Connection diagram, and 74LS04 IC
CIRKIT3 TM ELECTRONICS 1
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
EXAMPLE
A X A(INPUT) X (LED)
0 1 (ON)
LED
1 0 (OFF)
C. Circuit diagram
CIRKIT3 TM ELECTRONICS 2
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
D. Circuit implementation
CIRKIT3 TM ELECTRONICS 3
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
2. AND GATE
An AND gate is a logic gate having two or more inputs and a single output, if 0 is
called “low” and 1 is called “high”, then the gates will act the same way as the logical
operators. A dot (.) is used to show the AND operation i.e. A.B. (This dot is sometimes
omitted i.e. AB).
Where: If input A is high (1) and input B (1) is also high then the output will be
high (1), meaning the output is high (1) when both inputs are high (1). Otherwise, the output
will be low (0).
Figure 4: AND gate symbol, Truth table, Connection diagram, and 74LS08 IC
CIRKIT3 TM ELECTRONICS 4
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
EXAMPLE
C. Circuit diagram
D. Circuit implementation
Input A is 0 and input B is 0, LED1 is OFF.
CIRKIT3 TM ELECTRONICS 5
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Input A is 0 and input B is 1, LED1 is OFF.
CIRKIT3 TM ELECTRONICS 6
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
3. OR GATE
An OR gate is a logic gate having two or more inputs and a single output. A logic
gate that gives a high output (1) if one or more inputs is high or 1. A (+) is used to show
the OR operation i.e. A+B
Where: If input A is high (1) and input B is high (1) then the output will be high
(1). If input A is high (1) and input B is low (0) then the output will be high (1) and vice
versa and, if both inputs are low (0) then the output will be low (0), meaning when both
inputs are low (0) that’s the only time the output will be low (0).
2 Input OR gate
A (INPUT) B (INPUT) X (Output)
0 0 0 (OFF)
0 1 1 (ON)
1 0 1 (ON)
1 1 1 (ON)
CIRKIT3 TM ELECTRONICS 7
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
EXAMPLE
2 Input OR gate
A B X
(INPUT) (INPUT) (Output)
0 0 0 (OFF)
0 1 1 (ON)
1 0 1 (ON)
1 1 1 (ON)
C. Circuit diagram
D. Circuit implementation
Input A is 0 and input B is 0, LED1 is OFF.
CIRKIT3 TM ELECTRONICS 8
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Input A is 0 and input B is 1, LED1 is ON.
CIRKIT3 TM ELECTRONICS 9
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
4. NAND GATE
A NAND gate is a logic gate having two or more inputs and a single output. It
operates as an AND gate followed by a NOT gate. The symbol is an AND gate with a
small circle on the output. The small circle represents inversion.
Where: The output is low (0) if both inputs are high (1). Otherwise, if one of the
inputs A and B is low (0) the output is high (1).
Figure 4: NAND gate symbol, Truth table, Connection diagram, and 74LS00 IC
CIRKIT3 TM ELECTRONICS 10
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
EXAMPLE
C. Circuit diagram
D. Circuit implementation
Input A is 0 and input B is 0, LED1 is ON.
CIRKIT3 TM ELECTRONICS 11
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Input A is 0 and input B is 1, LED1 is ON.
CIRKIT3 TM ELECTRONICS 12
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
5. NOR GATE
A NOR gate is a logic gate having two or more inputs and a single output It is equal
to an OR gate followed by a NOT gate. The symbol is an OR gate with a small circle on
the output. The small circle represents inversion.
Where: If input there is a high (1) in both inputs A and B the output is low (0),
otherwise if input A and B is low (0) the output is high (1).
CIRKIT3 TM ELECTRONICS 13
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
EXAMPLE
C. Circuit diagram
D. Circuit implementation
CIRKIT3 TM ELECTRONICS 14
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
CIRKIT3 TM ELECTRONICS 15
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
6. EXCLUSIVE OR GATE (XOR)
The XOR (exclusive-OR) gate acts in the same way as the logical "either/or". An
XOR gate can act as a "programmable inverter," where one input controls whether the other
input is inverted or is passed on unchanged. An encircled plus sign ⊕ is used to show the
XOR operation, e.g. A ⊕ B.
Where: If input A and input B are the same, then the output will be low (0). If both
inputs have opposite values, then the output will be high (1). Meaning for every same input
the output is "low (0)" and for every opposite value the output is "high (1)".
Figure 4: XOR gate symbol, Truth table, Connection diagram, and 74LS86 IC
CIRKIT3 TM ELECTRONICS 16
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
EXAMPLE
C. Circuit diagram
D. Circuit implementation
CIRKIT3 TM ELECTRONICS 17
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
CIRKIT3 TM ELECTRONICS 18
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
7. EXCLUSIVE NOR GATE (XNOR)
A special type of digital logic gate called an XNOR gate takes two inputs and
generates one output. The same logic is applied to both inputs, responding similarly to both
inputs. The gate's output, also known as an "Equivalence Gate," needs both inputs to be the
same in order to create a high output. The symbol is an XNOR gate with a small circle on
the output. The small circle represents inversion, e.g. (A ⊕ B)’.
Where: If input A and B are the same, then the output will be 1 or logic high.
Otherwise, the output will be 0 or logic low if both inputs are different.
CIRKIT3 TM ELECTRONICS 19
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
EXAMPLE
C. Circuit diagram
D. Circuit implementation
CIRKIT3 TM ELECTRONICS 20
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
CIRKIT3 TM ELECTRONICS 21
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
8. LAW OF BOOLEAN ALGEBRA
The Laws of Boolean algebra are a collection of functions or theorems that have
been developed as a set of guidelines to help reduce the number of logic gates required to
carry out a specific logic operation.
Summary of Uses:
Simplify the complex logic circuit
Reduce the number of logic gates
Minimized the cost of Integrated Circuits (ICs)
Design a logic circuit
The table shows the Boolean algebra expression showing the algebraic properties in its
“ANDed” and “ORed form”.
CIRKIT3 TM ELECTRONICS 22
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
8.1 BOOLEAN ALGEBRA- SIMPLIFICATION OF LOGIC EXPRESSIONS
CIRKIT3 TM ELECTRONICS 23
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Step 4. Create a logic circuit diagram.
CIRKIT3 TM ELECTRONICS 24
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
CIRKIT3 TM ELECTRONICS 25
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
CIRKIT3 TM ELECTRONICS 26
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
8.2 BOOLEAN ALGEBRA- SIMPLIFICATION OF LOGIC CIRCUIT DESIGN
EXAMPLE. Simplify the given logic circuit design.
Step 1. Simulate and construct a truth table and find the Boolean expression in the
given logic circuit.
X = A’B + BC’ + A’
= A’ (B+1) + BC’
= A’ + BC’ simplified expression
CIRKIT3 TM ELECTRONICS 27
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Step 4. Create a logic circuit diagram.
CIRKIT3 TM ELECTRONICS 28
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
CIRKIT3 TM ELECTRONICS 29
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
CIRKIT3 TM ELECTRONICS 30
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
8.3 BOOLEAN ALGEBRA- DESIGNING A LOGIC CIRCUIT
EXAMPLE. Using the truth table design a logic circuit.
Step 1. Create a truth table with design output and expression for the output with
binary 1 using the sum-of-product rule (SOP).
CIRKIT3 TM ELECTRONICS 31
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Step 4. Create a logic circuit diagram.
CIRKIT3 TM ELECTRONICS 32
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
CIRKIT3 TM ELECTRONICS 33
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
CIRKIT3 TM ELECTRONICS 34
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
9. KARNAUGH MAP (K-MAP)
Karnaugh maps are used to simplify real-world logic so that it can be implemented
with the fewest possible physical logic gates. Boolean algebra is used to reduce circuits,
which might be challenging, and simplify equations. Karnaugh maps are another method
for reducing circuits and simplifying equations.
The figure shows the different k-maps for two, three, and four variables, etc.
CIRKIT3 TM ELECTRONICS 35
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
9.1 DESIGNING A CIRCUIT USING TWO-VARIABLE K-MAPPING
EXAMPLE. Using the truth table design a logic circuit.
Step 1. Create a truth table with an expression for the output with binary 1 using
the sum-of-product rule (SOP).
A B X
0 0 1
0 1 1
1 0 0
1 1 1
Step 2. Using a two-variable k-mapping table solve the following truth table.
Row A B X
0 0 0 1
1 0 1 1
2 1 0 0
3 1 1 1
Step 3. . Identify all active 1’s output in the truth table since we use the sum-of-
product expression and plot the output corresponding to the row number to the cell
number of K-maps.
Row A B X
0 0 0 1
1 0 1 1
2 1 0 0
3 1 1 1
CIRKIT3 TM ELECTRONICS 36
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Step 4. Get the expression by inspecting the coverage of a circle in a row and
column. The first group produced an expression of A’B’B and the second group
A’AB since BB’ and A’A is equal to zero, cancel the resulting expression of A’
and B. Therefore, the Sum-of-Product expression for X=A’+B.
Row A B X
0 0 0 1
1 0 1 1
2 1 0 0
3 1 1 1
Step. 5 Using the simplified expression X=A’+B. design a logic circuit for the
given truth table.
CIRKIT3 TM ELECTRONICS 37
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Step 7. Implement and simulate the logic circuit diagram.
CIRKIT3 TM ELECTRONICS 38
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
9.2 DESIGNING A CIRCUIT USING THREE-VARIABLE K-MAPPING
EXAMPLE. Using the truth table design a logic circuit.
Step 1. Create a truth table with design output and expression for the output with
binary 1 using the sum-of-product rule (SOP).
A B C X
0 0 0 1
0 0 1 1
0 1 0 0
0 1 1 0
1 0 0 1
1 0 1 1
1 1 0 1
1 1 1 0
Step 2. Using a three-variable k-mapping table solve the following truth table.
Row A B C X
0 0 0 0 1
1 0 0 1 1
2 0 1 0 0
3 0 1 1 0
4 1 0 0 1
5 1 0 1 1
6 1 1 0 1
7 1 1 1 0
CIRKIT3 TM ELECTRONICS 39
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Step 3. . Identify all active 1’s output in the truth table since we use the Sum-of-
Product expression and plot the output corresponding to the row number to the cell
number of K-maps.
Row A B C X
0 0 0 0 1
1 0 0 1 1
2 0 1 0 0
3 0 1 1 0
4 1 0 0 1
5 1 0 1 1
6 1 1 0 1
7 1 1 1 0
Step 4. Get the expression by inspecting the coverage of a circle in a row and
column. The first group produced an expression of (A’A) (B’C’) (B’C) since A’A
and C’C are equal to zero we cancel it out and B’B’=B’ the result is B’. In the
second group, we used a wraparound method and it produced the expression of
A (B’C’) (BC’) again B’B=0 and C’C’= C’ the result is AC’. Therefore, the Sum-
of-Product expression for X=AC’+B’.
Row A B C X
0 0 0 0 1
1 0 0 1 1
2 0 1 0 0
3 0 1 1 0
4 1 0 0 1
5 1 0 1 1
6 1 1 0 1
7 1 1 1 0
CIRKIT3 TM ELECTRONICS 40
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Step. 5 Using the simplified expression X=AC’+ B’. We can design a logic
circuit for the given truth table.
CIRKIT3 TM ELECTRONICS 41
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
CIRKIT3 TM ELECTRONICS 42
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
CIRKIT3 TM ELECTRONICS 43
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
9.3. DESIGNING A CIRCUIT USING FOUR-VARIABLE K-MAPPING
EXAMPLE. Using the truth table design a logic circuit.
Step 1. Create a truth table with design output and expression for the output with
binary 1 using Sum-of-Product rule (SOP).
A B C D X
0 0 0 0 0
0 0 0 1 1
0 0 1 0 0
0 0 1 1 1
0 1 0 0 1
0 1 0 1 1
0 1 1 0 0
0 1 1 1 1
1 0 0 0 0
1 0 0 1 1
1 0 1 0 1
1 0 1 1 1
1 1 0 0 1
1 1 0 1 1
1 1 1 0 1
1 1 1 1 1
Step 2. Using a four-variable k-mapping table solve the following truth table.
Row A B C D X
0 0 0 0 0 0
1 0 0 0 1 1
2 0 0 1 0 0
3 0 0 1 1 1
4 0 1 0 0 1
5 0 1 0 1 1
6 0 1 1 0 0
7 0 1 1 1 1
8 1 0 0 0 0
9 1 0 0 1 1
10 1 0 1 0 1
CIRKIT3 TM ELECTRONICS 44
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
11 1 0 1 1 1
12 1 1 0 0 1
13 1 1 0 1 1
14 1 1 1 0 1
15 1 1 1 1 1
Step 3. . Identify all active 1’s output in the truth table since we use the sum-of-
product expression and plot the output corresponding to the row number to the cell
number of K-maps.
Row A B C D X
0 0 0 0 0 0
1 0 0 0 1 1
2 0 0 1 0 0
3 0 0 1 1 1
4 0 1 0 0 1
5 0 1 0 1 1
6 0 1 1 0 0
7 0 1 1 1 1
8 1 0 0 0 0
9 1 0 0 1 1
10 1 0 1 0 1
11 1 0 1 1 1
12 1 1 0 0 1
13 1 1 0 1 1
14 1 1 1 0 1
15 1 1 1 1 1
Step 4. Get the expression by inspecting the coverage of a circle in a row and
column. The first group produced an expression of (A’B’) (A’B) (AB) (AB’) (C’D)
(CD) since A’A’AA, B’BBB’, and C’C are equal to zero we cancel it out and the
result is D. On the second group we used an overlapping method and it produced
the expression of (A’B) (AB) (C’D’) (C’D) again AA’ and D’D is equal to zero the
result is BC’, lastly the third group produced an expression of (AB) (AB’) (CD)
(CD’) once more BB’ and DD’ is equal to zero the result is AC. Therefore, the
Sum-of-Product expression for X=AC+BC’+D.
CIRKIT3 TM ELECTRONICS 45
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Row A B C D X
0 0 0 0 0 0
1 0 0 0 1 1
2 0 0 1 0 0
3 0 0 1 1 1
4 0 1 0 0 1
5 0 1 0 1 1
6 0 1 1 0 0
7 0 1 1 1 1
8 1 0 0 0 0
9 1 0 0 1 1
10 1 0 1 0 1
11 1 0 1 1 1
12 1 1 0 0 1
13 1 1 0 1 1
14 1 1 1 0 1
15 1 1 1 1 1
Step. 5 Draw the logic design circuit using the simplified expression.
CIRKIT3 TM ELECTRONICS 46
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Step 6. Create a logic circuit diagram.
CIRKIT3 TM ELECTRONICS 47
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
CIRKIT3 TM ELECTRONICS 48
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
CIRKIT3 TM ELECTRONICS 49
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
CIRKIT3 TM ELECTRONICS 50
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
CIRKIT3 TM ELECTRONICS 51
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
10. MULTIVIBRATOR (ASTABLE OR SQUARE-WAVE OSCILLATOR)
An electronic circuit known as a multivibrator is used to build several simple two-
state devices, including relaxation oscillators, timers, latches, and flip-flops.
Charge Period:
t1=0.693 (R1 + R2) C
Discharge Period:
t2=0.693 (R2) C
Total Period:
T= t1 + t2 or
0.693 (R1 + 2R2) C
Operating Frequency:
Charge Period:
CIRKIT3 TM ELECTRONICS 52
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Discharge Period:
Total Period:
Operating Frequency:
Step 2. Implement the design circuit using the value of R1= 1M𝝮 and R2= 1M𝝮
and C= 1𝝻F/50V and simulate the circuit.
CIRKIT3 TM ELECTRONICS 53
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
11. FLIP-FLOPS
A flip-flop is a circuit with two stable states that can be used to store binary data in
digital electronics. Applying different inputs can change the data that has been saved. The
primary elements of sequential circuits are flip-flops. Flip-flops in particular are incredibly
versatile devices that can be utilized in a variety of applications, including the storage of
binary data, counters, moving binary data between locations, etc.
CIRKIT3 TM ELECTRONICS 54
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
0 0 0 1
0 1 0 1
1 0 1 0
1 1 ∞ ∞
CIRKIT3 TM ELECTRONICS 55
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
12. COUNTER
EXAMPLE 16. Given the design of the counter circuit using 74LS192 IC.
Step 1. Analyze the counter circuit.
CIRKIT3 TM ELECTRONICS 56
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Step 3. Complete the table for the given counter circuit.
Clock (cycle) D1 Q0 Q1 Q2 Q3
1st 1 0 0 0 0
nd
2 1 0 0 0 1
rd
3 1 0 0 1 0
th
4 1 0 0 1 1
th
5 1 0 1 0 0
th
6 1 0 1 0 1
th
7 1 0 1 1 0
th
8 1 0 1 1 1
th
9 1 1 0 0 0
th
10 1 1 0 0 1
th
11 1 1 0 1 0
th
12 1 1 0 1 1
th
13 1 1 1 0 0
th
14 1 1 1 0 1
th
15 1 1 1 1 0
th
16 1 1 1 1 1
CIRKIT3 TM ELECTRONICS 57
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
13. DECODER
A decoder is an n-input, 2n-output circuit that outputs a 1 on the line corresponding
to the binary number represented by the input.
CIRKIT3 TM ELECTRONICS 58
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Step 2. Implement and simulate the seven-segment decoder/display driver circuit.
Step 3. Complete the table for the 7- segment decoder/display driver in simulating
the circuit
CIRKIT3 TM ELECTRONICS 59
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
14. SEVEN-SEGMENT DISPLAY
A seven-segment display consists of different light segments. These are arranged
to form numbers and letters by displaying various combinations of segments. Binary
information is displayed using these seven segments. LEDs are PN junction diodes that
release energy in the form of light, unlike standard PN junction diodes that release in the
form of heat.
EXAMPLE. Given the design circuit for seven segments displays using
common anode.
Step 1. Analyze the circuit for seven- segment display common anode.
CIRKIT3 TM ELECTRONICS 60
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Step 2. Implement and simulate the seven-segment display circuit.
Step 3. Complete the table for seven- segment display in simulating the circuit.
INPUTS
DISPLAY
a b c d e f g
0 0 0 0 0 0 1 0
1 0 0 1 1 1 1 1
0 0 1 0 0 1 0 2
0 0 0 0 1 1 0 3
1 0 0 1 1 0 0 4
0 1 0 0 1 0 0 5
1 1 0 0 0 0 0 6
0 0 0 1 1 1 1 7
0 0 0 0 0 0 0 8
0 0 0 1 1 0 0 9
1 1 1 0 0 1 0 x
1 1 0 0 1 1 0 x
1 0 1 1 1 0 0 x
0 1 1 0 1 0 0 x
1 1 1 0 0 0 0 x
1 1 1 1 1 1 1 x
CIRKIT3 TM ELECTRONICS 61
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
15. DECADE COUNTER
A counter is a device that stores the number of times a particular event or process
has occurred, often in relationship to a clock. The most common type is a sequential digital
logic circuit with an input line called the clock and multiple output lines.
EXAMPLE. Given the design circuit for the decade counter display count up
(0-9 digits) using common anode seven segments.
Step 1. Analyze the given decade counter circuit display count up 0-9 digits.
CIRKIT3 TM ELECTRONICS 62
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Step 2. Implement and simulate the seven-segment display circuit.
Step 3. Complete the table for seven- segment display in simulating the circuit.
INPUTS
DISPLAY
a b c d e f g
0 0 0 0 0 0 1 0
1 0 0 1 1 1 1 1
0 0 1 0 0 1 0 2
0 0 0 0 1 1 0 3
1 0 0 1 1 0 0 4
0 1 0 0 1 0 0 5
1 1 0 0 0 0 0 6
0 0 0 1 1 1 1 7
0 0 0 0 0 0 0 8
0 0 0 1 1 0 0 9
1 1 1 0 0 1 0 x
1 1 0 0 1 1 0 x
1 0 1 1 1 0 0 x
0 1 1 0 1 0 0 x
1 1 1 0 0 0 0 x
1 1 1 1 1 1 1 x
CIRKIT3 TM ELECTRONICS 63
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
LABORATORY EXERCISES
CIRKIT3 TM ELECTRONICS 64
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Name: _________________________________________ Date: ______________
Course/Section: _________________________________ Rating: _____________
LABORATORY 1
NOT GATE IMPLEMENTATION
Electronics Devices
7404 Hex Inverter (IC)
Light-Emitting Diode (LED)
3V to 9V DC Power supply (Note: using a 9V DC power supply need a protection
resistor)
Equipment
CIRKIT3 TM ELECTRONICS 65
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
C. Draw the logic circuit diagram
CIRKIT3 TM ELECTRONICS 66
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
DISCUSSION
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CONCLUSION(S)
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CIRKIT3 TM ELECTRONICS 67
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Name: _________________________________________ Date: ______________
Course/Section: _________________________________ Rating: _____________
LABORATORY 2
AND GATE IMPLEMENTATION
Electronics Devices
7408 Quad 2-input AND gate (IC)
Light-Emitting Diode (LED)
3V to 9V DC Power supply (Note: using a 9V DC power supply need a protection
resistor)
Equipment
CIRKIT3 TM ELECTRONICS 68
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
B. Complete the truth table
CIRKIT3 TM ELECTRONICS 69
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
D. Draw the logic circuit implementation
DISCUSSION
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CIRKIT3 TM ELECTRONICS 70
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Name: _________________________________________ Date: _____________
Course/Section: _________________________________ Rating: _____________
LABORATORY 3
OR GATE IMPLEMENTATION
Electronics Devices
7432 Quad 2-input OR gate (IC)
Light-Emitting Diode (LED)
3V to 9V DC Power supply (Note: using a 9V DC power supply need a protection
resistor)
Equipment
CIRKIT3 TM ELECTRONICS 71
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
B. Complete the truth table
2 Input OR gate
A (INPUT) B (INPUT) X 1(LED1)
0 0
0 1
1 0
1 1
CIRKIT3 TM ELECTRONICS 72
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
DISCUSSION
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CONCLUSION(S)
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CIRKIT3 TM ELECTRONICS 73
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Name: _________________________________________ Date: _____________
Course/Section: _________________________________ Rating: _____________
LABORATORY 4
NAND GATE IMPLEMENTATION
Electronics Devices
7400 Quad 2-input NAND gate (IC)
Light-Emitting Diode (LED)
3V to 9V DC Power supply (Note: using a 9V DC power supply need a protection
resistor)
Equipment
CIRKIT3 TM ELECTRONICS 74
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
B. Complete the truth table
CIRKIT3 TM ELECTRONICS 75
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
DISCUSSION
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CONCLUSION(S)
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CIRKIT3 TM ELECTRONICS 76
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Name: _________________________________________ Date: _____________
Course/Section: _________________________________ Rating: _____________
LABORATORY 5
NOR GATE IMPLEMENTATION
Electronics Devices
7402 Quad 2-input NOR gate (IC)
Light-Emitting Diode (LED)
3V to 9V DC Power supply (Note: using a 9V DC power supply need a protection
resistor)
Equipment
CIRKIT3 TM ELECTRONICS 77
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
B. Complete the truth table
CIRKIT3 TM ELECTRONICS 78
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
DISCUSSION
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CONCLUSION(S)
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CIRKIT3 TM ELECTRONICS 79
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Name: _________________________________________ Date: _____________
Course/Section: _________________________________ Rating: _____________
LABORATORY 6
EXCLUSIVE OR GATE (XOR) IMPLEMENTATION
Electronics Devices
7486 Quad 2-input OR gate (IC)
Light-Emitting Diode (LED)
3V to 9V DC Power supply (Note: using a 9V DC power supply need a protection
resistor)
Equipment
CIRKIT3 TM ELECTRONICS 80
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
B. Complete the truth table
CIRKIT3 TM ELECTRONICS 81
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
DISCUSSION
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CONCLUSION(S)
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CIRKIT3 TM ELECTRONICS 82
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Name: _________________________________________ Date: _____________
Course/Section: _________________________________ Rating: _____________
LABORATORY 7
EXCLUSIVE NOR GATE (XNOR) IMPLEMENTATION
Electronics Devices
74266 Quad 2-input XNOR gate (IC)
Light-Emitting Diode (LED)
3V to 9V DC Power supply (Note: using a 9V DC power supply need a protection
resistor)
Equipment
CIRKIT3 TM ELECTRONICS 83
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
B. Complete the truth table
CIRKIT3 TM ELECTRONICS 84
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
DISCUSSION
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CONCLUSION(S)
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CIRKIT3 TM ELECTRONICS 85
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Name: _________________________________________ Date: _____________
Course/Section: _________________________________ Rating: _____________
LABORATORY 8
BOOLEAN ALGEBRA SIMPLIFIES THE EXPRESSION
DESIGN, IMPLEMENT, AND SIMULATE THE LOGIC CIRCUIT
Electronics Devices
7400, 7402, 7404,7408,7432,7486, and 74266 IC
Light-Emitting Diode (LED)
3V to 9V DC Power supply (Note: using a 9V DC power supply need a protection
resistor)
Equipment
TASK: Simply the given expression: X = A’B’C’ + A’B’C + A’BC’ + A’BC + ABC.
A. Complete the truth table
CIRKIT3 TM ELECTRONICS 86
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
C. Draw the logic circuit diagram.
CIRKIT3 TM ELECTRONICS 87
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
DISCUSSION
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CONCLUSION(S)
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CIRKIT3 TM ELECTRONICS 88
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
________________________________________________________________________
________________________________________________________________________
LABORATORY 9
BOOLEAN ALGEBRA SIMPLIFICATION OF LOGIC CIRCUIT
DESIGN, IMPLEMENT, AND SIMULATION
Electronics Devices
7400, 7402, 7404,7408,7432,7486, and 74266 IC
Light-Emitting Diode (LED)
3V to 9V DC Power supply (Note: using a 9V DC power supply need a protection
resistor)
Equipment
CIRKIT3 TM ELECTRONICS 89
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
A. Simulate logic design to complete the table and find the Boolean expression.
CIRKIT3 TM ELECTRONICS 90
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
D. Draw the logic circuit implementation
DISCUSSION
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CIRKIT3 TM ELECTRONICS 91
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
CONCLUSION(S)
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CIRKIT3 TM ELECTRONICS 92
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Name: _________________________________________ Date: _____________
Course/Section: _________________________________ Rating: _____________
LABORATORY 10
BOOLEAN ALGEBRA SIMPLIFICATION OF LOGIC CIRCUIT
DESIGN, IMPLEMENT, AND SIMULATION
Electronics Devices
7400, 7402, 7404,7408,7432,7486, and 74266 IC
Light-Emitting Diode (LED)
3V to 9V DC Power supply (Note: using a 9V DC power supply need a protection
resistor)
Equipment
CIRKIT3 TM ELECTRONICS 93
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
A. Simply the Boolean expression
X=__________________________________
=__________________________________
=__________________________________
=__________________________________
=__________________________________
=__________________________________
CIRKIT3 TM ELECTRONICS 94
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
DISCUSSION
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CONCLUSION(S)
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CIRKIT3 TM ELECTRONICS 95
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Name: _________________________________________ Date: _____________
Course/Section: _________________________________ Rating: _____________
LABORATORY 11
TWO-VARIABLE K-MAP (KARNAUGHT MAP)
DESIGN, IMPLEMENTATION, AND SIMULATION OF LOGIC CIRCUIT
Electronics Devices
7400, 7402, 7404,7408,7432,7486, and 74266 IC
Light-Emitting Diode (LED)
3V to 9V DC Power supply (Note: using a 9V DC power supply need a protection
resistor)
Equipment
A B X
0 0 0
0 1 1
1 0 1
1 1 0
CIRKIT3 TM ELECTRONICS 96
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
A. Solve the truth table using a two-variable k-map.
A B X
0 0 0
0 1 1
1 0 1
1 1 0
CIRKIT3 TM ELECTRONICS 97
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
DISCUSSION
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CONCLUSION(S)
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CIRKIT3 TM ELECTRONICS 98
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
Name: _________________________________________ Date: _____________
Course/Section: _________________________________ Rating: _____________
LABORATORY 12
THREE-VARIABLE K-MAP (KARNAUGHT MAP)
DESIGN, IMPLEMENTATION, AND SIMULATION OF LOGIC CIRCUIT
Electronics Devices
7400, 7402, 7404,7408,7432,7486, and 74266 IC
Light-Emitting Diode (LED)
3V to 9V DC Power supply (Note: using a 9V DC power supply need a protection
resistor)
Equipment
A B C X
0 0 0 1
0 0 1 0
0 1 0 1
0 1 1 0
1 0 0 0
1 0 1 1
1 1 0 1
1 1 1 1
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CONCLUSION(S)
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
LABORATORY 13
FOUR-VARIABLE K-MAP (KARNAUGHT MAP)
DESIGN, IMPLEMENTATION, AND SIMULATION OF LOGIC CIRCUIT
Electronics Devices
7400, 7402, 7404,7408,7432,7486, and 74266 IC
Light-Emitting Diode (LED)
3V to 9V DC Power supply (Note: using a 9V DC power supply need a protection
resistor)
Equipment
A B C D X
0 0 0 0 1
0 0 0 1 1
0 0 1 0 1
0 0 1 1 1
0 1 0 0 1
0 1 0 1 1
0 1 1 0 0
0 1 1 1 0
1 0 0 0 1
1 0 0 1 0
1 0 1 0 0
1 0 1 1 0
1 1 0 0 0
1 1 0 1 0
1 1 1 0 0
1 1 1 1 0
CIRKIT3 TM ELECTRONICS 102
INTRODUCTION to DIGITAL LOGIC CIRCUIT AND DESIGN
A. Solve the truth table using a four-variable k-map.
DISCUSSION
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
LABORATORY 14
MULTIVIBRATOR CIRCUIT
USING LM 555 INTEGRATED CIRCUIT (IC) TIMER
Electronics Devices
LM555 IC
Resistor / Variable resistor (Potentiometer)
Electrolytic and ceramic capacitor
Light-Emitting Diode (LED)
3V to 9V DC Power supply (Note: using a 9V DC power supply need a protection
resistor)
Equipment
A. Draw the physical design of the multivibrator circuit using LM555 IC.
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CONCLUSION(S)
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
LABORATORY 15
Electronics Devices
7400, 7402, 7404,7408,7432,7486, and 74266 IC
Light-Emitting Diode (LED)
3V to 9V DC Power supply (Note: using a 9V DC power supply need a protection
resistor)
Equipment
Clock D Q Q’
0 0
1 0
0 1
1 1
J K Q Q’
0 0
0 1
1 0
1 1
0 0
0 1
1 0
1 1
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CONCLUSION(S)
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
LABORATORY 16
COUNTER CIRCUIT
DESIGN, IMPLEMENTATION, AND CIRCUIT SIMULATION
Electronics Devices
74LS192 IC - Up/ Down counter
Light-Emitting Diode (LED)
3V to 9V DC Power supply (Note: using a 9V DC power supply need a protection
resistor)
Equipment
TASK. Given the Circuit of 74LS192 Up/down counter analyzed, implement, and
simulate output.
Clock (cycle_ D1 Q0 Q1 Q2 Q3
1st 1
nd
2 1
rd
3 1
th
4 1
th
5 1
th
6 1
th
7 1
th
8 1
th
9 1
th
10 1
th
11 1
th
12 1
th
13 1
th
14 1
th
15 1
th
16 1
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CONCLUSION(S)
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
LABORATORY 17
DECODER CIRCUIT
DESIGN, IMPLEMENTATION, AND CIRCUIT SIMULATION
Electronics Devices
74LS47 IC - 7- segment decoder/display driver
Light-Emitting Diode (LED)
3V to 9V DC Power supply (Note: using a 9V DC power supply need a protection
resistor)
Equipment
TASK. Given the design circuit for a seven-segment decoder/display driver using
74LS47 IC.
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CONCLUSION(S)
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
LABORATORY 18
SEVEN-SEGMENT DISPLAY
DESIGN, IMPLEMENTATION, AND CIRCUIT SIMULATION
Electronics Devices
Seven-Segment Display (Common Cathode)
Resistors, DIP switch 4 position
3V to 9V DC Power supply (Note: using a 9V DC power supply need a protection
resistor)
Equipment
INPUTS
DISPLAY
a b c d e f g
0
1
2
3
4
5
6
7
8
9
1 1 1 0 0 1 0 x
1 1 0 0 1 1 0 x
1 0 1 1 1 0 0 x
0 1 1 0 1 0 0 x
1 1 1 0 0 0 0 x
1 1 1 1 1 1 1 x
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
CONCLUSION(S)
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
LABORATORY 19
DECADE COUNTER (0-9 DIGITS)
DESIGN, IMPLEMENTATION, AND CIRCUIT SIMULATION
Electronics Devices
LM555 Timer IC
74LS192 Decade Up/Down Counter
74LS47 BCD to Segment Decoder/Driver
Seven-segment display, Resistors, Capacitors
3V to 9V DC Power supply (Note: using a 9V DC power supply need a protection
resistor)
Equipment
TASK: Given the circuit of a seven-segment display common anode implements and
Analyzed the output.
INPUTS
DISPLAY
a b c d e f g
0
1
2
3
4
5
6
7
8
9
1 1 1 0 0 1 0 x
1 1 0 0 1 1 0 x
1 0 1 1 1 0 0 x
0 1 1 0 1 0 0 x
1 1 1 0 0 0 0 x
1 1 1 1 1 1 1 x
CONCLUSION(S)
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
________________________________________________________________________
BIBLIOGRAPHY
Cruz, M. O., Rodriguez, E. A., Chua, M. G., Apsay, M. B., Albano, G. R., & Mangahas,
R. B. (2015). Information Technology Fundamentals. Jimczyville Publications.
Strukov, Dmitri B.; Snider, Gregory S.; Stewart, Duncan R.; Williams, R. Stanley (2008).
"The missing memristor found"
Wakerly, J. F. (1999). Digital design: Principles and practices (3rd ed.). Hoboken, NJ:
Pearson Education.
WEB REFERENCES
Astable Multivibrator using a 555 Timer IC Working. (2015, July 21). Retrieved from
https://www.elprocus.com/astable-multivibrator-using-555-timer/
Bigwood, R. (2005). Digital Logic Gates. Retrieved from Digital Logic Gates Web Site:
http://www.ee.surrey.ac.uk/Projects/CAL /digital-logic/gatesfunc/index.html
http://www.newworldencyclopedia.org/entry/Decimal
https://en.wikipedia.org/wiki/
https://math.stackexchange.com/questions/371972/what-would-base-1-be
https://www.factmonster.com/math/numbers/rounding-numbers-rules-examples-
fractions-sum
https://www.khanacademy.org/math/pre-algebra/pre-algebra-exponents-radicals/pre-
algebra-
scientific-notation/v/scientific-notation
https://www.mathsisfun.com/definitions/rounding.html
Multivibrators include Monostable, Astable, and Bistable. (2018, March 04). Retrieved
from https://www.electronics-tutorials.ws/sequential/seq_3.html
What is DeMorgan's Theorem? - DeMorgan's First & Second Theorem. (2017, April 10).
Retrieved from https://circuitglobe.com/demorgans-theorem.html
What is register (processor register, CPU register)? - Definition from WhatIs.com. (n.d.).
Retrieved from https://whatis.techtarget.com/definition/register