compeds logo-Home Page

Computer Education and Services

  "Love grows as a spark in one's heart, just as a seed grows to be a flower in the garden.  Both need to be nourished and cared for to become as beautiful as they are."*

 
 

Home
Site Map
Services
Comped's Corner
Favorite Sites
Glossary
Feedback
Tip of the Week
Search
Ray's Quotes

Glossary
                                                      Pen writing pic 

This site is dedicated to terms that are commonly used in the computer world.  Compeds has intentionally left out more complex terms because the average user is not interested in a lot of techno-mumbo jumbo, "...just the facts Ma'am".  This list will be constantly updated to include new terms and delete out-dated ones.

GLOSSARY OF COMMON TERMS AND CONCEPTS

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

 

A

bullet

ACCELERATOR CARD:  A special printed circuit board, usually plugged into one of the computer's expansion slots, that makes the computer work faster. For example, a graphics accelerator card speeds up the time it takes to display images on the computer screen.

bullet

ACTIVE WINDOW:  The last window you clicked-on.  The one that's currently highlighted is considered active.  Any keys pressed affects that window.

bullet

ACTIVE X:  ActiveX is a model for writing programs so that other programs and the operating system can call them.ActiveX technology is used with Microsoft Internet Explorer to make interactive Web pages that look and behave like computer programs, rather than static pages.With ActiveX, users can ask or answer questions, use push buttons, and interact in other ways with the Web page.ActiveX controls are often written using Visual Basic.

bullet

ADSL:  Asynchronous digital Subscriber line, in which data downloads much faster than it uploads over telephone lines.  Mainly for home use 

bullet

APPLET:   A small-scaled application that is included with Windows.  Examples are Write, Paint, WordPad, Clock, and Calculator.

bullet

APPLICATIONS:   Software programs that provide powerful tools for performing a variety of tasks in a specific area.  Examples include word processors, spreadsheets, and database management systems.  Also referred to as programs.

bullet

ARCHIVE:  1.To transfer files off the computer into long-term storage. Archived files are often compressed to save space. 2.A file that has been archived. 3.A group of files which must be extracted and decompressed in order to use them; software to be installed sometimes comes in this format. 4.A file stored on a computer network, which can be retrieved by FTP or other means.

bullet

ASCII (American Standard Code for Information Interchange):  A code in which each alphanumeric character is represented as a number from 0 to 127, translated into a 7-bit binary code for the computer.ASCII is used by most microcomputers and printers, and because of this, text-only files can be transferred easily between different kinds of computers.

bullet

ASSOCIATE:   To identify a document or data file with a particular application through the file's extension.  When you open a file in File Manager or Explorer whose extension has been associated with a particular application, that application will automatically start.

bullet

ATAPI (Advanced Technology Attachment Packet Interface):  An interface used to connect CD-ROMs, tape drives, and optical disks with the computer. 

bullet

AUTOEXEC.BAT:   The abbreviated form of "AUTOmatically EXECuted BATch" file.  In DOS, batch files list DOS commands to be performed sequentially whenever the file is run.  Such files save the operator from having to type frequently used commands over and over.  The Autoexec.bat file is a special batch file placed in the system's root directory that is automatically executed each time the computer boots or starts.

Back to Top

 

B

bullet

BANDWIDTH:  The speed at which a user is connected to the Internet.  The capacity a network or data connection has for carrying data.

bullet

BAUD RATE:  The speed at which data can be transmitted via the COM (serial) port of the PC.  Usually refers to the modem speed of a computer.

bullet

BETA VERSION:  A version of hardware or software that is still under development.  Beta software is often made available to internet users other than testers.  Users can download it for little or no cost.

bullet

BINARY FILE:  A file which is in machine-readable form, like and executable program.  A series of "1"s and "0"s.

bullet

BIOS (Basic Input/Output System):  A special piece of firmware built into most computers.  BIOS routines control the startup process of the machines and other basic functions such as the keyboard, display, and disk drives.  BIOS is always stored in read-only memory (ROM), which isn't erased when power to the computer is shut off.

bullet

