If anybody could help me with these problems I would GREATLY
Solution
1. What test does startup UEFI/BIOS perform when you first turn on a computer to verify it can communicate with essential hardware devices?
The test is called POST: Power On Self Test.
2. Where is the MBR partition table on a hard drive found?
The MBR(Master Boot Record) is found at the starting position(first sector) of the hard disk.
3. Is the bootmgr file stored in the boot partition or the system partition?
The bootmg file is stored in the system partition.
4. What is the name of the Boot Manager program in a UEFI system? On which partition is the program stored?
The name of the Boot Manager program is BootLoader. And this is stored in the boot partition.
5. What is the name of the Windows boot loader program for a BIOS system? For a UEFI system?
Windows Boot loader is the name of the Windows boot loader program. For UEFI system, it is called GRUB(Grand Unified Boot Loader).
6. What is the name of the Windows kernel program?
Ntoskrnl.exe is the name of the Windows kernel program.
7. What is the name of the program that manages Windows logon?
Smss.exe(Session manager) is the program that manages Windows logon.
8. Which registry hive is loaded first during Windows startup?
System Registry Hive is loaded first during Windows startup.
9. Where does Windows store device driver files?
C:/Windows/System32 is the location where device driver files are stored.
