Which of the following is a feature of the NTFS file system? MCQ with Answer and Explanation

Which of the following is a feature of the NTFS file system?
A. Case-insensitive filenames
B. Lack of journaling
C. Maximum file size of 4 GB
D. File compression and encryption
Answer: Option D
Solution (By JKExamLibrary)
NTFS supports file-level compression, encryption (EFS), and journaling; it also allows large file sizes.

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
What is the purpose of the 'Secure Boot' feature in UEFI?
A. To provide a password protection
B. To prevent unauthorized operating systems or bootloaders from loading during startup
C. To encrypt the hard disk
D. To speed up boot process

Correct Answer: Option B


Explanation:
Secure Boot ensures that only signed and trusted boot loaders and OS kernels can run, protecting against malware like rootkits.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which of the following is a type of memory management that uses variable-sized partitions?
A. Segmentation
B. Fixed partitioning
C. Paging
D. Buddy system

Correct Answer: Option A


Explanation:
Segmentation allows variable-size memory segments based on logical units; paging uses fixed-size pages.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which Linux command is used to find the location of an executable?
A. locate
B. which
C. whereis
D. find

Correct Answer: Option B


Explanation:
which shows the full path of the command that would be executed, searching in PATH directories.

This question belongs to: Computer Operating Systems