The portion of a disk or drive that contains the MBR is known as the:

A. boot sector
B. primary partition
C. extended partition
D. boot partition


Answer: A. boot sector

Computer Science & Information Technology

You might also like to view...

Loading only currently active pages is the underlying principle behind modern __________ systems.

a. paged b. segmented c. multiprogramming d. virtual memory

Computer Science & Information Technology

Suppose that x is an int variable. Which of the following expressions always evaluates to false?

A. (x > 0) || (x <= 0) B. (x > 0) || (x == 0) C. (x > 0) && ( x <= 0) D. (x >= 0) && (x == 0)

Computer Science & Information Technology

To specify the color palette of a document, which of the following should be done?

a. Create custom theme colors. b. Create custom theme fonts. c. Create custom theme effects.

Computer Science & Information Technology

You can use an ifstatement to guard a group of statements.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology