What is the primary objective of a 'Cold Boot' procedure? MCQ with Answer and Explanation

What is the primary objective of a 'Cold Boot' procedure?
A. Running an offline antivirus scan.
B. Starting up a computer system that was completely powered off, initializing hardware components anew.
C. Restarting the computer purely through terminal soft commands.
D. Lowering the operational temperature of the CPU fan.
Answer: Option B
Solution (By JKExamLibrary)
A cold boot occurs when the power switch is flipped from 'Off' to 'On', triggering a complete hardware check and OS load from scratch.

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 a 'SemaPhore' in the context of operating system synchronization?
A. An encrypted password file.
B. An integer variable used to control access to a shared resource by multiple processes.
C. A data transmission protocol over wireless channels.
D. A specialized hardware cable connecting monitors.

Correct Answer: Option B


Explanation:
A semaphore is a protected variable or abstract data type used to synchronize concurrent process threads accessing common system resources.

This question belongs to: Computer Operating Systems
Question #2 Report Error
In Linux, which command is used to display the contents of a text file directly onto the terminal screen?
A. cat
B. ls
C. cd
D. cp

Correct Answer: Option A


Explanation:
The 'cat' (concatenate) command is used to read and display file contents directly onto the standard output terminal screen.

This question belongs to: Computer Operating Systems
Question #3 Report Error
What does the term 'Spooling' stand for in the context of system operations?
A. Storage Process Organization Layout
B. Simultaneous Peripheral Operations On-Line
C. Sequential Process Optimization Line
D. System Peripheral Output Link

Correct Answer: Option B


Explanation:
SPOOLING stands for Simultaneous Peripheral Operations On-Line. It is a technique used to buffer data intended for slow peripheral devices like printers.

This question belongs to: Computer Operating Systems