In Windows Operating Systems, which system tool is explicitly used to optimize disk space by rearranging fragmented files into contiguous sectors? MCQ with Answer and Explanation

In Windows Operating Systems, which system tool is explicitly used to optimize disk space by rearranging fragmented files into contiguous sectors?
A. Disk Defragmenter and Optimize Drives
B. Disk Cleanup
C. Chkdsk
D. Task Manager
Answer: Option A
Solution (By JKSSB Mock Tests)
Disk Defragmenter consolidates fragmented files on a hard drive to improve read/write access speeds and overall system performance.

Discuss this Question (0)

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

Practice More Operating Systems Questions

Question #1
Which Linux command is used to display the system's network interfaces and their IP addresses?
A. ifconfig
B. netstat
C. route
D. ip addr

Correct Answer: Option A


Explanation:
ifconfig is older but still common; ip addr from iproute2 is the modern equivalent. Both display interface config.

This question belongs to: Computer Operating Systems
Question #2
In Android, which permission category protects sensitive information such as contacts and location?
A. Normal permissions
B. Dangerous permissions
C. System permissions
D. Signature permissions

Correct Answer: Option B


Explanation:
Dangerous permissions are those that could affect user privacy or device operation, requiring user approval at runtime.

This question belongs to: Computer Operating Systems
Question #3
In Linux systems, who is the superuser that possesses unrestricted access permissions to all files and system commands?
A. Supervisor
B. Guest
C. Root
D. Administrator

Correct Answer: Option C


Explanation:
The 'root' user is the conventional name of the system administrator account in Unix-like operating systems, carrying complete administrative rights.

This question belongs to: Computer Operating Systems