Vidyalelo
Computer Science · Q5

Disk Operating System (DOS)

Engineering and GATE · Computer Science · question 5

Q5

Which command divides the surface of the blank disk into sectors and assign a unique address to each one

A.
Ver
B.
Format
Answer
C.
Fat
D.
Chkdsk

Answer: Option B

Solution

Answer: Option B
Solution:
Ver is used to display the version number of DOS in use. Fat command does not exist and Chkdsk is to check disk errors and fix it. Thus dividing surface into sectors is done by Format command.