What is a bootloader? MCQ with Answer and Explanation

What is a bootloader?
A. Software that manages files
B. Software that connects to internet
C. Software that loads the OS into memory
D. Software that compiles code
Answer: Option C
Solution (By JKExamLibrary)
A bootloader is a system program that initializes hardware and loads the operating system into RAM.

This question belongs to: Computer Computer Software

Discuss this Question (0)

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

Practice More Computer Software Questions

Question #1 Report Error
Which of the following is a type of application software for project management?
A. Word
B. Outlook
C. Microsoft Project
D. Excel

Correct Answer: Option C


Explanation:
Microsoft Project is specialized for project planning and tracking.

This question belongs to: Computer Computer Software
Question #2 Report Error
A software utility built into an operating system that allows an administrator to define access control lists (ACLs) and password policies for different system operators is a:
A. Device Manager Interface
B. User Account Management Utility
C. File Compactor Wizard
D. Disk Partitioning Framework

Correct Answer: Option B


Explanation:
User account utilities let administrators configure account rights, authentication credentials, and user profiles across a shared operating system ecosystem.

This question belongs to: Computer Computer Software
Question #3 Report Error
Which system component is responsible for intercepting physical hardware signals (like a keyboard stroke) and routing them to the appropriate operating system thread?
A. Application Presentation Engine
B. Disk Cleanup Module
C. File Allocation Table
D. Interrupt Handler / Interrupt Service Routine

Correct Answer: Option D


Explanation:
An interrupt handler is a system software routine that responds to hardware signals (interrupts) and pauses the CPU briefly to handle the incoming input event.

This question belongs to: Computer Computer Software