• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/10

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

10 Cards in this Set

  • Front
  • Back
What command(s) can be used to copy system files to a floppy or
hard disk to make it bootable.
Sys Drive: and Format Drive:/s
Write the command line syntax to make the SOMEFILE.TXT, which is on the A: drive, hidden and read only.
ATTRIB +H +R A:/SOMEFILE.TXT
Which Windows 9x file must be at least 1024KB in size?
MS DOS.SYS
Which DOS file is used to load driver into memory?
CONFIG.SYS
Which 3 DOS files are needed to make a disk bootable?
IO.Sys, MS DOS.SYS and COMMAND.COM
Number the following into the correct order when preparing hard drives?
FDISK 2. REBOOT 3. FORMAT
What is the difference between the XCOPY and XCOPY /S command?
XCOPY only copy files in a given directory, XCOPY /S copy all files directories and subdirectories.
Which keystroke, in DOS, will bring up the last comand that was entered?
F3
What is the name of the text editor program used in DOS?
EDIT
Any command that can be run from the command line can also be run from AUTOEXEC.BAT.
TRUE