Loading practice questions
The Unix Kernel maintains two key data structures related to processes, the progress table and the user structure. Which of the following information is not a part of the user structure?
Correct Answer: C — Scheduling parameters
Explanation:
Scheduling parameters (like priority and recent CPU usage) are kept in the process table (proc structure) because they must be accessible even when the process is swapped out, unlike the user structure.