बूटस्ट्रैप प्रोग्राम क्या है?
What is a bootstrap program?
A
It is the first code that is executed when the computer system is started
B
It is the program that helps in restarting the system
C
It is just a simple program like we have other programs in a system
D
None of the above
Explanation
The correct answer is:
(A) It is the first code that is executed when the computer system is started
Explanation: A bootstrap program, also known as a bootloader, is a small program that is automatically executed when a computer is turned on. It initializes the system and loads the operating system into memory, starting the system's operation.
Correct Answer: A) It is the first code that is executed when the computer system is started