Which of the following is the best file system to use in Windows?

A. FAT32
B. FAT
C. NTFS
D. FAT16

C. NTFS is the best file system to use in Windows because it is more secure, enables logging, and enables larger partition sizes. You should consider converting FAT partitions to NTFS.

Computer Science & Information Technology

You might also like to view...

The ________ tool enables you to split a database into a front-end and back-end database

Fill in the blank(s) with correct word

Computer Science & Information Technology

When a compiler encounters a function parameter for a single-subscripted array of the form int a[], it converts the parameter to:

a. int a b. int &a c. int *a d. No conversion is necessary.

Computer Science & Information Technology