Fazaia College of Education: DLD Project Lab Report
Fazaia College of Education: DLD Project Lab Report
Fazaia College of Education: DLD Project Lab Report
Table of Contents
1. Logic Gates ............................................................................................................3
1.2.1 Truth Table .................................................................................................4
1.2.2 AND gate circuit .........................................................................................4
1.3 Logic NOT Gate ...............................................................................................5
1.3.1 Truth Table .................................................................................................5
1.3.2 NOT gate circuit .........................................................................................5
1.4 Logic OR Gate ..................................................................................................6
1.4.1 Truth Table .................................................................................................6
1.4.2 OR gate circuit ............................................................................................6
2. Boolean Expression ..............................................................................................7
2.1 Truth Table........................................................................................................7
2.2 Expression circuit .............................................................................................7
3
1. Logic Gates
A gate is an elementary building block of a digital circuit. Most gates have two
inputs and one output. At any given moment, every terminal is in one of the two
binary conditions low (0) or high (1), represented by different voltage levels.
These gates are the AND, OR, NOT, NAND, NOR, EXOR and EXNOR gates.
The Logic AND Gate is a type of digital logic circuit whose output goes HIGH to a
The output state of a digital logic AND gate only returns “LOW” again
when ANY of its inputs are at a logic level “0”. In other words for a logic AND
A NOT gate performs logical negation on its input. In other words, if the input is
true, then the output will be false. Similarly, a false input results in a true output.
The OR gate is an electronic circuit that gives a high output (1) if one or more of
its inputs are high. A plus (+) is used to show the OR operation.
2. Boolean Expression
2.1 Truth Table
Figure 1
8
Figure 2
Figure 3