What is the main function of a boot loader? MCQ with Answer and Explanation

What is the main function of a boot loader?
A. Manages user login
B. Loads the kernel into memory
C. Runs applications
D. Performs POST
Answer: Option B
Solution (By JKSSB Mock Tests)
The boot loader loads the operating system kernel from disk into RAM.

Discuss this Question (0)

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

Practice More Computer Software Questions

Question #1
Which of the following is an example of a project management tool?
A. JIRA
B. Photoshop
C. VLC
D. Chrome

Correct Answer: Option A


Explanation:
JIRA is a project management and issue tracking application.

This question belongs to: Computer Computer Software
Question #2
What is the purpose of the PATH variable in an OS?
A. Stores user files
B. Manages memory
C. Controls network settings
D. Defines directories for executable files

Correct Answer: Option D


Explanation:
PATH tells the shell where to find executable programs.

This question belongs to: Computer Computer Software
Question #3
Which type of software license allows free use and distribution, but requires anyone sharing modified versions to publish their source code changes openly?
A. Closed-Source Freeware Framework
B. Copyleft / Open Source License (e.g., GNU GPL)
C. Proprietary License
D. Public Domain Status

Correct Answer: Option B


Explanation:
Copyleft licenses (like the GNU GPL) protect the open status of software by requiring all modified versions to share their source code openly.

This question belongs to: Computer Computer Software