Shared Flashcard Set

Details

CST 1200
Exam 1
42
Computer Science
Undergraduate 2
10/03/2011

Additional Computer Science Flashcards

 


 

Cards

Term
Operating system
Definition
A master control program or set of programs that manages the operation of all the parts of a computer.
Term
Rules for valid file naming
Definition
Must be unique, broken into two parts name and extention, and a maximum of 255 characters.
Term
Alias
Definition
a name that is usually short translated into another name that is long and difficult to remember.
Term
external and internal
Definition
External commands is a program that resides on a disk and must be read into RAM before it can be used. Internal commands are automatically load and stored into the RAM.
Term
f3, f9, f7, f8
Definition
f3=last command used, f9=choose command line number in last used, f7=displays a list of commands recently used, f3=last command used
Term
Parameter
Definition
A qualifier or modifier that can be added to a command and will specify the action to be taken.
Term
Switch
Definition
A modifier that controls the execution of a command.
Term
Delimiter
Definition
A special character that is used to separate information so that an operating system can recognize where on part of a parameter ends and the next one begins.
Term
Path
Definition
Tells windows where to look for programs and files on a disk that has more than one directory
Term
Default drive
Definition
The disk drive that the os looks on to locate commands or file if no other instructions are given.
Term
File system
Definition
Each operating system has a unique way of recording information on a disk. Its organizational scheme is the file system.
Term
FAT
Definition
System originally used by MS-DOS to organize and manage files. The FAT is a data structure that is created on a disk when it is formatted.
Term
ntfs
Definition
new technology file system – newer file system needed for performance and larger disks used today. Also, it is more secure, effecient, and offers ability to compress files and assign disk quotas.
Term
winfs
Definition
windows future storage is a cancelled data storage and management system based on relational databases.
Term
boot sector
Definition
the first sector on every logical drive
Term
Root directory
Definition
The directory that windows creates on each disk when the disk is formatted.
Term
file allocation table
Definition
A map of the disk that keeps track of all the clusters on a disk. It is used in conjunction with the directory table.
Term
Cluster
Definition
The smallest unit of disk space that DOS can write to or read from. It is comprised of one or more sectors.
Term
Cluster overhang
Definition
Since clusters are made up of one or more 512-byte sectors and windows reads to or writes from only one cluster at a time, a file will occupy more space than it needs for its data.
Term
master boot record
Definition
Used before booting. It determines the location of the bootle partition of the hard disk and gives control over it.
Term
master file table
Definition
First file on a ntfs volume which tracks all the files and directories in a volume.
Term
partition
Definition
Physically dividing a section of the hard disk from other sections of the disk and then having the operating system treat that section as if it were a seperate unit.
Term
absolute path
Definition
The direct route from the root directory through the hierarchial structure of a directory tree to the subdirectory of interest.
Term
relative path
Definition
The path from where you are to where you want to go in relation to the directory tree hierarchial structure.
Term
shareware
Definition
Software that is free on a trial basis with the option to either purchase it or remove it from your hard disk.
Term
freeware
Definition
Computer program given away free of charge and often made avilable on the internet or through newsgroups.
Term
objects
Definition
Most items in windows are considered objects. They can be opened, have properties, and be manipulated. Can also have settings and parameters.
Term
property
Definition
Each object has properties and properties may have values.
Term
date /t
Definition
displays just the date without prompting for a new one
Term
copies the contents of one disk to another.
Definition
DISKCOPY
Term
displays a list of files and subdirectories in a directory with wide list format and pauses after each screenful of information.
Definition
DIR /W/P
Term
displays a list of files and subdirectories in a directory sorted by name in alphabetical order and in reverse order.
Definition
DIR /ON DIR/O-N
Term
displays a list of files in specified directory and all subdirectories.
Definition
DIR /S
Term
Displays the short names generated for non-8dot3 file names. (alias)
Definition
DIR /X
Term
Changes current drive in addition to changing current directory.
Definition
cd /d
Term
formats a disk quickly and labels it
Definition
FORMAT /Q/V
Term
displays the disk volume label and serial number
Definition
vol
Term
displays or sets a search path for executable files.
Definition
path
Term
removes all directory and files in the specified directory in addition to the directory itself.
Definition
rd /s
Term
moves file and renames file and directories
Definition
move
Term
command content of file
Definition
type
Term
concantentate
Definition
copy _ + _ ____
Supporting users have an ad free experience!