What does the term booting mean?
Booting, AKA bootstrapping, is the process of loading and operating system into a computer’s main memory. This step takes place during the boot sequence, which is the set of steps a computer system takes after it has been powered on.
Describe the purpose of the master boot record:
Boot sector- a memory sector of a hard disk, floppy disk, or similar data storage device that contains code for bootstrapping systems. The boot sector on a disk is always the firt sector on the first track. each valid boot sector has two bytes (0x55AA) called a boot sector signature, at the end of the sector. There are 2 major kinds of boot sectors:
Write down the basic system boot process:
After the computer’s power is turned on, it goes through a number of steps (11)
What is a kernel?
The kernel is the principal part of an OS that loads first and is stored in physical memory (RAM).
Explain the Mac OS X boot process:
**The boot process in Mac OS X depends on 3 important parts: Mac’s Open Firmware, the boot loader, and the typical Mac OS X boot sequence. The firmware is not part of MAC OS X, but it plays an important role in the operation of the machine and is useful in debugging.
Firmware = is the software programs or instructions stored in the read-only memory (ROM) of a hardware device that provide the necessary instructions during the boot process for the computer to find the installed operating system and continue to boot up.
What is the role of a boot loader in booting?
A boot loader or boot manager is a program that loads the OS into a computer’s memory when the system is booted. Multiple-stage boot loaders-where a number of small programs call each other, and the last program loads the OS- are common.
Explain the Windows 7 boot process:
After the power supply is swtiched on, a computer running Windows 7 goes through the following steps:
Briefly explain the purpose of the BIOS
The program a PC’s microprocessor uses to get the computer system started after a user turns it on; it also manages data flow between the computer’s OS and attached devices such as the hard disk, video adaptor, keyboard, mouse, and printer.
Briefly explain the purpose of the CMOS
The semiconductor technology used in the transistors that are manufactured for most of today’s computer microchips;computers contain a small amount of battery-powered CMOS memory to hold the date, time, and system setup parameters.
Explain the difference between a cold boot (hard boot) and a warm boot (soft boot):
Rebooting a computer through the menu option or the keystroke combination is sometimes referred to as a warm boot (soft boot), whereas simply pressing the computer’s power button once to turn it off and then again to turn it back on is a cold (hard) boot.