Java Games: Flashcards, matching, concentration, and word search.

CM Ch 15: Working with the Command-Line Interface - flashcards, matching, concentration, and word search

AB
8.3 naming systemFile-naming convention that specified a maximum of eight characters for a filename, followed by a 3-character file extension. Has been replaced by LFN (long filename) supports.
American Standard Code for Information Interchange (ASCII)Industry-standard 8-bit characters used to define text characters, consisting of 96 upper- and lowercase letter, plus 32 nonprinting control characters, each of which is numbered. These numbers were designed to achieve uniformity among computer devices for printing and the exchange of simple text documents.
ATTRIB.EXECommand used to view the specific properties of a file; can also be used to modify or remove file properties, such as read-only, system, or archive
attributesValues in a file that determine the hidden, read-only, system, and archive status of the file.
CD (CHDIR) commandShorthand for “Change Directory.” Allows you to change the focus of the command prompt from one directory to another
CHKDSK (Checkdisk) commandHard drive error detection and, and to a certain extent, correction utility in Windows. Originally a DOS command (CHKDSK.EXE); also the executable for the graphical Error-checking tool.
COPY commandCommand in the command-line interface for making a copy of a file and pasting it in another location.
DEL (ERASE) commandCommand in the command-line interface used to delete/erase files
DIR commandCommand used in the command-line interface to display the entire contents of the current working directory
FORMAT commandCommand in the command-line interface used to format a storage device
MD (MKDIR) commandCommand in the command-line interface used to create directories
MOVE commandCommand in the command-line interface used to move a file from one location to another.
pathRoute the operating system must follow to find an executable program stored in a subdirectory
promptA character or message provided by an operating system or program to indicate that it is ready to accept input
read-only attributeFile attribute that does not allow a file to be altered or modified. Helpful when protecting system files that should not be edited
RD (RMDIR) commandCommand in the command-line interface used to remove directories
REN (RENAME) commandCommand in the command-line interface used to rename files and folders.
root directoryDirectory that contains all other directories
Run dialog boxCommand box in which users can enter the name of a particular program to run; an alternative to locating the icon in Windows.
SFC (System File Checker)Scans, detects, and restores Windows system files, folders, and paths
switchDevice that filters and forwards traffic based on some criteria. A bridge and a router are both examples of switches.
syntaxThe proper way to write a command-line command so that it functions and does what it’s supposed to do.
Unicode16-bit code that covers every character of the most common languages, plus several thousand symbols.
wildcardCharacter used during a search to represent search criteria. For instance, searching for *.doc will return a list of all files with a .doc extension, regardless of the filename. the * is the wildcard in that search.
XCOPY commandCommand in the command-line interface used to copy multiple directories at once, which the COPY command could not do.



This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities