···11+Q: what does $x_2$ mean
22+A: base two variable
33+44+Q: what range is $x_2$ potentially contain?
55+A: ${0,1}$
66+77+Q: how should $x'$ read?
88+A: not $x$
99+1010+C: the fundamental logic gates are [and], [or], [not]
1111+1212+Q: $f(x) = x+y$ reads
1313+A: $f(x) = x$ **or** $y$
1414+1515+Q: $f(x) = xy$ reads
1616+A: $f(x) = x$ **and** $y$
1717+1818+Q: $f(x) = x*y$ **reads**
1919+A: $f(x) = x$ **and** $y$