• 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/23

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;

23 Cards in this Set

  • Front
  • Back
Autoexec.bat
A startup text file once used by DOS and used by Windows to provide backward compatibility. It executes commands automatically during the boot process and is used to create a16-bit environment.
batch file
A text file containing a series of OS commands. Autoexec.bat is a batch file.
bootable disk
For DOS and Windows, a floppy disk that can upload the OS files necessary for computer startup. For DOS or Windows 9x/Me, it must contain the files Io.sys, Msdos.sys, and Command.com.
CD (change directory) command
A command given at the command prompt that changes the default directory, for example CD \Windows.
conventional memory
DOS and Windows 9x/Me memory addresses between 0 and 640 K. Also called base memory.
DOS box
A command window.
emergency startup disk (ESD)
Another term for a rescue disk.
Emm386.exe
A DOS and Windows 9x/Me utility that provides access to upper memory for 16-bit device drivers and other software.
extended memory
Memory above 1024 K used in a DOS or Windows 9x/Me system.
external commands
Commands that have their own program files.
fragmented file
A file that has been written to different portions of the disk so that it is not in contiguous clusters.
hidden file
A file that is not displayed in a directory list. Whether to hide or display a file is one of the file’s attributes kept by the OS.
high memory area (HMA)
In DOS or Windows 9x/Me, the first 64K of extended memory.
Himem.sys
The DOS and Windows 9x/Me memory manager extension that allowed access to memory addresses above 1 MB.
internal commands
Commands that are embedded in the Command.com file.
RAM drive
An area of memory that is treated as though it were a hard drive, but works much faster than a hard drive. The Windows 9x/Me startup disk uses a RAM drive. Compare to virtual memory.
rescue disk
A floppy disk that can be used to start up a computer when the hard drive fails to boot. Also called emergency startup disk (ESD) or startup disk.
startup disk
Another term for a rescue disk.
system disk
Windows terminology for a bootable disk.
terminate-and-stay-resident (TSR)
A program that is loaded into memory and remains dormant until called on, such as a screen saver or a memory resident antivirus program.
upper memory
In DOS and Windows 9x/Me, the memory addresses from 640 K up to 1024 K, originally reserved for BIOS, device drivers, and TSRs.
upper memory block (UMB)
In DOS and Windows 9x/Me, a group of consecutive memory addresses in RAM from 640 K to 1MB that can be used by 16-bit device drivers and TSRs.
wildcard
An * or ? character used in a command line that represents a character or group of characters in a filename or extension.