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. FAT32
B. NTFS
C. ext4
D. exFAT
Answer: Option B
Solution (By JKSSB Mock Tests)
Windows uses NTFS (New Technology File System) as its default file system for internal drives, supporting security, compression, and large files.

Discuss this Question (0)

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

Practice More Operating Systems Questions

Question #1
Which memory management scheme breaks physical memory into fixed-sized blocks called 'frames' and logical memory into blocks of the same size called 'pages'?
A. Continuous Allocation
B. Segmentation
C. Dynamic Swapping
D. Paging

Correct Answer: Option D


Explanation:
Paging splits physical memory into fixed-size chunks called frames and logical process space into pages of equal dimension, avoiding external fragmentation.

This question belongs to: Computer Operating Systems
Question #2
Which security mechanism in Android keeps individual apps completely isolated from each other so they cannot access another app's data without explicit permission?
A. Ahead-of-Time Compiling
B. Defragmentation
C. Overclocking
D. App Sandboxing

Correct Answer: Option D


Explanation:
Android leverages App Sandboxing, backed by Linux user group permissions, to run each application in an isolated environment so it cannot access other applications' operational files.

This question belongs to: Computer Operating Systems
Question #3
Which Linux file directory typically contains all system binary executable files required for basic administration and user operations?
A. /etc
B. /bin
C. /var
D. /dev

Correct Answer: Option B


Explanation:
The '/bin' directory stands for binaries and contains fundamental executable command programs like ls, cp, and mv needed across the system.

This question belongs to: Computer Operating Systems