File Allocation Table
Full Form of FAT
What is FAT?
File Allocation Table (FAT) is a computer file system architecture that uses a table to track the clusters on a storage device, indicating which clusters belong to which files and which are free. Developed in 1977 by Microsoft, FAT was the primary file system for MS-DOS and early Windows operating systems. In India, FAT remains relevant in educational curricula for computer science students, particularly in topics covering operating systems and data storage. It is commonly encountered when formatting USB drives, memory cards, and older hard drives, as FAT32 (a variant) offers cross-platform compatibility with devices such as digital cameras, gaming consoles, and car audio systems. The simplicity of FAT makes it a good teaching tool for understanding file system concepts. However, its limitations—maximum file size of 4GB and lack of security features—have led to its replacement by NTFS and exFAT in modern systems. For Indian students, knowledge of FAT is important for board exams like CBSE Class 12 Computer Science and for competitive exams such as NIELIT, UGC NET, and various state-level technical exams. Understanding FAT helps in grasping broader concepts of data organization, fragmentation, and file management.
FAT का फुल फॉर्म
फ़ाइल आवंटन तालिका
Example
The USB drive is formatted with the FAT32 file system for compatibility across devices.