The _ program initializes all aspects of the system, from CPU registers to device controllers and the contents of main memory, and then starts the operating system.

a) bootstrap
b) main
c) bootloader
d) rom

bootstrap

The bootstrap program is the initial software that runs when a computer is powered on or restarted. It performs essential tasks like:

  • Initializing hardware components
  • Loading the operating system into memory
  • Transferring control to the operating system

Essentially, it bridges the gap between hardware and software, setting the stage for the operating system to take over.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top