Which boot loader location option is used to install the boot loader in the MBR of the first disk?

A. Boot from boot partition
B. Boot from extended partition
C. Boot from Master Boot Record
D. Boot from root partition


Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following best defines an attempt to snoop inside traffic moving across the Internet to look for unprotected account and password information, or to obtain other sensitive information while it's in transit?

A. brute force attack B. user impersonation C. session hijacking D. packet sniffing

Computer Science & Information Technology

When a check box in a Yes/No field is selected, the value Yes is stored in the field

Indicate whether the statement is true or false

Computer Science & Information Technology

?Each website contains a _____ page, which is the first document users see when they access the site.

A. ?home B. ?documents C. ?tools D. ?server

Computer Science & Information Technology

The __________ method parses a string s to an int value.

a. integer.parseInt(s); b. Integer.parseInt(s); c. integer.parseInteger(s); d. Integer.parseInteger(s);

Computer Science & Information Technology