Problem 1
Give the truth table for the following Boolean expression
(x or y) and (!x or !y)Do you recognize this function?
Problem 2
Write an expression using AND, OR, and NOT for the Boolean function
given in this truth table:
x y z | f(x,y,z) -------|--------- 0 0 0 | 1 0 1 0 | 0 1 0 0 | 1 1 1 0 | 0 0 0 1 | 0 0 1 1 | 0 1 0 1 | 0 1 1 1 | 0Problem 3
x y | f(x,y) ------|--------- 0 0 | 0 1 | 1 0 | 1 1 |
Problems 4 - 8
From Brookshear, Chapter One Review Problems (pp. 53-54):
6 b and e,
8 b,
30,
31,
32 b and c.