BIT:   The smallest unit of data a computer can deal with.  Eight bits make one byte which forms a character such as the letter "a".

bullet

BITMAP:   An art graphic that consists of little dots on the screen saved as bitmap files, which end with extension ".bmp".  The Paint program creates and edits BMP files.

bullet

BOOKMARKS:  Lists of web pages that saved by a user.  This allows that person to easily go back to a document or site.  These lists let users point and click names of locations instead of typing address or paging through screens of text.

bullet

BOOT:   Starting (or re-starting) a computer.  Since a computer must essentially start itself, it is said to "lift itself by its own bootstraps".  A Cold Boot refers to powering up the system or pressing a reset button, and pressing the CTRL, ALT, and DEL keys simultaneously performs a Warm Boot.

bullet

BORDER:   The edges of a window that can be changed to resize a window.

bullet

BROADBAND:  A network in which data moves at high speeds such as cable modems, ISDN, and DSL.

bullet

BROWSE:   Look through drives and directories for a file.

bullet

BROWSER:  An application that lets users download and view World Wide Web pages on their computers.  Microsoft Internet Explorer and Netscape are two examples of browsers.

bullet

BUFFER:   Temporary storage in memory for data or other information.  A disk cache and a print buffer are two examples.

bullet

BUTTON:   An on-screen symbol that represents an operation or command.  You click or push a button to execute its corresponding command.

bullet

BUS:   The electronic connection that links electronic devices of a computer (such as the central processing unit, expansion cards, and peripherals).  The computer's bus capacity is a major factor in determining its speed in handling crucial jobs such as displaying graphics.

bullet

BUTTON BAR:  A row of graphical rectangles, which suggest push buttons.  Each push-button represents a command that can be executed directly by clicking the appropriate button.  Can also be called tool bars, tool palettes or other names.

bullet

BYTE:   The common unit of measurement, equivalent to one character of data.

Back to Top

 

C

bullet

CABLE:  A flexible wire or bundle of wires, usually metal (glass or silica in fiber-optic cable), insulated with plastic or rubber, and having connectors on the ends. Some kinds of cable, especially coaxial cable and fiber-optics cable, are used in electronics and computer networking.

bullet

CABLE MODEM:  An external device that hooks up to your computer, and instead of getting a connection through your telephone wire, you get a connection through your cable network (same place your cable TV connection comes from).

bullet

CASCADE:   A way arranging open windows on the desktop so that they overlap but still show each window's title bar.

bullet

CHECK BOXES:  Small square boxes that appear in dialog boxes.  "X" marks which options are on or active.

bullet

CLICK:   To push and release the button of a mouse.

bullet

CLIP ART:  Ready-made graphics or symbols that can be used in documents or presentations.

bullet

CLIPBOARD:   A part of Windows that keeps track of information that has been cut or copied from a program or file.  It stores that information so that you can paste it into other programs.

bullet

CLOSE:   To remove an application or document window from the desktop.

bullet

