Mathorio
Worksheet
Introduction to Boolean Logic
Name:
Class:
Date:
Show your work for each problem.
- 1.In Boolean logic, how many possible values are there?
- a)Unlimited
- b)3
- c)2
- d)1
- 2.What is TRUE AND TRUE?
- a)TRUE
- b)MAYBE
- c)ERROR
- d)FALSE
- 3.What is TRUE AND FALSE?
- a)MAYBE
- b)FALSE
- c)TRUE
- d)ERROR
- 4.What is NOT TRUE? Write TRUE or FALSE.
- 5.What is FALSE OR TRUE? Write TRUE or FALSE.
- 6.What is FALSE OR FALSE?
- a)TRUE
- b)ERROR
- c)FALSE
- d)MAYBE
- 7.What is NOT FALSE? Write TRUE or FALSE.
- 8.Evaluate: (TRUE AND FALSE) OR TRUE
- 9.Evaluate: NOT (TRUE OR FALSE)
- 10.Which statement about OR is correct?
- a)TRUE OR TRUE = TRUE
- b)OR requires both to be TRUE
- c)TRUE OR TRUE = FALSE
- d)OR always returns FALSE
- 11.Evaluate: TRUE AND (NOT FALSE)
- 12.Evaluate: (TRUE OR FALSE) AND (NOT TRUE)
- 13.Evaluate: NOT (FALSE AND FALSE) OR TRUE
- 14.You need a ticket AND (adult OR accompanied_by_adult) to enter. You have a ticket (TRUE), you're not an adult (FALSE), and you're accompanied by an adult (TRUE). Can you enter?
- a)Only with extra payment
- b)Not enough information
- c)No, I cannot enter
- d)Yes, I can enter
- 15.Evaluate: (NOT TRUE) AND (NOT FALSE)