In Windows, what type of administrative tool is 'Disk Management'? MCQ with Answer and Explanation

In Windows, what type of administrative tool is 'Disk Management'?
A. An application to modify system registry paths.
B. A framework to analyze network packet drops.
C. A utility that cleans up web browser cache tracks.
D. An interface used to initialize, partition, and format local hard drives or solid-state drives.
Answer: Option D
Solution (By JKExamLibrary)
Disk Management is a Windows system utility that enables users to perform advanced storage operations like creating partitions or changing drive letters.

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 role of the 'init' process in Linux?
A. It is the first process started by the kernel and parent of all other processes
B. It handles user login
C. It manages device drivers
D. It schedules tasks

Correct Answer: Option A


Explanation:
The init process (PID 1) is the first user-space process and is responsible for starting system services and daemons.

This question belongs to: Computer Operating Systems
Question #2 Report Error
What is the purpose of the 'initrd' or 'initramfs' image file during the Linux booting phase?
A. To compile user space terminal environments.
B. To act as a desktop wallpaper storage module.
C. To provide a temporary root file system in RAM containing essential storage drivers needed to mount the real root file system.
D. To run background cron jobs before initialization.

Correct Answer: Option C


Explanation:
initramfs acts as an initial RAM file system that equips the booting kernel with necessary hardware and storage controller drivers to read the actual disk partition.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which of the following is a type of operating system used in embedded systems?
A. RTOS
B. macOS
C. Ubuntu
D. Windows 10

Correct Answer: Option A


Explanation:
Real-time operating systems (RTOS) are common in embedded devices requiring predictable timing.

This question belongs to: Computer Operating Systems