CMOS-RAM (Complimentary Metal oxide Semiconductor Random-access Memory:  This refers to a chip design that saves the computer's startup information.  It requires only minimal power (usually from a small battery) and remains intact when the computer's main power is off. 

bullet

COMMAND:   An instruction that controls the activity of a computer system normally entered by the user through the keyboard or mouse.

bullet

COMMAND PROMPT:  The symbol that looks like "C:\" or "A:\" or something similar where commands are typed in DOS.

bullet

COMPRESSED FILE:  A file that has had its data compressed, so it takes up less space in storage.  While data compression can happen in many ways, a compression program generally looks for redundancies in a file and then merges the identical pieces of data into one representative item.

bullet

COMPUTER SECURITY:  The protection of computers and the information contained in them from unauthorized access.   Data protection involves backing up all data and keeping the copies in a safe place.  Passwords are a common computer security measure.

bullet

CONFIG.SYS:   A configuration file that is read each time the computer starts.  This is where devices are loaded and other system resources are customized.

bullet

CONTROL MENU:  In application windows, allows Restore, Move, Size, Minimize/Maximize, Close and Switch To other applications.  Document windows usually have a subset of these commands.  Also called System Menu.

bullet

CONTROL PANEL:  A utility program that permits system-wide adjustments to settings for: Colors, fonts, ports, mouse, desktop, network, printers, international settings, keyboard, date/time, sound, and 386 Enhanced Mode operation.

bullet

CONVENTIONAL MEMORY:  The first 1,024K (kilobytes) of memory installed in a PC.  DOS cannot address memory beyond conventional memory, but Windows can.

bullet

COOKIE:  Information from a Web site sent to a browser and stored on a user's hard drive so the Web site can retrieve it later; used to identify visitors; can contain the user's login name, password, and preferences.

bullet

COPY:   A frequently used operation to duplicate text, data, or a file without disturbing the original.

bullet

CPU:   The "brains" of a computer, the microprocessor.  Channels and controls the computer's functions and issues instructions.  The higher the number, (e.g., 66 MHz to 200MHz) the faster the computer or it's clock speed.

bullet

CURSOR:   The little blinking line that shows where the next letter will appear when you start typing.  The insertion point.

bullet

CUT:   An editing operation that removes selected text or other data from the typing screen and places into the clipboard.

Back to the top

 

D

bullet

DATA:   In general, any information being processed by the computer system.

bullet

DATABASE:   An organized collection of information such as an address book.

bullet

DATA COMPRESSION:  A method of condensing information so it can be stored in less space or transmitted in less time.   Large graphics and sound files are usually compressed so they can be downloaded faster.

bullet

DEFAULT:   A value assigned or an action taken automatically by a software program unless another is specified.  Can be thought of as a "factory setting".

bullet

DEFRAGMENTATION:   The act of reorganizing a hard drive or diskette, so individual applications or files aren't fragmented, or scattered.  Defragmentation usually involves rewriting programs into contiguous (connected) clusters of information.  This speeds up loading and retrieval time of a file because the read/write head of a drive doesn't have to search for scattered bits of information.

bullet

DELETE:   To erase or to remove data form a document or file.

bullet

DESKTOP:   The surface of the screen that contains icons that are shortcuts to applications or programs.  The main Windows 9x window, the background of which can have any different "wallpapers".

bullet

DESTINATION DIRECTORY:  The directory to which you intend moving or copying files.

bullet

DEVICE:   A component of the computer's hardware system, like a mouse, printer, disk drive or modem, among others.

bullet

DEVICE DRIVER:  A software program that controls communications between the computer and a device attached to it.

bullet

DIAGNOSTIC PROGRAM:  A program that compiles technical information about computer hardware and peripherals and then produces a report that can be used to diagnose technical problems.

bullet

DIALOG BOX:  A rectangular box that requests information or provides command options.

bullet

DIRECTORY:   A separate folder on a hard disk for storing files.  Windows 95/98 no longer uses the word directory and prefers the word folder instead, however, both are interchangeable.

bullet

DIRECTORY PATH:  The route from one area on a disk to another through the levels of directories and subdirectories.

bullet

DISKETTE:   A single, flexible disk that is a portable but relatively limited form of data storage.  Diskettes are often called floppies.  The most common sizes of diskettes are 3 1/2" and 5 1/4".  Each size is also available in high-density.

bullet

DISK CACHE:  Memory buffer set aside for temporarily storing data read from or to be written to a disk.  Its purpose is to make the computer run faster.

bullet

DISPLAY:   The video display device, often called the "monitor", "console", or the "screen".

bullet

DOCUMENT:   A general term for files created with a word processor.

bullet

DOWNLOAD:  To transfer files from one computer to another.  To download means to receive.  You can download files, programs, pictures, web pages from the Internet or from another computer.  To Upload means to transmit the same.

bullet

DOS:   Short for Disk Operating System, it's an older operating system for running programs.

bullet

DOTS PER INCH (dpi):  A measure of printer resolution that indicates how many dots the printer can place in one square inch.  The larger the dpi, the sharper the printed image.

bullet

DOUBLE-CLICK:   To push and release the button of a mouse rapidly twice.

bullet

DOWNLOAD:  To retrieve an application or file from another computer through a network connection or modem.   Download is synonymous with "receive", while upload is synonymous with "transmit".

bullet

DRAG:   A 4-step mouse operation that moves an object across your desktop or within a program.  1.) Point at the object--an icon, a highlighted paragraph, or something similar.  2.) Press and hold down the left mouse button.  3.) Point at the location to which you'd like to move that object  4.) Release the mouse button.

