Details of Submissions & Performance: Sanghvi Institute of Management & Science, Indore
Details of Submissions & Performance: Sanghvi Institute of Management & Science, Indore
EXPERIMENT: 01.
Aim: Analysis, Assembly & Testing of logic gates & Boolean algebra.
Objective:
Obj.1 Verification of truth table of all logic gates.
Obj.2 Verification of Boolean laws.
Obj.3 Implementation of Demorgan’s Theorem
1
Sanghvi Institute of Management & Science, Indore
Department of Electronics & Number of experiment Pg No.2/6
Communication Engineering Code: DE No.: 01 Roll No
Problem Statement:
3.1: To verify operation and truth table of all logic gates mentioned in table-1.
3.2: To verify Boolean laws mentioned in table-2 using table-1.
3.3: To logically verify all the laws mentioned in table-3 using table-1.
3.4: To implement Demorgan’s Theorem using gates mentioned in table-1 & verify their
truth tables.
3.5: To verify Duality theorem & compare it with basic Boolean laws mentioned in
table-1
Prerequisite:
4.1 Operation of all the Gates in the Trainer Board.
4.2 Knowledge of Boolean laws.
Apparatus Required:
5.1 Logic Gates trainer Board.
5.2 Connecting patch cords.
Report to be submitted:
6.1 Verified truth table of derived Boolean laws and Demorgan’s Theorem.
6.2 Logic Diagrams for Boolean laws & Demorgan’s Theorem.
6.3 Application of logic gates.
2
Sanghvi Institute of Management & Science, Indore
Department of Electronics & Number of experiment Pg No.3/6
Communication Engineering Code: DE No.: 01 Roll No
Theory:
7.1 Logic Gates:
Digital circuits are also called digital logic because any Desired informationfor
computing or control can be operated upon by passing binary signals through various
combination of logic circuits, each signal representing a variable and carrying one bit of
information.
Logic circuits that can perform the logical operations are AND, OR and NOT. These are
the basic gates. The other gates derived from these basic gates are NAND, NOR, EX-
OR, EX-NOR. Boolean functions can be expressed in terms of AND,OR and NOT
operations.Summary of all the gates are shown in following table:
TABLE-1
OR A B F
A
F
B
F=A+B 0 0 0
F=A+B
0 1 1
1 0 1
1 1 1
INVERTER A F
A A'
F=A’ 0 1
F=A'
1 0
BUFFER A F
A A
0 0
F=A
F =A
3
Sanghvi Institute of Management & Science, Indore
Department of Electronics & Number of experiment Pg No.4/6
Communication Engineering Code: DE No.: 01 Roll No
1 1
NAND A B F
A
F
B F=(AB)’ 0 0 1
F=(AB)'
0 1 1
1 0 1
1 1 0
NOR A B F
0 0 1
F=(A+B)’
0 1 0
1 0 0
1 1 0
EX-OR A B F
A
F
B F=A’B+AB’ 0 0 0
F =A'B+AB'
0 1 1
1 0 1
1 1 0
EX-NOR A B F
A
F
B 0 0 1
F =AB+A'B' F=AB+A`B`
0 1 0
1 0 0
1 1 1
4
Sanghvi Institute of Management & Science, Indore
Department of Electronics & Number of experiment Pg No.5/6
Communication Engineering Code: DE No.: 01 Roll No
TABLE-2
1. Basic Boolean Laws:
TABLE-3
2. Derived Boolean Laws:
5
Sanghvi Institute of Management & Science, Indore
Department of Electronics & Number of experiment Pg No.6/6
Communication Engineering Code: DE No.: 01 Roll No
TABLE-4
Implementation of Boolean Laws:
Investigations Expected:
8.1 What do you mean by Bit, Byte & Nibble?
8.2 What is a logic circuit & what do you mean by truth table?
8.3 Write statements of Demorgan’s 1st & 2nd theorem?
8.4 What do you mean by bubbled AND & bubbled OR Gate?