Which component is responsible for loading the initial parts of the operating system kernel into memory during a cold boot? MCQ with Answer and Explanation

Which component is responsible for loading the initial parts of the operating system kernel into memory during a cold boot?
A. Text Editor
B. Defragmenter
C. Compiler
D. Bootloader
Answer: Option D
Solution (By JKExamLibrary)
The bootloader is a small program stored in non-volatile memory or boot sectors that locates, initializes, and loads the OS kernel into RAM.

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
Which Windows feature allows full volume disk encryption to protect system files and user data from unauthorized access if a device is stolen?
A. BitLocker
B. Windows Hello
C. Storage Spaces
D. Windows Defender

Correct Answer: Option A


Explanation:
BitLocker Drive Encryption is an advanced security feature that encrypts entire logical volumes to prevent offline data access or physical tampering.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which of the following is a Linux distribution that is known for its stability and long-term support?
A. Ubuntu LTS
B. Arch Linux
C. Fedora
D. Gentoo

Correct Answer: Option A


Explanation:
Ubuntu LTS (Long Term Support) releases are stable with updates for 5 years, widely used in enterprise.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which execution environment layer in Android handles core operations like memory management, thread orchestration, and garbage collection for modern apps?
A. Dalvik Cache Engine
B. Linux Kernel Core
C. Android Runtime (ART)
D. Hardware Abstraction Layer

Correct Answer: Option C


Explanation:
ART (Android Runtime) serves as the managed execution environment for modern Android applications, handling execution and garbage collection.

This question belongs to: Computer Operating Systems