Which command in DOS is used to display the version of MSDOS?
A. VERSION
B. VERIFY
C. VER
D. VERSN
Answer: Option C
Solution (By Examveda Team)
VER is the command in DOS used to display the version of MSDOS.When you type
ver
at the command prompt and press Enter, DOS displays the version number of the operating system currently running.This command is useful for verifying the version of MSDOS installed on a system.
The version number typically includes major and minor version information, such as "MS-DOS Version 6.22".
VERSION is not a valid command in DOS for displaying the version; it's not recognized as a standard DOS command.
VERIFY is used to enable or disable file verification when files are written to a disk, not for displaying the DOS version.
VERSN is not a valid command in DOS; it seems to be a misspelling or non-existent command.
Therefore, the correct answer is Option C: VER.
Join The Discussion