You are on page 1of 9

Digital Logic Design (Lab)

Experiment No. 03:


Implementing Boolean Function Using AOI Logic.
Components Required 2

• Basic Gates ICs: 7408, 7432 and 7404.


• Virtual Breadboard: Multisim Software
Theory 3

• A Boolean function is an expression formed with binary variables,


the two binary operators OR and AND, and unary operator NOT,
parentheses, and an equal sign.
• For a given value of the variables, the function can be either 0 or 1.
• Boolean function represented as an algebraic expression may be
transformed from an algebraic expression into a logic diagram
composed of AND, OR, and NOT gates.
• Every Boolean function can be realized by a And-Or-Not gates i.e.
using AOI logic.
Steps to Implement Boolean Function 4

• Step 1: Make its logic diagram.


• Step 2: Make its truth table.
• Step 3: Implement on Multisim and verify its truth table.
Example 5

• F=AB’+A’B

A B AB’ A’B F
0 0 0 0 0
0 1 0 1 1
1 0 1 0 1
1 1 0 0 0
Breadboard Connections 6
Logic Gate ICs Names 7

• AND gate (IC 7408)


• OR gate (IC 7432)
• NOT gate (IC 7404)
• NAND gate (IC 7400)
• NOR gate (IC 7402)
• X-OR gate (IC 7486)
• X-NOR gate (IC 74266)
Lab Tasks 8

• Perform Tasks 1 and 2 of Lab Manual 3 (all parts in Multisim).

*Submit the Lab report individually at the end of the Lab session on every Monday according
to the following format:
1. Title page
2. Objectives
3. Procedure
4. Logic Circuit Diagrams
5. Truth Tables
6. Calculations/working/Analysis
7. Conclusions
9

ANY QUESTIONS?

You might also like