Mathorio
Worksheet
The AND Operation
Name:
Class:
Date:
Show your work for each problem.
- 1.What does the AND operation return when both inputs are TRUE?
- a)Neither TRUE nor FALSE
- b)FALSE
- c)TRUE
- d)It depends on other factors
- 2.What is the result of TRUE AND FALSE?
- a)FALSE
- b)ERROR
- c)TRUE
- d)UNKNOWN
- 3.What is FALSE AND FALSE? (Answer: TRUE or FALSE)
- 4.What is FALSE AND TRUE? (Answer: TRUE or FALSE)
- 5.Which symbol is commonly used for the AND operation?
- a)
- b)
- c)
- d)
- 6.A phone unlocks when: (correct PIN) AND (face recognized). The PIN is correct but the face is not recognized. Will the phone unlock?
- a)No, because both conditions must be true
- b)Yes, because one condition is enough
- c)Yes, because the PIN is correct
- d)It depends on the phone model
- 7.Evaluate: TRUE AND TRUE AND FALSE (Answer: TRUE or FALSE)
- 8.A student can pass if: (attendance > 80%) AND (exam score > 60%) AND (project submitted). Tom has 85% attendance, scored 55% on the exam, and submitted the project. Does Tom pass?
- 9.How many rows in an AND truth table with 2 inputs result in TRUE?
- a)1
- b)2
- c)0
- d)4
- 10.Evaluate where , ,
- 11.A game requires: (level > 5) AND (coins > 100) AND (no active ban) to access multiplayer. Player has: level 8, 95 coins, no ban. Can they access multiplayer?
- 12.How many rows in an AND truth table with 3 inputs (P, Q, R) result in TRUE?
- 13.What is the key difference between AND and OR operations?
- a)AND needs both TRUE; OR needs at least one TRUE
- b)AND is for numbers; OR is for letters
- c)AND needs at least one TRUE; OR needs both TRUE
- d)AND and OR always give the same result
- 14.Evaluate:
- 15.An AND gate in a circuit has two switches. The light turns on only when:
- a)Both switches are ON
- b)At least one switch is OFF
- c)Both switches are OFF
- d)Either switch is ON
- 16.In the expression , how many inputs must be TRUE for the entire expression to be TRUE?