Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Disk Operating System (DOS) Questions
MS-DOS command types: In DOS, which category describes commands that are stored as individual program files on disk (for example, on the hard drive or a DOS diskette), and are loaded by the command interpreter only when invoked?
MS-DOS DIR formatting: Which switch causes the DIR command to display the directory listing in wide format (multiple filenames per line)?
COMMAND.COM search order: After checking the current directory for a requested command, where does DOS search next to locate an executable?
MS-DOS redirection with SORT: To sort a file's contents in ascending order and write the sorted result to the screen, which form correctly feeds the file to the SORT command?
Modem control with AT commands: Which command from the standard Hayes “AT command set” resets the modem to its default configuration?
AUTOEXEC.BAT control: Which command can you place in AUTOEXEC.BAT to make the batch file pause and wait for a key press before continuing execution?
DOS filename extensions: Which extension commonly indicates that a file is a backup copy created by an application or utility?
Understanding the MS-DOS COPY command: What can the COPY command accomplish in standard DOS usage?
FORMAT command parameters: In MS-DOS, which parameter lets you specify the target disk's capacity explicitly when formatting (for example, 1.44 MB on a 3.5-inch floppy)?
Device drivers in CONFIG.SYS: What operation does the HIMEM.SYS driver perform in DOS/Windows 9x environments?
MS-DOS utilities — understanding FDISK: What does the FDISK command in DOS actually do to a hard drive before formatting and installing an operating system?
MS-DOS RESTORE utility — restoring only files changed since the last backup: Which RESTORE command switch restores from drive A only those files that have been modified since the most recent backup?
DOS memory managers — enabling Upper Memory Blocks (UMBs): Which CONFIG.SYS directive allows device drivers and TSR programs to be loaded into Upper Memory Blocks (so they can later be placed there using DEVICEHIGH or LOADHIGH)?
DOS filename extensions — executable identification: Which filename extension is used by DOS to identify executable program files?
Sorting text in DOS — reversing alphabetical order: Which DOS command line correctly sorts the contents of a file in reverse order and sends the result to the screen (or can be redirected)?
DOS command interpreter — which file executes user commands? Identify the DOS system file that functions as the command interpreter (shell) responsible for executing commands typed at the prompt and running batch files.
Printer redirection in DOS: Which DOS command is used to redirect devices (for example, assigning a serial port to act as a printer port or changing display/print modes)?
Recovering deleted files in DOS — previewing what can be restored: Which MS-DOS UNDELETE command option displays a list of deleted files that DOS is capable of restoring before you perform the actual undelete?
Copying text files from a floppy — correct DOS syntax: Which command copies all files with the .TXT extension from drive A to the current directory on the currently logged drive?
Concatenating files with DOS COPY — creating a new file: Which DOS command correctly combines FILE1 and FILE2 into a brand-new file named FILE3 (without altering the originals)?
1
2
3
4
5
6