MBR has a drive limit of 2.1TB. To partition a hard drive of more than 2.1TB as a single, bootable partition, which of the following is needed? (Choose all that apply.)

a. UEFI firmware
b. 64-bit operating system
c. Custom boot manager
d. Windows Vista or newer

A B D. To format a drive as GPT (over 2.1TB, bootable), a 64-bit version of Windows Vista or newer must be used along with UEFI firmware. A custom boot manager is not necessary.

Computer Science & Information Technology

You might also like to view...

Which mitigation technique helps to prevent insecure direct object references?

A. access checks B. input validation C. fuzzing D. filtering input parameters

Computer Science & Information Technology

Which of the following repetition statements will properly repeat while not at the end of the data file associated with the object DataFile

A. while( ! DataFile) B. while ( ! eof()) C. while ( ! DataFile.eof()) D. while ( ! eof.DataFile())

Computer Science & Information Technology