With MS-DOS which command will divide the surface of the blank floppy disk into sectors and assign a unique address to each one? A. FORMAT command B. FAT command C. VER command D. CHKDSK command E. None of the above

[amp_mcq option1=”FORMAT command” option2=”FAT command” option3=”VER command” option4=”CHKDSK command E. None of the above” correct=”option1″]

The correct answer is A. FORMAT command.

The FORMAT command is used to prepare a disk for use. It divides the surface of the disk into sectors and assigns a unique address to each one. It also creates a file system on the disk, which is a way of organizing the data on the disk.

The FAT command is used to manage the file allocation table (FAT), which is a table that keeps track of where files are stored on a disk.

The VER command is used to display the version number of MS-DOS.

The CHKDSK command is used to check the disk for errors and fix them if necessary.

E is not the correct answer because it is not a valid command.