Multiple choice

The output of the boolean function can be

  1. 0

  2. 1

  3. either 0 or 1

  4. none of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Boolean algebra is a binary system where variables and functions can only take one of two values: 0 (false) or 1 (true).