Computer Science - Disk Operating System
Computer Science - Disk Operating System
1. Which command of MS-DOS is used to copy only files that have been modified on or after the date you specify?
- XCOPY/D : date
- COPY/D : date
- COPY/M
- XCOPY/V
2. Which DOS command will format a floppy disk and transfer the system files
- SYS C: A:
- SYS A:
- FORMAT A: /S
- FORMAT A: /T
3. While working with MS-DOS, which command is used to restore files that were backed up using the BACKUP command?
- COPY
- DISKCOPY
- RESTORE
- STORE
4. The term TSR is an abbreviation for:
- Terminate Stay Ready
- Testing System Read
- Terminal Still Ready
- Terminate Stay Resident
5. Using the _____ switch causes FDISK to display the partition status of your hard disk without executing FDISK.
- /show
- /display
- /status
- /part
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
7. In DOS, which of the following keys will bypass the CONFIG.SYS and AUTOEXEC.BAT files?
- F8
- F5
- F4
- Fl
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.batlpause
- type c:\autoexee.batlmore.
9. What file contains commands that configure systems devices?
- Command.com
- Config.sys
- Autoexec.bat
- Win.ini
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 *.*