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

CSE :: Disk Operating System [DOS]

  1. Which command is used to send the contents of file named REPORT/TXT to the standard printing device?

  2. A.
    TYPE REPORT.TXT TO PRINTER
    B.
    TYPE REPORT.TXT > PRN
    C.
    TYPE REPORT.TXT | PRN
    D.
    TYPE REPORT.TXT | PRINTER
    E.
    None of the above

  3. A system has two IDE hard drives that are each divided into primary and extended partitions, which drive letter is assigned to the primary partition of the second drive?

  4. A.
    C
    B.
    D
    C.
    E
    D.
    F
    E.
    None of the above

  5. HIMEM.SYS controls:

  6. A.
    DOS=HIGH
    B.
    RMDRIVE.SYS
    C.
    SMARTDRV.SYS
    D.
    Extended Memory
    E.
    None of the above

  7. Where would you load the mouse driver mouse.sys?

  8. A.
    config.sys
    B.
    autoexec.bat
    C.
    win.ini
    D.
    io.sys
    E.
    msdos.sys

  9. Filename extensions help identify certain files. What filename extension identifies command files?

  10. A.
    COM
    B.
    BAT
    C.
    EXE
    D.
    SYS
    E.
    None of the above

  11. While working with MS-DOS, which command is used to specify the size of the disk to format.

  12. A.
    FORMAT/F : size
    B.
    FORMAT/N : sector
    C.
    FORMAT/T : tracks
    D.
    FORMAT/V
    E.
    None of the above

  13. What command is used to reset a MODEM when using the "AT Command Set"?

  14. A.
    ATR
    B.
    ATZ
    C.
    DTR
    D.
    DCE
    E.
    None of the above

  15. While working with MS-DOS, which command is used to force DOS to recheck all clusters when reformatting a disk?

  16. A.
    FORMAT/B
    B.
    FORMAT/S
    C.
    FORMAT/8
    D.
    FORMAT/C
    E.
    None of the above

  17. The _____ switch instructs DOS to display the directory list in a wide format.

  18. A.
    /W
    B.
    /O
    C.
    /P
    D.
    /B
    E.
    None of the above

  19. Which of the following applies to Internal DOS commands?

  20. A.
    Internal commands can be run whenever the DOS prompt is displayed
    B.
    Internal commands are reserved for DOS-level programming
    C.
    Internal commands can only be executed from a batch file
    D.
    Internal commands are stored on disk separately from COMMAND.COM
    E.
    None of the above