BOOLEAN CHAPTER
OPERATIONS (A) 2
LEARNING OUTCOME
• Simplify logical expressions by
using Boolean algebra and related
techniques orderly.
• Perform correctly basic
arithmetic operations by using
Boolean laws.
BASIC GATES
Basic element to form a digital
system circuit.
It has one terminal output and one
or more terminal input.
The output is depend on the input
whether it is logic 1 or logic 0.
TERMINOLOGIES
BASIC GATES
BASIC GATES
• The total number of possible combinations of binary
inputs to a gate is determined by the following formula:
N= 2n
N= number of possible input combinations
n = number of input variables
For two input variables: N = 22 = 4 combinations
For three input variables: N = 23 = 8 combinations
For four input variables: N = 24 = 16 combinations
AND GATE
Y = A.B
AND GATE
• Ex 1: Draw the logical symbol of 3 input AND gate
AND GATE
• Ex 2: Develop the truth table for a 3-input AND gate.
AND GATE
Ex 3:Determine the total number of possible
input combinations for a 4- input AND gate.
N = 24 = 16.
There are 16 combinations of input bits for a
4- input AND gate.
OR GATE
Y = A+B
OR GATE
• Ex 1:
OR GATE
• Ex 2:
OR GATE
NOT GATE
Y=A
NOT GATE
• Ex 1:
NOR GATE
Y = A+B
NOR GATE
• Ex 1:
NOR GATE
NAND GATE
Y = A.B
NAND GATE
EX-OR GATE
Y = A+B
EX-NOR GATE
Y = A+B
A B Y
0 0 1
0 1 0
1 0 0
1 1 1
LOGIC GATE REPLACEMENT
LOGIC GATE REPLACEMENT
LOGIC GATE REPLACEMENT
• Boolean expression also could be implemented by using
NAND gate or NOR gate only.
LOGIC GATE REPLACEMENT
• Boolean expression also could be implemented by using
NAND gate or NOR gate only.
COMBINATIONAL LOGIC CIRCUIT
• Combination logic circuit means
combination of AND gate, NAND, NOR and
OR in one circuit.
COMBINATIONAL LOGIC CIRCUIT
COMBINATIONAL LOGIC CIRCUIT
COMBINATIONAL LOGIC CIRCUIT
• Diagram below represent a logic element where the output
is high if majority input is high.
COMBINATIONAL LOGIC CIRCUIT
COMBINATIONAL LOGIC CIRCUIT
COMBINATIONAL LOGIC CIRCUIT