Exam-style question
Try this first
Which task is most likely to be performed by a utility program?.
- A.Creating a reusable collection of program code for developers
- B.Checking storage for errors and helping maintain the system
- C.Executing each instruction of a high-level program without translation
- D.Managing the allocation of processor time between processes
Model answer
What a good answer should say
- Checking storage for errors and helping maintain the system
Explanation
Why this works
Utility programs perform system maintenance tasks, such as checking storage for errors. Managing processor time is an operating-system function, while the other options relate to libraries or interpreters.
Common mistake
No common mistake is linked to this question yet.