bullet

DROP:   Step 4 of the drag technique described above--merely letting go of the mouse button and letting your object fall onto something else or another location.

bullet

DROP-DOWN MENU:  List of command options that drops down from a menu bar.   Located beneath Menu Bar key words such as File, Edit, View, Insert.

bullet

DSL:  Digital subscriber line.  A technology which enables high-speed transmission of digital data over regular copper telephone lines.

bullet

DVD (Digital Video Disc):  A new generation of CD-ROMs that provide faster access speeds and holds significantly more information with even the smallest one squeezing 4.2GB onto each size.

Back to the top

 

E

bullet

EISA (Extended Industry Standard Architecture):  A PC bus that extends the ISA bus from 16 bits to 32 bits, but can still be used to plug in ISA expansion cards.

bullet

E-WALLET:  A software application that stores a user's personal, credit card, and shipping information, eliminating filling out fields.   Also stores a user's password and login for commerce sites.

bullet

EMAIL:  (Electronic Mail) A way to send messages over the Internet.  One must have an Internet Service Provider (ISP) subscription in order to send mail.  The most common way to communicate over the Internet.

bullet

EMBED:   Insert data created in one document into another, and allow the embedded object to edit just by double-clicking on it.

bullet

EMS MEMORY:  Also called expanded memory, EMS requires a special adapter board and software drivers.  The specification for EMS is called LIM because it was developed by Lotus, Intel, and Microsoft, primary to allow larger spreadsheets and other documents in applications that support it.  It allows outside DOS to address memory outside conventional memory.  Windows is shipped with a program, EMM386.EXE, which can emulate EMS memory on 386 486 computers with extended memory.

bullet

ENHANCE:  In word processing, to make specific text enhancements include underlining and boldface.

bullet

ENHANCED (386) MODE:   Special Windows operation that allows access to virtual memory and multitasking on 386 and above systems.  Runs non-Windows applications in windows, and more Windows applications at a time than Standard mode.

bullet

ENTER KEY:  Key pressed to begin the execution of a command.  Also called the "Return Key".

bullet

EXECUTABLE FILE:  Files that start programs.  You can start an executable in File Manager or Explorer by double-clicking its name.  The following extensions are reserved for executable files; .EXE, .COM, .BAT.

bullet

EXTENSIONS:  The portion of a filename, following the final point, which indicates the kind of data stored in the file.

bullet

EXTENDED MEMORY:  Memory in addition to conventional memory.  DOS cannot address extended memory, but Windows can.

Back to the top

 

F

bullet

FILE:  A collection of information in a format designed for computer use.

bullet

FILENAME:  A one to eight alphanumeric designation assigned to a file.  In Windows 9x, a filename can be up to 255 alphanumeric characters long.

bullet

FILENAME EXTENSION:  An optional one-to-three suffix to a DOS filename.

bullet

FIREWALL:  Software or hardware that limits certain kinds of computer access from a network or other outside sources; used to thwart hackers from infiltrating computer systems.

bullet

FOLDER:  An area for storing files to keep them organized (formerly called a directory).  Folders can contain other folders for further organization.  (See Subdirectory.)

bullet

FOOTER:  Repeated text that appears at the bottom or "foot" of each printed page.

bullet

FORMAT:  To prepare a disk to have files written on it.  The disk needs to have "electronic shelves" tacked onto it so that Win 95 can store information on it.  Formatting a disk wipes it clean of all information.

bullet

FONTS:  Different types or sets of letters, numbers, and other characters.

bullet

FREEWARE:  Software available at no cost to the user.  Often freeware is distributed through the Internet or dial-up modem connections.

bullet

FUNCTION KEYS:  Programmable keys whose purposes depend on the software program being used.  Usually labeled F1 through F10 (or F12).

Back to the top

 

G

bullet

