Multiple choice

Opposite of input is an example of?

  1. NOT

  2. AND (&&)

  3. XOR

  4. OR (||)

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

The NOT operator (often represented as '!') in logic and programming inverts the input value, making it the opposite of the input.