how many options does boolean data have
2 (dual options)
what are the possible outcomes
1 or 0
how do NOT gates work
if input is 1, output is 0
how do OR gates work
outputs is 1 as long as at least one of the inputs is 1
how do AND gates work
output is 1 if both inputs are 1 or else 0
what is a truth table
shows the values on any node (point) of a logic circuit for every possible combination.
what are truth tables used for
can be used to track the outputs at each stage of a logic circuit leading up to the final output.
a left shift is:
multiplication by 2
a right shift is:
division by 2