What is the maximum file size supported by the NTFS file system? MCQ with Answer and Explanation

What is the maximum file size supported by the NTFS file system?
A. 16 EB
B. 2 TB
C. 4 GB
D. 256 TB
Answer: Option A
Solution (By JKExamLibrary)
NTFS supports file sizes up to 16 exabytes (EB) theoretically, though practical limits are lower due to implementation.

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 type of operating system kernel includes all device drivers, file system handlers, and process management routines inside a single massive binary space running in privileged mode?
A. Monolithic Kernel
B. Asymmetric Kernel
C. Microkernel
D. Exokernel

Correct Answer: Option A


Explanation:
A monolithic kernel compiles all essential OS services directly into a single, comprehensive space, providing high performance at the expense of modular isolation.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which of the following is a characteristic of a microkernel?
A. Only essential services like IPC and memory management are in kernel space
B. It is faster than monolithic
C. It is less modular than monolithic
D. All services are in kernel space

Correct Answer: Option A


Explanation:
Microkernel keeps only minimal services in kernel mode, with drivers and file systems in user space, increasing modularity.

This question belongs to: Computer Operating Systems
Question #3 Report Error
What is the purpose of the 'Aging' technique in process scheduling algorithms?
A. To periodically clear out system logs.
B. To automatically back up older files.
C. To gradually increase the priority of processes that wait in the system for a long time, preventing starvation.
D. To decrease CPU power consumption over time.

Correct Answer: Option C


Explanation:
Aging is a technique used to avoid resource starvation by gradually increasing the priority of tasks that have spent extended periods waiting in the ready queue.

This question belongs to: Computer Operating Systems