Scaling up your Boolean skills from 10.4.4 to handle more variables and apply them fluently across search engines, code, and SQL.
At Grade 11 level, you're expected to construct and evaluate truth tables with up to four variables, and confidently write/evaluate complex nested Boolean expressions combining AND, OR and NOT with brackets.
Example
Complex condition: (age >= 18 AND hasLicense) OR (age >= 16 AND hasSupervisor AND NOT isNightTime) This reads as: the person may drive if they're a licensed adult, OR a supervised minor driving during the day.
These same skills apply across three contexts you'll be tested on:
๐ก Exam Tip
When a Boolean expression question feels overwhelming, build a small truth table for it โ systematically working through T/F combinations is more reliable under exam pressure than trying to reason it out purely mentally.