Experiment No: 01 Name of The Experiment: Representing Logical Problems Through Truth Table and Deducing Logic Functions From Truth Table

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 6

Darul Ihsan University

CSE 317 (Hardware lab)


Experiment No: 01
Name of the experiment: Representing logical problems through truth table and
deducing logic functions from truth table.
1) Deduce the truth table for the switching circuit shown below. Find the Boolean
function from the truth table and implement the logic circuit.

Lamp

Source

2) There are four supply lines A, B, C, D in a laboratory and you are to design an
indicator circuit that will make an LED to glow when two or more of the supply lines
are OFF. Design and implement the logic circuit.
3) If two numbers A and B are added, whether the summation is odd or even can always
be determined from the LSB of the two circuits. Design and implement a logic circuit
that will take the LSB of two numbers as input and will determine whether the
addition of these two will produce an odd or even number.
For all the above problems, write down the names of the required ICs for your design and
also show the IC pin connections in the diagram.

Darul Ihsan University


CSE 317 (Hardware lab)

Experiment No: 02
Name of the experiment: Verification and application of De Morgans law
1) Design a circuit to verify De-Morgans law for two variables.
(Hints: Prove that A.B = A + B and A + B = A.B for all combinations)
2) Design a circuit using only
a) NAND gates
b) NOR gates
That implements the Boolean function (AB) + BC
For all the above problems, write down the names of the required ICs for your design and
also show the IC pin connections in the diagram.

Digital Logic Design


Experiment No: 03
Name of the experiment: Boolean Function Minimization
1) Design and implement a circuit using basic gates that would take a 4-bit binary
number as input and produce a high level output only if the number is prime or
divisible by five. (Note: 1 is not prime number)
2) Design a circuit to implements the following function (Minimize if necessary):
a) f(A,B,C,D) = (2,3,4,6,7,10,11,14)
b) f(A,B,C,D) = (1,3,5,7,9,11)
3) Derive the output equation for a 3-bit binary to gray code converter and implement it.
For all the above problems, mention the truth table, required equations in minimized form
with necessary steps and the circuit diagrams with pin numbers in your report.

Digital Logic Design


Experiment No: 04
Name of the experiment: Combinational Circuits
1) Design and implement a circuit using basic gates that would take a binary number as
input and convert it into Excess 3
2) Design and Implement a 4-bit adder subtractor circuit with one selection variable to
switch for addition and subtraction. (Hints: Use IC-7483)

Digital Logic Design


Experiment No: 05
Name of the experiment: Adders and Decoders
1) Design and implement a 4-bit BCD adder circuit using 4-bit binary adder circuit. Use
IC-7483 for your design.
2) Using IC-74154 design a 2-bit comparator to compare 2-bit numbers P and Q. The
circuit should provide 3 Output lines to indicate P>Q, P=Q and P<Q.
For all the above problems, mention the truth table, required equations in minimized form
with necessary steps and the circuit diagrams with pin number in your report.

Digital Logic Design


Experiment No: 03
Name of the experiment: Boolean Function Minimization

You might also like