“`plaintext
Correct Answer:
B. Recovery process
In computer operating systems, checkpoints are critical for the recovery process. A checkpoint is a point in time where the state of a system or application is saved. This allows the system to be restored to that specific state in case of a failure, preventing loss of data or progress and facilitating a quicker recovery.
“`