Chapter2 BOOLEANROBIAH99
Chapter2 BOOLEANROBIAH99
Chapter2 BOOLEANROBIAH99
BOOLEAN OPERATIONS
SUMMARY
BOOLEAN OPERATIONS
Symbols, truth table, logic gates
applications; NOT, AND, OR, NOR, NAND,
XOR, XNOR.
Laws of Boolean Algebra,
Sum of Product (SOP),
Product of Sum (POS) and
Karnaugh Map.
3
TRUTH TABLES
A truth table is a table that describes the
NOT/INVERTER gate
AND gate
OR gate
NAND gate
NOR gate
XOR gate
XNOR gate
Symbol
I.
NOT/INVERTER gate
Timing Diagram
Truth Table
Symbol
Timing Diagram
Truth Table
Symbol
III. OR gate
Timing Diagram
Truth Table
V. NOR gate
10
11
12
13
BOOLEAN
The ALGEBRA
Boolean algebra is an algebra dealing with binary
variables and logic operation
The variables are designated by:
I. Letters of the alphabet
II. Three basic logic operations AND, OR and NOT
A Boolean function can be represented by using truth
table. A truth table for a function is a list of all
combinations of 1s and 0s that can be assigned to
the binary variable and a list that shows the value of
the function for each binary combination
A Boolean expression also can be transformed into a
circuit diagram composed of logic gates that
implements the function
14
Examples
F = A + BC
15
16
17
18
19
20
STANDARD FORM
Product term
A term with the product of literals
The AND of literals
Boolean multiplication
I.
Boolean addition
21
Examples
Convert this Boolean equation into standard
form of SOP
F=A+BC+ABC
23
together
Standard form of POS is where all the variables in
the domain appear in each sum term in the
expression
There are three steps in a way to convert a product
term to standard form of POS:
1.Multiply each of the nonstandard term with the
missing term using Boolean algebra A A = 0
2.Second step: Apply the Boolean identities again
(A + B C) = (A + B) (A + C)
3. Third step: Repeat until all variables appear in
each product term.
24
Examples
Convert this Boolean equation into standard form of
POS
F = (A + B) (A + B + C) (B + C)
25
KARNAUGH MAP
provides a systematic method for simplifying a
26
27
Looping
1. Looping of pair
28
29
30
Examples
Simplify this Boolean equation by using K-maps
F = X Y Z+ X Y Z + X Y Z
31
Examples
Find out the equation based on the given
32
Solution
33