Home / CSE / Disk Operating System [DOS] :: Section 1

CSE :: Disk Operating System [DOS]

  1. Which command of MS-DOS is used to copy only files that have been modified on or after the date you specify?

  2. A.
    XCOPY/D : date
    B.
    COPY/D : date
    C.
    COPY/M
    D.
    XCOPY/V
    E.
    None of the above

  3. Which DOS command will format a floppy disk and transfer the system files

  4. A.
    SYS C: A:
    B.
    SYS A:
    C.
    FORMAT A: /S
    D.
    FORMAT A: /T
    E.
    None of the above

  5. While working with MS-DOS, which command is used to restore files that were backed up using the BACKUP command?

  6. A.
    COPY
    B.
    DISKCOPY
    C.
    RESTORE
    D.
    STORE
    E.
    None of the above

  7. The term TSR is an abbreviation for:

  8. A.
    Terminate Stay Ready
    B.
    Testing System Read
    C.
    Terminal Still Ready
    D.
    Terminate Stay Resident
    E.
    None of the above

  9. Using the _____ switch causes FDISK to display the partition status of your hard disk without executing FDISK.

  10. A.
    /show
    B.
    /display
    C.
    /status
    D.
    /part
    E.
    None of the above

  11. While working with MS-DOS, which command is used to undelete a bunch of files with extension DOC that you have just deleted?

  12. A.
    UNDELETE
    B.
    UNDELETE *.DOC
    C.
    UNDELETE/ALL
    D.
    UNDELETE/LIST
    E.
    None of the above

  13. In DOS, which of the following keys will bypass the CONFIG.SYS and AUTOEXEC.BAT files?

  14. A.
    F8
    B.
    F5
    C.
    F4
    D.
    Fl
    E.
    None of the above

  15. 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?

  16. A.
    type c:\autoexec.bat /p
    B.
    type c:\autoexec.bat/more
    C.
    type c:\autoexec.bat|pause
    D.
    type c:\autoexec.bat|more.
    E.
    None of the above

  17. What file contains commands that configure systems devices?

  18. A.
    Command.com
    B.
    Config.sys
    C.
    Autoexec.bat
    D.
    Win.ini
    E.
    None of the above

  19. Which command is used to suppress the prompt that asks you to confirm that you want to delete the directory?

  20. A.
    DELTREE
    B.
    DELTREE/F
    C.
    DEL*.*
    D.
    ERASE *.*
    E.
    None of the above