Computer Science - Disk Operating System (DOS)

Exercise : Disk Operating System (DOS) - Section 1
6.
While working with MS-DOS, which command is used to undelete a bunch of files with extension DOC that you have just deleted?
UNDELETE
UNDELETE *.DOC
UNDELETE/ALL
UNDELETE/LIST
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

7.
In DOS, which of the following keys will bypass the CONFIG.SYS and AUTOEXEC.BAT files?
F8
F5
F4
Fl
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

8.
You want to view the contents of autoexec.bat on the screen using the "type" command, but it scrolls by too quickly, what switch do you use to make it pause?
type c:\autoexec.bat /p
type c:\autoexec.bat/more
type c:\autoexec.bat|pause
type c:\autoexec.bat|more.
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

9.
What file contains commands that configure systems devices?
Command.com
Config.sys
Autoexec.bat
Win.ini
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

10.
Which command is used to suppress the prompt that asks you to confirm that you want to delete the directory?
DELTREE
DELTREE/F
DEL*.*
ERASE *.*
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.