In order to convert a basic disk to a dynamic disk, how much free space must be available on the disk?

A. 512K
B. 1MB
C. 10MB
D. 128MB


Answer: B

Computer Science & Information Technology

You might also like to view...

Explain why SNAPSHOT-isolated schedules do not exhibit dirty reads, dirty writes, lost updates, nonrepeatable reads, and phantoms.

What will be an ideal response?

Computer Science & Information Technology

When using information from a database, programmers often store the information from the database __________ in __________.

Fill in the blank(s) with correct word

Computer Science & Information Technology

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

1. The break statement allows you to skip one iteration in a loop. 2. The continue statement is used to skip all or part of a loop iteration and then finishes the rest of the loop's iterations. 3. The following code will accurately find the average of four numbers entered by the user: ``` var sum = 0; for(var count = 0; count < 4; count++) sum = sum + parseFloat(prompt("Enter a number:"); var average = sum/count; ``` 4. Desk checking is only used to check the results of summing or averaging values. 5. The accumulator is the variable that holds the total of a sum of values in a loop.

Computer Science & Information Technology

In the OpenOffice Gallery, you can mouse over clip art to see its description or name in a pop-up ScreenTip

Indicate whether the statement is true or false

Computer Science & Information Technology