0% found this document useful (0 votes)
11 views4 pages

DLD Lab Exp-03 Kabirul 117

The document outlines an assignment for a Digital Logic Design Lab at the University of Information Technology and Sciences, focusing on the implementation of a Boolean function using basic logic gates (AND, OR, NOT). It details the objective, components used, circuit diagram, truth table, and discussion on the experiment's outcomes and significance in understanding digital logic. The assignment is submitted by a student and includes a practical demonstration of Boolean algebra applications in electronic systems.

Uploaded by

0432220005101089
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views4 pages

DLD Lab Exp-03 Kabirul 117

The document outlines an assignment for a Digital Logic Design Lab at the University of Information Technology and Sciences, focusing on the implementation of a Boolean function using basic logic gates (AND, OR, NOT). It details the objective, components used, circuit diagram, truth table, and discussion on the experiment's outcomes and significance in understanding digital logic. The assignment is submitted by a student and includes a practical demonstration of Boolean algebra applications in electronic systems.

Uploaded by

0432220005101089
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

University of Information Technology and Sciences(UITS)

Department of CSE

Assignment
Course Code CSE0612216S
Course tittle Digital Logic Design Lab

Experiment No 03
Experiment Name Implementation of Boolean function after analyzing
the Boolean circuit. (Using Basic Gate)

Submitted By-
MD. Kabirul Hasan
ID-0432410005101117
Batch: 55th
Section: C

Submitted To-
Ratri Datta
Lecturer
University of Information Technology
& Sciences

Date of Submission :19 February,2025……


Page 1 of 3

Digital Logic Design


Experiment No-3
Experiment Name: Implementation of Boolean function after analysing
the Boolean circuit. (Using Basic Gate)
Objective:
This circuit is designed to implement a Boolean function using basic
logic gates (AND, OR, and NOT). The components used are 74HC08
(AND gate), 74HC32 (OR gate), and 74HC04 (NOT gate), which
process the given inputs and produce an output that controls an LED.
Logic Gates Used
1. 74HC08 - AND Gate
o Performs logical multiplication: A⋅BA.BA⋅B
o Output is HIGH (1) only if both inputs are HIGH (1).
2. 74HC32 - OR Gate
o Performs logical addition: A+BA + BA+B
o Output is HIGH (1) if at least one input is HIGH (1).
3. 74HC04 - NOT Gate (Inverter)
o Inverts the input: 𝐴̅
o If input is HIGH (1), output is LOW (0) and vice versa.
Equipment’s:
 74HC08 (AND Gate)
 74HC32 (OR Gate)
 74HC04 (NOT Gate / Inverter)
 DIP Switch (Used for input control)
 LED (Indicating output state)
 Power Supply (2.00V, 2.70mA)
Page 2 of 3

Circuit Diagram:
A AB
B
(𝑨𝑩 + 𝑪)𝑩

C
𝐁

Truth Table:
A B C AB 𝑩 (AB+C) (AB+C)𝑩
0 0 0 0 1 0 0
0 0 1 0 1 1 1
0 1 0 0 0 0 0
0 1 1 0 0 1 0
1 0 0 0 1 0 0
1 0 1 0 1 1 1
1 1 0 1 0 1 0
1 1 1 1 0 1 0

Tinker Cad Screenshot:


Page 3 of 3

Discussion:
 This circuit successfully implements a Boolean function using
basic logic gates (AND, OR, and NOT). By analysing the
circuit, we can determine that it follows the Boolean equation:
The circuit operates as follows:
 Inputs are controlled using a DIP switch, allowing different
logic values (0 or 1) to be applied.
 The AND gate (74HC08) processes AAA and BBB, producing
A⋅BA.BA⋅B.
 The NOT gate (74HC04) inverts CCC, producing
 The OR gate (74HC32) combines these outputs, determining the
final output value.
 The LED serves as an indicator, lighting up when the output is 1
(HIGH) and remaining OFF when the output is 0 (LOW).
 Key Takeaways
 Basic logic gates can be combined to implement complex
Boolean expressions.
 Truth tables help predict circuit behavior and verify correctness.
 Practical circuit implementation reinforces theoretical
knowledge of Boolean algebra.
 This experiment demonstrates the application of digital logic in
real-world electronic systems.
 This project serves as a fundamental example of digital logic
design, providing a basis for understanding combinational
circuits used in microcontrollers, computer systems, and other
digital devices.

You might also like