GIGABYTE:  A thousand, million (or a billion in U.S.) bytes.  Abbreviated "G" or "GB".

bullet

GRAPHICS:  In MS Word, graphics are objects that can be inserted into a document to add a visual element to your work.  They include figures, text boxes, equations, table boxes, and lines.

bullet

GRIDLINES:  The lines between columns and rows on a table.

Back to the top

 

H

bullet

HANDLE:  Small squares appearing on a selected graphic object.  It can be dragged to change the size of the object and its contents.

bullet

HARD DRIVE:  An internal or external data storage device.  Typical capacities range from 40 megabytes to multiple gigabytes.

bullet

HARDWARE:  A general term referring to all of the physical and electrical components of the computer system.

bullet

HEADER:  Repeated text that appears at the top or "head" of each printed page.  Also the information at the top of an E-mail message that contains information about the sender and the route of the message.

bullet

HIGHLIGHTED:  A selected item that has been singled out for further action.

bullet

HOST:  A computer that shares information with other computers, or the act of sharing information with or providing services for other computers.

bullet

HOT SWAP:  To replace a computer component without turning the computer off.   (See USB)

bullet

HYPERLINK:  An icon, graphic, or word in a file or on a page that, when clicked with a mouse, automatically opens another file or page for viewing.  They can also take the user from one part of a page to another.

Back to the top

 

I

bullet

ICON:  The little picture that represents an object--a program, file, or command--making it easier to figure out that object's function.

bullet

INPUT:  Any data or information that goes into the computer.  Compare with Output.

bullet

INSERTION POINT:  The place text will appear when you type in a document window or dialog box.  Usually displayed as a blinking vertical bar or line.

bullet

INTERFACE:  A communication link in a computer between hardware and software components.  A user interface is the way a user communicates with a computer.  As a verb, to interface is to communicate.

bullet

INTERNET SERVICE PROVIDER (ISP):  An organization that lets users pay a fee to dial into its computers and connect to the Internet.  ISPs generally provide an Internet connection, an E-mail address, and perhaps Web browsing software.

bullet

INTERNET:  Also known as "the net", "the information superhighway", and "cyberspace".   A worldwide network of networks that all use the TCP/IP communications protocol and share a common address space.  It commonly supports services such as email, the World Wide Web, file transfer, and Internet Relay Chat. The Internet is experiencing tremendous growth in the number of users, hosts, and domain names.

bullet

INTRANET:  An internal network in a single office or throughout a company with several offices.  Intranets allow users to share files, storage space, printers and are run by a server(s).

bullet

INSERT MODE:  In insert mode, characters typed at the insertion point will push existing text to the right as the new characters are typed.  See Overwrite.

bullet

ISA (Industry Standard Architecture):  A PC expansion bus used for modems, video displays, speakers, and other peripherals. PCs with ISA commonly have some 8-bit and some 16-bit expansion slots.

Back to the top

 

J

bullet

JAVA:  A programming language designed to write programs that can be safely downloaded from the Internet to computers and immediately run without fear of viruses.  Using small Java programs called applets, World Wide Web pages can include functions such as animation, calculators, and other small applications.  Java, created by Sun Microsystems, can run on any computer with an installed Java interpreter.  Web browsing applications such as Netscape Navigator and Internet Explorer include Java interpreters and can run Java applications.

bullet

JUSTIFICATION:  In word processing, arranging and spacing words and letters such that margins are smooth.   Left justification (that is, along the left margin) is common, right justification, less so.

bullet

JUMPER:  A group of small metal pins with plastic blocks covering some of the pins.  Changing the position of the blocks (which contain tiny electrical connectors) changes the settings of the corresponding hardware device.  Jumpers are found on CD-ROM cards, sound cards, graphic cards, and modem cards.

Back to the top

 

K

bullet

KILOBYTE:  Roughly one thousand bytes (actually 1,024).  Abbreviated "K" or "KB".

Back to the top

 

L

bullet

LOCAL-ARE-NETWORK (LAN):  A group of computers, usually in one building or office, physically connected in a manner that lets them communicate and interact with each other.  The network uses a server, which is a computer that holds data used by the different computers on the network.

