You can use what utility to convert two or more basic disks to dynamic disks?

A. Disk Management
B. Windows Management
C. System Management
D. Disk Config

Answer: A

Computer Science & Information Technology

You might also like to view...

Explain what will happen if the steps depicted in Figure 13.5 are reversed.

What will be an ideal response?

Computer Science & Information Technology

What does the following code print?

``` System.out.print("*"); System.out.println("***"); System.out.println("*****"); System.out.print("****"); System.out.println("**"); ```

Computer Science & Information Technology