InterviewSolution
Saved Bookmarks
| 1. |
Explain The Booting Process Of A General Computer? |
|
Answer» Computer is powered on -> POWER On Self Test (POST) is doneto check all the hardware -> BIOS (DETECTS the devices like,hard-disk, sets the date and time ETC.) -> MBR (LOCATES thefirst location of boot-loader and starts booting theboot-loader) -> boot-loader (locates the OS and startsloading the OS). Computer is powered on -> Power On Self Test (POST) is doneto check all the hardware -> BIOS (detects the devices like,hard-disk, sets the date and time etc.) -> MBR (locates thefirst location of boot-loader and starts booting theboot-loader) -> boot-loader (locates the OS and startsloading the OS). |
|