What newer type of drive partitioning overcomes the limits of MBR drives?

A. Dynamic disks
B. GPT
C. MBR2
D. LBA


Answer: B

Computer Science & Information Technology

You might also like to view...

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

1) The context in which an exception is handled (or managed) is the throw block. 2) Statements that cause an exception must be part of a try block. 3) A program can continue to run after an exception has been thrown and caught. 4) A function uses an exception specification that includes only int, but an exception of type double is thrown. A catch block is provided that catches a double, so things proceed properly.

Computer Science & Information Technology

Using a(n) ____ graphic in a Flash document is best when you are developing an advertisement or banner for a Web site for a business or professional organization.

A. vector B. indexed C. bitmap D. concatenated

Computer Science & Information Technology

Label the elements of a 3-by-5 one-dimensional array sales to

``` for ( row = 0; row < 3; row++ ) for ( column = 0; column < 5; column++ ) sales[ row ][ column ] = 0; ```

Computer Science & Information Technology

A ____ is an informal document that businesses use to correspond with others.

A. memo B. chart C. report D. graph

Computer Science & Information Technology