Correct Answer:
B. NTFS
This question asks about the default file system used by modern Windows operating systems. File systems are crucial for organizing and managing how data is stored and retrieved on storage devices.
The correct answer is NTFS (New Technology File System). NTFS is the primary file system used by Microsoft's Windows NT family of operating systems, including Windows 10 and 11. It was introduced with Windows NT and offers significant improvements over older file systems like FAT32, including enhanced security features (permissions), journaling for data recovery, support for larger files and volumes, and disk quotas.
- FAT32 (File Allocation Table 32) is an older file system that is widely compatible across different operating systems but has limitations on individual file size (4GB) and partition size (2TB). While Windows can read and write FAT32, it's not the native or recommended file system for modern Windows installations.
- HFS (Hierarchical File System) and its successor HFS+ are file systems primarily used by Apple's macOS (and its predecessors).
- EXT4 (Fourth Extended File System) is the default file system for many Linux distributions.