Ans. BOOLEAN VARIABLES
Such things which can have only two possible states are known as Boolean variables.
For examples, a switch would be either open (OFF) or closed (ON). Thus, it has only two states.
LOGIC OPERATIONS
The various operations of Boolean variables are known as logic operations.