Which Windows command is used to manage disk partitions from the command line? MCQ with Answer and Explanation

Which Windows command is used to manage disk partitions from the command line?
A. parted
B. format
C. fdisk
D. diskpart
Answer: Option D
Solution (By JKSSB Mock Tests)
diskpart is the Windows command-line utility for partition management; fdisk and parted are for Linux.

Discuss this Question (0)

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

Practice More Operating Systems Questions

Question #1
Which of the following is a feature of the Windows 'Fast Startup'?
A. Hybrid shutdown that saves system state to a file for quicker boot
B. Full shutdown
C. Faster hibernation
D. Reduced power consumption

Correct Answer: Option A


Explanation:
Fast Startup combines a shutdown with hibernation, writing the kernel session to disk to speed up next boot.

This question belongs to: Computer Operating Systems
Question #2
What is the primary function of the Android 'Activity Manager' service?
A. To download APK files from cloud application stores.
B. To compile native C source files into machine code.
C. To track hardware battery percentage details dynamically.
D. To manage the operational lifecycle of applications and regulate the navigation stack of active user screens.

Correct Answer: Option D


Explanation:
The Activity Manager monitors system activities, manages application processes, handles task stacks, and enforces runtime runtime constraints.

This question belongs to: Computer Operating Systems
Question #3
What is the primary difference between multiprocessing and multitasking?
A. Multitasking uses multiple CPUs, while multiprocessing uses a single CPU
B. Multiprocessing uses multiple CPUs, while multitasking uses a single CPU
C. Multiprocessing refers to running multiple programs, multitasking to multiple threads
D. Both are the same concept

Correct Answer: Option B


Explanation:
Multiprocessing involves multiple physical CPUs/cores to execute processes concurrently, whereas multitasking is the ability to run multiple processes on one CPU via time-sharing.

This question belongs to: Computer Operating Systems