Multiple choice technology operating systems

What is the default value of nice ?

  1. 3

  2. 1

  3. 11

  4. 0

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

The default nice value in Unix/Linux is 0, which represents normal scheduling priority. Lower values (negative) indicate higher priority, while higher values indicate lower priority. Options 3, 1, and 11 are non-default values.