How do you get a positive output from an AND gate?
Both inputs = 1.
How go you get a positive output from an OR gate?
At least one of the inputs = 1.
How do you get a positive output from a NOT gate?
Input = 0.
How do you calculate how many rows you need in your truth table?
2 to the power of no. of inputs.