Find and do some practice problems.
Here are two types you might be able to find or create yourself:
- Create truth table for expression like or(not(x), y)
- Evaluate expression like not(and(1, 0))
There are multiple other ways the expressions can be formatted. Using other formats is fine.
Word problems will be later.