Basic volumes allow you to change their properties on an as-needed basis
Indicate whether the statement is true or false
False - Dynamic volumes allow you to change their properties on an as-needed basis. For example, if you run short of space, you can install an extra hard drive and extend an existing simple or spanned volume.
You might also like to view...
The first argument to method showMessageDialog specifies ________.
a. the title. b. the message. c. the icon. d. the parent window.
Which utility shows the route that a packet takes to get to its destination?
A. IPCONFIG B. NSLOOKUP C. Ping D. TRACERT
Which command deletes a directory in Windows?
A. deldir B. delfile C. delroot D. rd
Which of the following statements does not allocate a block of 100 bytes and test for an allocation failure?
A. if (ptr = malloc(100)) B. if (!(ptr = malloc(100))) C. if (ptr = calloc(100)) D. if (!(ptr = calloc(100))) E. if (ptr = realloc(100))