What is the default file system used by Windows 10 and 11? MCQ with Answer and Explanation

What is the default file system used by Windows 10 and 11?
A. ext4
B. exFAT
C. NTFS
D. FAT32
Answer: Option C
Solution (By JKExamLibrary)
Windows uses NTFS (New Technology File System) as its default file system for internal drives, supporting security, compression, and large files.

This question belongs to: Computer Operating Systems

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Operating Systems Questions

Question #1 Report Error
Which Linux command is used to check the disk space usage of the root file system?
A. fdisk -l
B. lsblk /
C. df -h /
D. du -sh /

Correct Answer: Option C


Explanation:
df -h / shows used/available space on the root partition; du -sh / calculates total size of all files under /, which is heavy.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which Windows command is used to shut down the system from the command line?
A. shutdown /s
B. stop
C. poweroff
D. exit

Correct Answer: Option A


Explanation:
shutdown /s initiates a system shutdown; other options exist for restart or hibernate.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Android is primarily based on which operating system kernel?
A. Linux Kernel
B. Unix Kernel
C. Windows NT Kernel
D. Hybrid Kernel

Correct Answer: Option A


Explanation:
Android is an open-source operating system designed for mobile devices, built directly on top of a modified version of the Linux kernel.

This question belongs to: Computer Operating Systems