Multiple choice technology operating systems

Disk partition manager

  1. diskpartition

  2. diskpart

  3. diskpartition.msc

  4. diskpartition.cpl

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

diskpart is the correct Windows command-line disk partition management utility. Option A is close but not the actual command, C incorrectly uses Microsoft Management Console (.msc) syntax which doesn't apply here, and D incorrectly uses Control Panel (.cpl) extension. The diskpart command is used for partition operations.

AI explanation

Correct answer: diskpart. diskpart is the Windows command-line disk partitioning utility used to create, delete, resize, and manage disk partitions and volumes. 'diskpartition', 'diskpartition.msc', and 'diskpartition.cpl' are not real Windows executables/consoles — the .msc and .cpl suffixes are plausible-looking but fabricated distractors mimicking real Windows tool naming conventions (Microsoft Management Console snap-ins and Control Panel applets, respectively).