DOS
What is the function performed by the VERIFY command?
Which statement about AUTOEXEC.BAT is true?
Which statement about Quick Format is true?
What is the command to clear the screen?
What type of OS is MSDOS?
What is the command that will change to the root directory irrespective of the current directory?
The following is an example of a CONFIG.SYS file:DEVICE=C:\WINDOWS\HIMEM.SYSDOS=HIGH,UMBDEVICE=C:\WINDOWS\EMM386.EXE NOEMSFILES=30STACKS=0,0BUFFERS=20DEVICEHIGH=C:\WINDOWS\COMMAND\ANSI.SYSDEVICEHIGH=C:\MTMCDAI.SYS /D:123What is the purpose of the line DEVICE=C:\WINDOWS\HIMEM.SYS?
Which of the following command installs file-sharing and locking capabilities on the hard disk?
Which statement about TSR is true?
Which of the following command will display the list of all previous commands entered by the user?
Which of the following will create a bootable floppy disk?
What is DOS?
What is the order of precedence when COMMAND.COM searches for executable files?
Which of the following DOS command will display the name of files in sorted order?
True or False. DOS is not a single operating system but several closely related operating systems.
What is accomplished by the following DOS command:SYS a:
The PATH command is typically found in which file?
Which of the following is true about FASTOPEN?
"Active Code Page: 437" is displayed when using this command:
What DOS command formats a floppy disk and copies system files to the formatted disk?
Which external command file is required to use “format” command?
What is the FDISK utility used for?
What does formatting a disk mean?
Which command is used to set the name to a disk in DOS?
Which command do you use to list all the files and folders whose name contains TST from second character?
The following is an example of an AUTOEXEC.BAT file:@echo offSET SOUND=C:\SOUNDS\SPEAKERS\SOUNDSET BLASTER=B320 I2 D1 H5 P330 E620 T6SET PATH=C:\WINDOWS;C:\LH C:\WINDOWS\COMMAND\MSCDEX.EXE /D:123LH C:\MOUSE\MOUSE.EXEDOSKEYCLSWhat is the purpose of the line SET PATH=C:\WINDOWS;C:\ ?
What will the following DOS command accomplish?RMDIR c:\test
Which statement about COMMAND.COM is true?
Which of the following commands is used to copy all the files stored in floppy disk into the DATA directory of hard disk (c drive)?
The following is an example of a CONFIG.SYS file:DEVICE=C:\WINDOWS\HIMEM.SYSDOS=HIGH,UMBDEVICE=C:\WINDOWS\EMM386.EXE NOEMSFILES=30STACKS=0,0BUFFERS=20DEVICEHIGH=C:\WINDOWS\COMMAND\ANSI.SYSDEVICEHIGH=C:\MTMCDAI.SYS /D:123What is the purpose of the line FILES=30?
Which of the following is true about external command MSD?
Which of the following external command compares two files or sets of files, and displays the differences between them?
Which command will display all the directories of the current directory in ascending order of creation date?
What would the following DOS command accomplish?TYPE c:\autoexec.bat
What is the maximum size of the PATH that can be specified in DOS?
DOS is an acronym for?
What is the first program that gets run after boot?
In Windows Xp, what is the file equlivalent to CONFIG.SYS ?
What is the full form of DOS?
In XCOPY command, What is the arguiment used for avoiding prompt for overwrite ?
What is the size limitation of MS-DOS file name and extension?
A program or command to execute automatically when OS starts is kept in which file?
What is the command to create a new directory in MS-DOS?
Which device is the MSCDEX command associated with?
What will be accomplished by the following DOS commandCOPY myfile1.txt + myfile2.txt
Which command would you use to get information about a particular disk volume?
What is the command to list only the hidden files under the current directory?
Which of the following statements about the RENAME command is correct?
Which command do you use to display the contents of a file?
What is the correct syntax for editing the CONFIG.SYS file?