Which of the following statements describes the File Allocation Table (FAT) file system correctly? A. FAT is only compatible with Windows operating systems.
B. FAT is a common choice for removable storage devices.
C. FAT supports individual files larger than 4 GB.
D. FAT uses the Master File Table (MFT) for management.
The correct answer is B. FAT is a common choice for removable storage devices.
### Explanation:
The File Allocation Table (FAT) file system is widely used for devices like USB flash drives and memory cards due to its simple structure and broad compatibility across various operating systems. Option A is incorrect because FAT is compatible with multiple operating systems, not just Windows. Option C is incorrect since FAT32, a popular version of FAT, cannot support files larger than 4 GB. Option D is also incorrect because FAT does not use the Master File Table (MFT); that concept is associated with the NTFS file system.
If you have more questions or need further clarification, feel free to ask!