DOS Flashcards

1
Q

DOS is known as

A

Disk Operating System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

DOS is used with ______________ and __________________ before Microsoft Corporation released the different versions of MS Windows

A

IBM-PC’s & IBM-PC compatibles

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Software that controls computer elements as well as the computer’s disk drives for storing and rerieving programs and data

A

Disk Operating System

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Is simply related information stored by DOS under a single name

A

file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

File consists of two parts namely:

A

root name and extension

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

On DOS, every file must have a root name up to

A

8 characters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The extension (up to 3 characters) is (optional/compulsory)

A

optional

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Extension is separated from the root name by a

A

period (.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Is a catalog for filenames and other directories stored on a disk and is a way of organizing and grouping the files on a disk so that the user is not overwhelmed by a long list of files

A

Directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The topmost directory is called the

A

Root directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

The directories within a directory are called

A

subdirectories

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

This DOS command display the contents of an ASCII file

A

TYPE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

This DOS command changes a file’s name to another one

A

RENAME

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

This DOS command displays a list of files and their attributes in the specified directory

A

DIR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Switches for DIR can be:

A

/w - wide display

/p - pause when screen full

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

The DIR command can also use the wild-card characters ___ and ____ for speed and ease.

A

? and *

17
Q

? matches any __________________ in the filename

A

matches any one character

18
Q
  • matches any _________________ in the filename
A

matches any number of character in the filename

19
Q

This DOS command redirects you to another directory

A

CD (CHDIR) eg. cd.., cd xae/123

20
Q

This DOS command allows you to make or create a new directory under the current directory

A

MKDIR/MD

21
Q

This DOS command allows you to removeor delete an existing empty directory

A

RMDIR/RD

22
Q

This DOS command allows you to delete one or more files

A

ERASE

23
Q

This DOS command allows you to delete one or more files, or all files in the directory specified

A

DELETE/DEL

24
Q

This DOS command allows you to copy file to another directry

A

COPY

25
Q

This DOS command prepares a disk for use

A

FORMAT

26
Q

Switches for FORMAT are:

A

/s - put a copy of the operating system onto the disk being formatted;
/v - put a volume label on the disk

27
Q

This DOS command clears the screen

A

CLS

28
Q

This DOS command allows you to move files and directories

A

MOVE;

MOVE [source] [filename/dirname] [destination]