BIOS
Acronym  for basic  input/output system, the built-in software that determines  what a  computer can do without accessing programs from a disk. On PCs,  the  BIOS contains all the code required to control the keyboard, display   screen, disk drives, serial communications, and a number of   miscellaneous functions. 
The   BIOS is typically placed in a ROM chip that comes with the computer  (it  is often called a ROM BIOS). This ensures that the BIOS will always  be  available and will not be damaged by disk failures. It also makes  it  possible for a computer to boot itself. Because RAM is faster than  ROM,  though, many computer manufacturers design systems so that the  BIOS is  copied from ROM to RAM each time the computer is booted. This  is known  as shadowing. 
Many   modern PCs have a flash BIOS, which means that the BIOS has been   recorded on a flash memory chip, which can be updated if necessary. The   PC BIOS is fairly standardized, so all PCs are similar at this level   (although there are different BIOS versions). Additional DOS functions   are usually added through software modules. This means you can upgrade   to a newer version of DOS without changing the BIOS. 
PC   BIOSes that can handle Plug-and-Play (PnP) devices are known as PnP   BIOSes, or PnP-aware BIOSes. These BIOSes are always implemented with   flash memory rather than ROM. 
POST
Abbreviated POST, a diagnostic testing sequence run by a computer’s BIOS as the computer’s power is initially turned on. The POST will determine if the computer’s RAM, disk drives, peripheral devices and other hardware components are properly working. If the diagnostic determines that everything is in working order, the computer will continue to boot.
Abbreviated POST, a diagnostic testing sequence run by a computer’s BIOS as the computer’s power is initially turned on. The POST will determine if the computer’s RAM, disk drives, peripheral devices and other hardware components are properly working. If the diagnostic determines that everything is in working order, the computer will continue to boot.
MBR
Short  for Master  Boot Record, a small program that is executed when a  computer boots up.  Typically, the MBR resides on the first sector of the  hard disk. The  program begins the boot process by looking up the  partition table to  determine which partition to use for booting. It then  transfers program  control to the boot sector of that partition, which  continues the boot  process. In DOS and Windows systems, you can create  the MBR with the  FDISK /MBR command. An MBR virus is a common type of  virus that  replaces the MBR with its own code. Since the MBR executes  every time a  computer is started, this type of virus is extremely  dangerous. MBR  viruses normally enter a system through a floppy disk  that is installed  in the floppy drive when the computer is started up.  Even if the  floppy disk is not bootable, it can infect the MBR. 
Bootstrap
(v.)   To load the first piece of software that starts a computer. Because  the  operating system is essential for running all other programs, it is   usually the first piece of software loaded during the boot process. 
Boot   is short for bootstrap, which in olden days was a strap attached to  the  top of your boot that you could pull to help get your boot on.  Hence,  the expression "pull oneself up by the bootstraps." Similarly,  bootstrap  utilities help the computer get started. 
(n.)   Short for bootstrap, the starting-up of a computer, which involves   loading the operating system and other basic software. A cold boot is   when you turn the computer on from an off position. A warm boot is when   you reset a computer that is already on.
 Reference:
 
No comments:
Post a Comment