Answer the following statements true (T) or false (F)

1. When using MS-DOS subdirectories, you must always code a complete path name to
access a file.
2. The character used to separate directory and file names in a path name is a back slash (\).
3. It is possible to divide a subdirectory into lower-level subdirectories.
4. To list the contents of the Windows directory, type a directory (DIR) command.
5. A pause parameter allows you to view a directory list one line at a time.

1. False
2. True
3. True
4. True
5. False

Computer Science & Information Technology

You might also like to view...

In a text file, a tab stop is indicated by a semi-colon

Indicate whether the statement is true or false.

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1) The conditional operator is of the highest precedence. 2) The C# compiler always associates an else with the previous if, unless braces indicate otherwise. 3) A set of statements contained in a pair of braces can be placed anywhere in a program at which a single statement can be placed. 4) The best way to use braces is to go back and insert them after all the code has been written.

Computer Science & Information Technology