bullet

LOAD:  To place or copy a program into memory in preparation for running it.

Back to the top

 

M

bulletMAXIMIZE:  Enlarge an application window to occupy the entire screen, or enlarge a document window to fill the entire application window in which it resides.
bulletMAXIMIZE BUTTON:  Small box with an up arrow (Win3.x) or horizontal line in the upper part of the box (Win 9x), located at the right end of the Title Bar.
bulletMEGABYTE:  One thousand kilobytes.   Abbreviated "M" or "MB"; often referred to as a "Meg".  A reference to memory storage or working space.
bulletMEMORY:  The high-speed working area of the computer where both the program currently being run and the data being processed are temporarily stored.
bulletMENU:  In applications software, a list of several options or operations available to the user.
bulletMENU BAR:  The bar below the Title Bar that contains headings for commands.
bulletMERGE:  A word processing operation allowing information from two files (such as text in a form letter and addresses from a mailing list) to be quickly and simply combined so that each form letter looks individually prepared.
bulletMETASEARCH:  Seeking to find Web sites through a number of search engines simultaneously.
bulletMHz-Megahertz:  Used to measure a CPU's speed, one megahertz is equal to about 1 million cycles per second.
bulletMICROCOMPUTER:  A small, relatively inexpensive, freestanding computer designed for individual use.  Also called personal computer or PC.
bulletMIDI:  Musical Instrument Digital Interface.    A way of communicating instructions for playing music from one device to another, for example, from a synthesizer to a computer to a musical instrument.  With MIDI, music is represented by a set of instructions rather than the space-consuming wave files used with digital audio.
bulletMINIMIZE:  To reduce an application or document window to an icon.
bulletMODEM:  An acronym for MOdulator DEModulator.  A device that a computer uses to send and receive information over telephone lines.
bulletMOTHERBOARD:  The main circuit board of a computer.  Other components are connected or directly attached to the motherboard.
bulletMOUSE:  An input device used to issue commands to a computer by use of a pointer on a screen.  Commands are issued by clicking or double-clicking the left mouse button.
bulletMP3:  MP3, or MPEG Audio Layer 3, uses a sound layer or the MPEG video format to compress audio to 1/12th of its original size, while still providing CD-quality sound.  This makes for quicker and easier sound file downloading and storage.
bulletMS-DOS:  A proprietary operating system distributed by the Microsoft Corporation.
bulletMULTITASKING:  To perform more than one task or run more than one computer program at a time on the same computer system.

Back to the top

 

N

bullet'NETIQUETTE:  Online courtesies; basically being polite to other Internet users.
bulletNETWORK:  A group of computers connected through cables or telephone lines for the purpose of transferring information and sharing resources  (like printers).  See LAN.

Back to the top

 

O

bulletOPEN:  To make a document available for viewing, revision or printing.
bulletOPERATING SYSTEM:  A program that supervises and controls the operation of a computer, the operation of all other software programs, and the user's communication (interface) with the computer.
bulletOVERWRITE:  In overwrite mode, any characters typed at the insertion point will erase pre-existing text as the new characters appear.  See Insert.
bulletOUTPUT:  any information or results from the computer for the user.  Compare with Input.

Back to the top

 

P

