Disc Operating System (DOS)
While working with MS-DOS which command is used to change the extension of all filenames ending with .txt to .doc?

Ren *.doc *.txt
Ren *.txt *.doc
Ren a: *.doc *.txt
Ren file.doc file.txt

ANSWER DOWNLOAD EXAMIANS APP

Disc Operating System (DOS)
Which of the following applies to Internal DOS commands?

Internal commands are reserved for DOS-level programming
Internal commands can only be executed from a batch file
Internal commands can be run whenever the DOS prompt is displayed
Internal commands are stored on disk separately from COMMAND.COM

ANSWER DOWNLOAD EXAMIANS APP