Multiple choice technology mainframe

Not negative means…

  1. = 0

  2. >=1

  3. <=0

  4. >=0

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

The phrase “not negative” means any number that is zero or greater. The condition “>=0” includes zero and all positive numbers, satisfying the definition. In contrast, “=0” only covers zero, “>=1” omits zero, and “<=0” incorrectly includes negative values, so they are not correct.