MS-DOS formats a disk using the __________ FORMAT.
-
internal command
-
external command
-
disk command
-
sub-disk command
B
Correct answer
Explanation
MS-DOS FORMAT is an external command stored as FORMAT.COM on the disk. Internal commands (like DIR, CD) are built into COMMAND.COM, but external commands must exist as separate executable files on disk. FORMAT is too large to be internal.