bulletPALETTE:  Available color schemes.
bulletPASTE:  To insert cut or copied text into a document.
bulletPATCH:  A piece of code inserted into a program to temporarily fix a defect.
bulletPATH NAME:  The file name designation that shows the user where to find a file in a hierarchial system.  For example, the path name "C:\Documents\Bank\Statement.doc" shows the file Statement.doc is in the Bank directory that is in the Documents directory on the C: drive.
bulletPC (Personal Computer):  The instrument or appliance that contains a hard drive, memory, a monitor and CPU ("brain") with which you can perform many tasks such as word processing, publishing, Internet surfing, E-mailing, data processing, and game playing.  The instrument on which you view this page on.
bulletPC CARD:  A credit card-sized device that plugs into a PC Card slot and enables the user to add additional computer peripherals including modems, sound cards, and CD-ROM drives.  They are primarily in portable computers.
bulletPCI (Peripheral Component Interconnect):  A personal computer local bus designed by Intel, which runs at 33 MHz and supports Plug and Play. It provides a high-speed connection with peripherals and allows connection of seven peripheral devices. It is mostly used with Pentium computers but is processor independent and therefore able to work with other processors. It plugs into a PCI slot on the motherboard and can be used along with an ISA or EISA bus.
bulletPITCH:  The width of a letter character.
bulletPIXEL:  Short for picture element.   It's the smallest part of an image, essentially a square dot, that a computer scanner or printer can control.  A pixelated image consists of hundreds of thousands of these dots in such a manner that they appear to be connected.
bulletPOINT:  A unit of measure for font.   For text in a document, 10 or 12 point is usually considered a normal size; 24 point is large; 8 point is small.
bulletPOINTER:  A pointing arrow or other graphical symbol that moves on the screen as you move the mouse.  It allows you to point to that past of the screen you wish to act upon.
bulletPOP-UP-LIST:  A list of mutually exclusive options that appear when a pop-up button is pressed.  The button label displays the currently selected option.
bulletPORTS:  Plug-like connectors on the back of a PC's case that let the machine communicate with peripheral devices such as mice and printers.  Serial ports transmit data one bit at a time; parallel ports transmit data eight bits (one byte) at a time.
bulletPRINT QUEUE:  a list of submitted print jobs waiting for a particular printer.
bulletPROGRAM:  A complete set of coded instructions that tell a computer how to do something.  sometimes called application or software.
bulletPROGRAM MANAGER:  A Windows 3x (called Explorer in Widows 9x) which organizes applications into groups, and displays icons for programs that can be executed.  It is the default Windows control program, or shell.
bulletPROGRAMMING:  The process of writing coded instructions for a program.
bulletPROGRAM FOLDERS:  Icons that when are "opened" start a program or application and contain files that run that program.
bulletPROMPT:  A message or symbol (such as the DOS prompt) displayed by interactive software, requesting information or instructions from the user.
bulletPULL:  The obtaining of information by user retrieval; the Web is a pull medium.
bulletPUSH:  The act of information being sent directly to a user; television is a push medium.

Back to the top

 

Q

 

R

bulletRANDOM ACCESS MEMORY:  RAM. "ordinary" computer memory that can be read from or written to by running programs.  Unless a file is permanently stored on a hard drive, diskette, or other storage medium, changes to information in RAM will be lost when the computer is turned off.
bulletREAD-ONLY MEMORY:  ROM.  Memory that can be read from but not written to except by special means.  It contains instructions for starting the computer, as well as special routines that perform many functions of the operating systems.
bulletREBOOT:  To restart the computer and prepare it for operations.
bulletREGISTRY:  A database that contains information about user preference and system configuration in Windows 9x, Windows NT, and Windows XP; contains information about which devices are attached to the computer and which drivers to use with them; keeps track of file associations and software; contained in the System data and User data files.
bulletRESOLUTION:  The amount of definition and clarity in an image on a monitor.  In monitors, resolution is measured by the number of pixels the device can display.  In printers, resolution is measured in dots per square inch (dpi), that can be printed on paper.
bulletRESTORE:  Return a window to its size and position prior to being minimized or maximized.
bulletROOT DIRECTORY:  The highest level directory in the system of hierarchial directories.  The root directory of drive C, is designated C:\.

Back to the top

 

S

