2 - Boolean Function and Expression
2 - Boolean Function and Expression
<Boolean Algebra>
Faculty of Computing & Information
Technology- Rabigh
King Abdulaziz University
Fall 2019
Now, something about
Boolean
Algebra
(section 10.1)
x F1 F2 F3 F4
0 0 0 1 1
1 0 1 0 1
functions.
x -x
inverter
x x+y
OR gate
y
x xy
AND gate
y
Dr. Nashwan Ahmed Discrete Structure: Boolean Algebra page 29
Logic Gates
Example: How can we build a circuit that computes
the function xy + (-x)y ?
x xy
y
xy + (-x)y
x -x
(-x)y
y
HW 4
Draw the Logical gates of the following Boolean
Expression:
F(x,y,z)= (x+y)z + ((-z) +(-y))
X
x+y
y
(x + y )z
z
-z
y -y