| A | B |
| Will delete all files in the TEST1 subdirectory on Drive C. | ERASE C:\TEST1\*.* |
| Correct syntax to delete the file called TEST1.BAK on Drive A. | DEL A:\TEST1.BAK |
| Cannot be backed up. | Copy protection program |
| Cannot be used to change the names of directories. | RENAME |
| Keeps track of where files are stored on the disk. | FAT |
| COrrect syntax to rename TEST1 to TEST1.BAK on Drive A when default is C:\> | C:\>REN A:TEST1 TEST1.BAK |
| Command to back up all files in the TEST1 subdirectory on Drive C to Drive A. | COPY C:\TEST\*.* A: |
| Important to a business organization to recover from serious computer failure. | Disaster and Recovery Plan |
| Parameter that will query you prior to eliminating a file. | /P |
| Command used to remove unwanted files. | DEL |