answersLogoWhite

0


Best Answer

hi,

it is basically start up program that is responsible for locating lower hard disk addresses where operating system is stored

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

Locate and Load Cisco IOS

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the function of Bootstrap program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is a booststrap program?

A bootstrap program is the small program that is executed by the BIOS when the computer powers on. All it does is find the kernel for an OS and loads it into memory, thereby starting the computer's operating system.


What would the bootstrap do?

"Bootstrapping" is long for "booting", which is simply a technique by which a simple computer program activates a more complicated system of programs.


Which function is supported by an application program?

which function is support by an application program


What are its program components?

the main() function,the#include Directive, the variable definition. function prototype, program statements, the function definition,program comments and braces are the components of program in C++


Why is the name bootstrap given to bootstrap circuit?

The term bootstrap comes from the process of initializing the circuit or computer from a power off-on transition. The term is akin to picking one's self up by one's boot straps.In an ordinary logic circuit, this entails making sure that the circuit starts off in the right state following power on, usually by having a resistor charge a capacitor from VCC, forming a RESET signal. Often, there is a diode across that resistor, so that short power off-on sequences force a reset.Taking this further, into the computer, the RESET signal causes the processor to execute a bootstrap program out of ROM that initializes everything and loads the rest of the program from disk. (Some imbedded controllers do not have disks, but the principle is the same.)

Related questions

What is one function of the bootstrap program during the router boot process?

loading Cisco IOS software


How was the first os loaded onto the computer?

By first loading a small bootstrap program. The bootstrap program then loaded the OS.It is still done this way, except the bootstrap programon most modern computers is preloaded on ROM so it needs no special action on the part of the operator/user to load it as was needed on the early computers.Some early computers used a 2 stage bootstrap to simplify thing for the operator/user: the small bootstrap program loaded a larger more powerful bootstrap program, which then loaded the OS. This is not necessary with the bootstrap program in ROM, the large bootstrap program would be the one in ROM.


What is the function of the bootstrap loader?

To Test Your hardware on boot


The term booting up your computer is booting up is derived from?

The computer term bootstrap began as a metaphor in the 1950s. In computers, pressing a bootstrap button caused a hardwired program to read a bootstrap program from an input unit and then execute the bootstrap program which read more program instructions and became a self-sustaining process that proceeded without external help from manually entered instructions. As a computing term, bootstrap has been used since at least 1958 - now usually abbreviated to boot.


What would the bootstrap program need to do?

The bootstrap program should automatically load the operating system after a power outage or reset. The operating system would then load the remaining software.


What kind of program is for sale at the Bootstrap World Org website?

Bootstrap World offers a free program to kids aged 12 to 16 years old that teaches algebra through the programming of video games. This program is no charge, and nothing is for sale at the website.


What is the order in which the bootstrap program searches the OS boot up file?

The answer is CMOS.


Who loads bootstrap program in memory and when?

When the computer start all the essential files, to start the operating system load from disk to the memory.Basically the bootstrap program is loaded into the read only memory(ROM) which enables while the computer start.


What is a booststrap program?

A bootstrap program is the small program that is executed by the BIOS when the computer powers on. All it does is find the kernel for an OS and loads it into memory, thereby starting the computer's operating system.


When was Bootstrap Productions created?

Bootstrap Productions was created in 1999.


What would the bootstrap do?

"Bootstrapping" is long for "booting", which is simply a technique by which a simple computer program activates a more complicated system of programs.


How could a system be designed to allow a choice of operating system to boot from. what would the bootstrap program need to do?

On most computer systems, a small piece of code known as the bootstrap program or bootstrap loader locates the kernel loads it into main memory and startsits execution. Some computer systems, such as PCs, use a two-step process in which a simple bootstrap loader fetches a more complex boot program from disk, which in turn loads the kernel. The bootstrap program can perform a variety of tasks. Usually, one task is to run diagnostics to determine with the booting steps. It can also initialize all aspects of the system, from CPU registers to device controllers and the contents of main memory. Sooner or later, it starts the operating system.