What file system supported by Windows can be used for volumes and drives that don’t hold the Windows installation? (Choose all that apply.)

A. FAT64
B. FAT32
C. exFAT
D. NTFS


NTFS

FAT32

exFAT

Computer Science & Information Technology

You might also like to view...

Database tables must have unique names.

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

Computer Science & Information Technology

Which of the following statements about IPsec is true?

A. IPsec perform authentication but does not encrypt packets. B. IPsec performs encryption but does not support authentication. C. IPsec supports both encryption and authentication. D. IPsec does not support either encryption or authentication.

Computer Science & Information Technology

What kind of software assists in the preparation of a will, for example?

A. legal B. tax C. document management D. financial

Computer Science & Information Technology

Based upon the contents of the ORDERS table, which of the following will display how many orders were shipped to each city?

a. ?SELECT city,COUNT(*) FROM orders HAVING COUNT(*) >0 b. ?SELECT city,COUNT(*) FROM orders; c. ?SELECT city,COUNT(*) FROM orders GROUP BY shipstate; d. SELECT city,COUNT(*) FROM orders HAVING COUNT(*) >0

Computer Science & Information Technology