Review Questions

1. 

Which DOS command do you use to erase data on a floppy disk or hard drive so that the media is initialized and you can store new data?

format

2. 

Which DOS command do you use to copy the DOS system files and the command interpreter to the floppy disk or hard disk that you specify?

sys

3. 

List four options that are presented (and represent the main tasks) when you use the FDISK command.

all of these options are valid answers: create dos partitions or logical drives set the active partition delete partitions or logical drives display partition information change the current fixed drive

4. 

Which FORMAT option performs a quick format?

format /q

5. 

Which FORMAT option also transfers the system files as the format is performed?

format /s

6. 

List three files that are transferred when you SYS a drive.

command.com, io.sys, msdos.sys

7. 

If you were at C:\TEST\DOCS and you wanted to go to the root of C:\, which command would you use?

cd\

8. 

Which command would you use from the C:\ prompt to delete the TEST.DOC file that is located in C:\TEST?

del c:\test\test.doc

9. 

What is the purpose of the COPY CON command?

to copy whatever is written on the screen to a text file

10. 

Which command do you use to change the contents of an existing text file?

edit

11. 

True or false: You use the DISPLAY command to see the contents of a text file.

false. you use the type command.

12. 

You use the __________________ command to rename a file.

ren

13. 

What is the difference between the DOS * and ? wildcards?

you use ? to represent a single character, while * can represent any number of characters.

14. 

What is the difference between the DOS COPY and MOVE commands?

with copy, you maintain a copy of the file in both the source and destination directories. with move, you maintain a copy only in the destination directory.

15. 

What are the command and syntax to specify that TEST.DOC should have a hidden attribute?

attrib test.doc +h

Answers

1. 

FORMAT

2. 

SYS

3. 

All of these options are valid answers: Create DOS partitions or logical drives Set the active partition Delete partitions or logical drives Display partition information Change the current fixed drive

4. 

FORMAT /Q

5. 

FORMAT /S

6. 

COMMAND.COM, IO.SYS, MSDOS.SYS

7. 

CD\

8. 

DEL C:\TEST\TEST.DOC

9. 

To copy whatever is written on the screen to a text file

10. 

EDIT

11. 

False. You use the TYPE command.

12. 

REN

13. 

You use ? to represent a single character, while * can represent any number of characters.

14. 

With COPY, you maintain a copy of the file in both the source and destination directories. With MOVE, you maintain a copy only in the destination directory.

15. 

ATTRIB TEST.DOC +H




MCSA. MCSE 2003 JumpStart. Computer and Network Basics
MCSA/MCSE 2003 JumpStart
ISBN: 078214277X
EAN: 2147483647
Year: 2003
Pages: 203
Authors: Lisa Donald

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net