wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

File Systems Quiz

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

Which of the following is the default file system for modern Windows operating sytems?

a)

FAT32

b)

exFAT

c)

NTFS

d)

ext4

2.

What is a major limitation of the FAT32 file system?

a)

It doesn’t support long filenames

b)

Maximum individual file size is 4 GB

c)

It cannot be used on USB drives

d)

It lacks directory support

3.

Which Linux file system introduced journaling to reduce file system corruption after crashes?

a)

ext2

b)

FAT16

c)

ext3

d)

NTFS

4.

Which file system is designed for flash storage (like SD cards and USB drives) and supports files larger than 4 GB?

a)

FAT32

b)

NTFS

c)

ext4

d)

exFAT

5.

What is a disadvantage of NTFS when used on Linux systems?

a)

It cannot store executable files

b)

Full read/write support often requires third-party drivers

c)

It uses twice the disk space

d)

It doesn’t support large partitions

6.

Which file system does NOT support file permissions or user ownership?

a)

ext4

b)

XFS

c)

NTFS

d)

FAT32

7.

What is a key advantage of ext4 over ext3?

a)

It runs only on Windows

b)

Supports larger file sizes (up to 16 TB) and volumes

c)

Slower performance for databases

d)

No journaling capability

8.

Which file system is case-insensitive by default (e.g., treats "File.txt" and "file.txt" as the same)?

a)

ext4

b)

Btrfs

c)

NTFS

d)

ext3

9.

Which advanced feature is supported by Btrfs but not by ext4?

a)

Journaling

b)

Built-in snapshot and volume management

c)

Faster boot times

d)

Better FAT compatibility

10.

What is a disadvantage of using exFAT on Linux?

a)

It only supports files under 2 GB

b)

Native Linux support is limited and often requires additional packages

c)

It doesn’t work on SSDs

d)

It’s read-only on all Linux distributions

11.

Which file system is best suited for dual-boot systems (Windows + Linux) when sharing data?

a)

NTFS

b)

ext4

c)

exFAT

d)

ReFS

12.

What is a major advantage of journaling file systems like ext4 and NTFS?

a)

They use less disk space

b)

They prevent data loss by logging changes before committing them

c)

They are faster on floppy disks

d)

They support only ASCII filenames

13.

Which Windows file system supports file-level encryption (EFS)?

a)

FAT32

b)

exFAT

c)

NTFS

d)

HPFS

14.

What is a limitation of the ext2 file system compared to ext3/ext4?

a)

It doesn’t support symbolic links

b)

It lacks journaling, making recovery after crashes slower

c)

It only works on 32-bit systems

d)

Maximum file size is 1 GB

15.

Which of the following is NOT a Linux-native file system?

a)

XFS

b)

Btrfs

c)

NTFS

d)

ext4