What is the purpose of the 'Aging' technique in process scheduling algorithms? MCQ with Answer and Explanation

What is the purpose of the 'Aging' technique in process scheduling algorithms?
A. To automatically back up older files.
B. To periodically clear out system logs.
C. To gradually increase the priority of processes that wait in the system for a long time, preventing starvation.
D. To decrease CPU power consumption over time.
Answer: Option C
Solution (By JKExamLibrary)
Aging is a technique used to avoid resource starvation by gradually increasing the priority of tasks that have spent extended periods waiting in the ready queue.

This question belongs to: Computer Operating Systems

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Operating Systems Questions

Question #1 Report Error
What is the purpose of the Android 'LocationManager'?
A. To obtain the device's geographic location and handle location updates
B. To track user movement
C. To provide GPS coordinates only
D. To manage maps

Correct Answer: Option A


Explanation:
LocationManager provides access to GPS, network, and fused location providers, and registers for location updates.

This question belongs to: Computer Operating Systems
Question #2 Report Error
In multitasking, what is the term for the switching of the CPU between processes?
A. Interrupt handling
B. Time slicing
C. Process migration
D. Context switching

Correct Answer: Option D


Explanation:
Context switching involves saving the state of a process and loading another process's state, allowing multitasking.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which Windows tool is explicitly used to remove temporary files, system caches, and empty the Recycle Bin to free up space on a drive volume?
A. Device Manager
B. Disk Cleanup
C. Disk Management
D. Resource Monitor

Correct Answer: Option B


Explanation:
Disk Cleanup targets obsolete files, installer leftovers, system caches, and temp directories to reclaim storage space.

This question belongs to: Computer Operating Systems