bulletSAVE/STORE:  To send data to a hard disk or diskette for storage.
bulletSDSL:  Synchronous digital subscriber line that sends data at the same speed in both directions over a telephone line.  Mainly intended for business use. 
bulletSEARCH ENGINE:  A program that lets users locate specified information from a database or mass of data.  Search engine sites are extremely popular on the Web, as they let users quickly sift through millions of documents on the Internet.  Alta Vista, http://www.altavista.com, is one example of a search engine.
bulletSELECT:  Mark an item by highlighting it or clicking on it.  Selecting an item or object does NOT initiate an action, but may make grayed (dimmed) menu options available.
bulletSELECTING TEXT:  Marking or highlighting an item (like text) on the screen.  This can be done using the arrow keys with SHIFT pressed down, or dragging the mouse over the text.  Once text is selected, you can perform an action on it such as deleting, cutting, copying, and formatting it.
bulletSCANDISK:  A utility program that diagnoses and repairs problems with a hard drive or diskette.  After repairing the designated problems, Scandisk makes a log for viewing and saving results.
bulletSERIAL PORT:  A port that transmits data 1 bit at a time and used for peripherals such as mice and other input devices.
bulletSCSI (Small Computer Systems Interface, pronounced "scuzzy".):  A high-speed interface that can connect to a computer devices such as hard drives, CD-ROM drives, floppy drives, tape drives, scanners, and printers.
bulletSERVER:  The control computer on a LAN (Local Area Network).  The server controls software, access to printers, and other parts of the network. 
bulletSHAREWARE:  Software that you can download for free from the Internet.  If you decide to keep the program, you then pay a fee for it.
bulletSHORTCUT KEY:  Key combination that provides fast access to a command, usually without first accessing a pull-down menu.
bulletSHORTCUTS:  Icons on your desktop you can double-click to start applications.
bulletSIGN-OFF:  To type the information required to disconnect from an information service or bulletin board system.
bulletSIGN-ON:  To complete a connection to an information service or bulletin board system by typing a user ID, password, or other required information.
bulletSIZING HANDLES:  Small squares on the borders of a highlighted field or other object.  You can drag a handle to resize the field or object.
bulletSOFTWARE:  The programs or instructions a computer uses.  Software includes both the operating system as well as application software.
bulletSPAM:  As a noun, unsolicited bulk E-mail messages on the Internet or Usenet newsgroup postings sent to large numbers of newsgroups.   As a verb, to send copies of the same types of messages.
bulletSRAM (Static RAM):  A type of computer memory that requires a constant power flow to hold information.  It's quicker and more dependable than dynamic RAM, but it's also more expensive, takes up more space, and uses more power.  Therefore SRAM in never used as the main RAM storage facility.
bulletSTARTUP:  The process of getting a computer ready for operation.  This includes internal checks and the loading of software, such as the operating system.  Also called booting up or boot up.
bulletSTREAMING:  The playing of compressed sounds or images as they are being downloaded and uncompressed by a browser.
bulletSUBDIRECTORY:  Lower level directory, subordinate to a parent directory.
bulletSYSTEM ERROR:  A software malfunction that makes an operating system inoperable.

Back to the top

 

T

bulletTASK:  A running program, open application or active process.
bulletTASK BAR:  The bar normally at the bottom of the desktop in Windows 9x.  It shows all running applications, the time and the famous "START" button.
bulletTASK LIST:  Used to show all open applications and switch between them.  Can also arrange windows and icons and terminate any running programs or processes.  Sometimes called Task Manager.
bulletTEMPLATE:  A predesigned document with the basic layout, formatting, and sample text already in place.  You can use a template to create new documents.
bulletTEXT BOX:  An area within a dialog box where data needed for a chosen command is typed.  May contain default text or be blank.   The standard Windows editing keys can be used while typing here.
bulletTEXT FILE:  A file that has been saved in ASCII (DOS text) format, and contains no formatting codes.  Sometimes call an ASCII file.
bulletTHUMBNAIL:  A smaller version of a graphic or document page that takes up less space on-screen to allow multiple images to be viewed on the same page.  Sometimes, clicking on the thumbnail will load the full-sized image.
bulletTITLE BAR:  The top most bar of a program's window that contains that program's name.
bulletTOOL BAR:  A group of graphical rectangles that suggest push buttons.  Each push button represents a command that can be executed by pressing the appropriate button.
bulletTRANSFER RATE:  The speed at which information or instructions can be moved between locations.  This rate is measured in units of information per units of time.  Fore example, the transfer rate for a modem in measured in bits per second (bps).
bulletTROJAN HORSE:  A virus that falsely appears to be a useful application, such as a game or a utility, and slips into a system unnoticed.

Back to the top

 

U

bulletUNIVERSAL SERIAL BUS (USB):  A new type