MS-DOS Objective type question and answers


1.            Which command of MS-DOS is used to copy only files that have been modified on or after the date you specify?
A.            XCOPY/D : date
B.            COPY/D : date
C.            COPY/M
D.            XCOPY/V
E.            None of the above

Answer: Option A

2.            Which DOS command will format a floppy disk and transfer the system files
A.            SYS C: A:
B.            SYS A:
C.            FORMAT A: /S
D.            FORMAT A: /T
E.            None of the above

Answer: Option C
3.            While working with MS-DOS, which command is used to restore files that were backed up using the BACKUP command?
A.            COPY
B.            DISKCOPY
C.            RESTORE
D.            STORE
E.            None of the above
Answer: Option C

4.            The term TSR is an abbreviation for:
A.            Terminate Stay Ready
B.            Testing System Read
C.            Terminal Still Ready
D.            Terminate Stay Resident
E.            None of the above

Answer: Option D

5.            Using the _____ switch causes FDISK to display the partition status of your hard disk without executing FDISK.
A.            /show
B.            /display
C.            /status
D.            /part
E.            None of the above
Answer: Option C

6.            While working with MS-DOS, which command is used to undelete a bunch of files with extension DOC that you have just deleted?
A.            UNDELETE
B.            UNDELETE *.DOC
C.            UNDELETE/ALL
D.            UNDELETE/LIST
E.            None of the above
Answer: Option B

7.            In DOS, which of the following keys will bypass the CONFIG.SYS and AUTOEXEC.BAT files?
A.            F8
B.            F5
C.            F4
D.            Fl
E.            None of the above

Answer: Option B

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?

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
Answer: Option D

9.            What file contains commands that configure systems devices?
A.            Command.com
B.            Config.sys
C.            Autoexec.bat
D.            Win.ini
E.            None of the above
Answer: Option B

10.          Which command is used to suppress the prompt that asks you to confirm that you want to delete the directory?
A.            DELTREE
B.            DELTREE/F
C.            DEL*.*
D.            ERASE *.*
E.            None of the above

Answer: Option B

0 comments:

Post a Comment