Thursday, November 20, 2008 8:58 PM
 

  Search:

 
 
 

 

 
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
 

Access Point

 
A hardware device or a computer's software that acts as a communication hub for users of a wireless device to connect to a wired LAN.
AI
Stands for Artificial Intelligence. This is the area of computer science focusing on creating machines that can engage on behaviours that humans consider intelligent. The ability to create intelligent machines has intrigued humans since ancient times and today with the advent of the computer and 50 years of research into AI programming techniques, the dream of smart machines is becoming a reality. Researchers are creating systems which can mimic human thought, understand speech, beat the best human chess player, and countless other feats never before possible.
ACPI
Advanced Configuration and Power Interface ACPI enables the operating system to control the amount of power given to each device attached to the computer. With ACPI, the operating system can turn off peripheral devices, such as CD-ROM players, when they're not in use.
Actuator
Device that performs an action or outputs a signal in response to a signal from a computer.
Addressing
A method of identifying a resource (such as a program) or piece of information (such as a file) on a network. Methods of addressing vary considerably from network-to-network.
AGP
(Accelerated Graphics Port) An interface based on PCI, but is designed especially for the throughput demands of 3-D graphics. Rather than using the PCI bus for graphics data, AGP introduces a dedicated point-to-point channel so that the graphics controller can directly access main memory. The AGP channel is 32 bits wide and runs at 66 MHz. This translates into a total bandwidth of 266 MBps, as opposed to the PCI bandwidth of 133 MBps.
AGTL Signaling
(Assisted Gunning Transistor Logic) AGTL and AGTL+ use the same Signaling protocol only at different voltage levels. AGTL+ operates at 1.5V Signaling levels, while AGTL operates at 1.25V.
Algorithm
A formal set of instructions that can be followed to perform a specific task, such as a mathematical formula or a set of instructions in a computer program.
AMD
(Advanced Microchip Devices) A semiconductor manufacturer and is a major competitor of Intel.
Analog
Anything whose behaviour corresponds with the behaviour of something else, especially if the correspondence varies continuously rather than in steps. For example, the height of the liquid in a thermometer is an analog of the temperature. The signals that go from a computer to a composite monitor are analog voltages.
Application
A software program designed to perform a specific task or group of tasks, such as word processing, communications, or database management.
Archie
Or ArchiePlex which is an Archie gateway for the World Wide Web. It can locate files on Anonymous FTP sites in the Internet.
Asynchronous
1: not synchronous; not occurring or existing at the same time or having the same period or phase.
2: of, used in, or being digital communication (as between computers) in which there is no timing requirement for transmission and in which the start of each character is individually signalled by the transmitting device.
ASP
Stands for Active Server Pages, which is an open, compile-free application environment in which you can combine HTML, scripts, and reusable ActiveX server components to create dynamic and powerful Web-based business solutions. Active Server Pages enables server side scripting for IIS with native support for both VBScript and Jscript.
ATA
Short for Advanced Technology Attachment, a disk drive implementation that integrates the controller on the disk drive itself. There are several versions of ATA, all developed by the Small Form Factor (SFF) Committee.
ATM
Asynchronous Transfer Mode -- International standard for cell relay in which multiple service types (such as voice, video, or data) are conveyed in fixed-length (53-byte) cells. Fixed-length cells allow cell processing to occur in hardware, thereby reducing transit delays.
ATX
The modern-day shape and layout of PC motherboards. It improves on the previous standard, the Baby AT form factor, by rotating the orientation of the board 90 degrees. This allows for a more efficient design, with disk drive cable connectors nearer to the drive bays and the CPU closer to the power supply and cooling fan.
AVI
Stands for Audio/Video Interleaved. AVI is the most common format for audio/video data on the PC.
Backbone
This term is often used to describe the main line or series of connections in a network. The backbones of the Internet are high-speed data highways serving as a major access points to which other networks connect.
Backup
To copy files to a second medium (a disk or tape) as a precaution in case the first medium fails. One of the cardinal rules in using computers is. Back up your files regularly. Even the most reliable computer is apt to break down eventually. Bandwidth:
How much stuff you can send through a connection. Usually measured in bits-per-second. A full page of English text is about 16,000 bits. A fast modem can move about 57,000 bits in one second.
Baud
Pronounced bawd. The term is named after J.M.E. Baudot, the inventor of the Baudot telegraph code. In common usage the baud rate of a modem is how many bits it can send or receive per second. Technically, baud is the number of times per second that the carrier signal shifts value - for example a 1200 bit-per-second modem actually runs at 300 baud, but it moves 4 bits per baud (4 x 300= 1200 bits per second).
Beta
Preliminary or testing stage of a software or hardware product; "a beta version"; "beta software"
BIOS
Stands for Basic Input/Output System. The BIOS gives the computer a little built-in starter kit to run the rest of software’s from floppy disks (FDD) and hard disks (HDD). The BIOS is responsible for booting the computer by providing a basic set of instructions.
Binary
This is a basic system of numbering using ones and zeros.
Bit
(Binary DigIT) A single digit number in base-2, in other words, either a 1 or a zero. The smallest unit of computerized data. Bandwidth is usually measured in bits-per-second.
Blog
(Slang term for a Weblog) This is a publicly accessible personal journal for an individual. Similar to a personal diary, but shared over the web. The activity of updating a blog is "blogging" and someone who keeps a blog is a "blogger." Blogs are typically updated daily using software that allows people with little or no technical background to update and maintain the blog. Postings on a blog are almost always arranged in chronological order with the most recent additions featured most prominently.
Bluetooth
Radio technology that connects electronic devices without using a cable. Data and voice can be exchanged at ranges of up to 10 meters without the need for devices to be lined up together.
BMP
(pronounced "bimp"): It's a bitmap, an image made up of little dots.
Boot Disk
A diskette from which you can boot your computer. Normally, your computer boots from a hard disk, but if the hard disk is damaged (for example, by a virus), you can boot the computer from a bootable diskette
Buffer

A place, especially in RAM, for the temporary storage of data for the purpose of speeding up an operation such as printing or disk access. Data from a buffer is available more quickly than data from where the buffer got it. Typically buffers get data before it is needed so it will be ready quickly when it is needed. Similar to cache.

Browser
A browser is the software used for viewing pages on the web. Two examples are Microsoft Internet Explorer and Netscape Navigator.
BUS
A collection of wires through which data is transmitted from one part of a computer to another. You can think of a bus as a highway on which data Travels within a computer.
Bus Mastering
A technique that allows certain advanced bus architectures to delegate control data transfers between the CPU and associated peripheral devices to an add-in board. This gives greater system bus access and higher data transfer rates than conventional systems.
Byte
Unit of memory or data needed to represent one character in binary (1s and 0s) form. One byte is usually 8 bits.
Cable modem (CM)
Client device for providing data over a cable TV network.
Cache
A special block of fast memory used for temporary storage of data for quick retrieval. Compare buffer. (Think of a buffer as a temporary holding place between two devices, and a cache as a temporary holding place for one device.)
Cache RAM
Cache (usually SRAM) stores frequently requested data and instructions. It is a small block of high-speed memory located between the CPU and the main memory. When your computer processor needs data, it will check the Cache first to see if it is there. If the data is not there, it will retrieve it from the slower main memory.
CATV
Community Antenna Television or Cable TV system. Can be all coaxial or HFC (Hybrid Fiber Coax) based.
CD-ROM
(Compact Disc Read-Only Memory) An optical storage medium that can hold about 600 MB of data and is accessed with lasers.
CGA
Stands for Colour Graphics Adapter. IBM's first microcomputer colour standard. CGA allowed a maximum of four colours at a resolution of 320 x 200 or two colours at 640 x 200.
CGI
The Common Gateway Interface. A standard for running external programs from a World-Wide Web HTTP server. What is returned from the CGI program is based on what was requested, and this information can be accessed and returned to the user in many different ways.
Channel
A specific frequency and bandwidth combination. Used in this context about TV channels for television services and downstream data for cable modems.
Chassis
The physical framework of the computer system that houses modules, wiring, and power supplies.
CICS
Customer Information Control System. A general purpose IBM mainframe-based transaction management system. CICS is one of IBM's most widely used data communications/ database subsystems.
Client
Between slave and peer. A system that is able to operate independently, but has some degree of dependence on another system. Frequently refers to computers on a local area network. Compare peer, slave.
Clock Speed
The clock speed is the frequency which determines how fast devices that are connected to the system bus operate. The speed is measured in millions of cycles per second (MHz or megahertz) and is generated by a quartz crystal on the motherboard which acts as a kind of metronome.
Clustering
A technique in which two or more servers are interconnected and can access a common storage pool. Clustering prevents the failure of a single file server from denying access to data and adds computing power to the network for large numbers of users.
CMTS
Cable Modem Termination System. Central device for connecting the cable TV network to a data network like the internet. Normally placed in the headend of the cable TV system.
COBOL
Stands for Common Business Oriented Language. A computer programming language invented during the second generation of computers and designed to meet the needs of business. Although less often used today, it was well-suited for writing programs that process large files and generate reports.

Codec
Short for compressor/decompress, a codec is any technology for compressing and decompressing data. Codec’s can be implemented in software, hardware, or a combination of both. Some popular codec’s for computer video include MPEG, Indeo and Cinepak.

Cold Boot
A cold reboot (also known as a hard reboot) is when power to a computer is cycled (turned on and off) or a special reset signal to the processor is triggered (from a front panel switch of some sort). This restarts the computer without first performing the usual shut-down procedure. (With many operating systems, especially those with disc caches, after a hard reboot the system may well be in an "unclean" state, and require that checks and repairs to on-disc file system structures be performed before normal operation can begin.)

Collision
The situation that occurs when two or more devices attempt to send a signal along the same channel at the same time. The result of a collision is generally a garbled message. All computer networks require some sort of mechanism to either prevent collisions altogether or to recover from collisions when they do occur.

COM
Stands for Component Object Module. In DOS systems, the name of a serial communications port. DOS supports four serial ports: COM1, COM2, COM3, and COM4. However, most software uses system interrupts to access the serial ports, and there are only two IRQ lines reserved.

Command Line
Commands you type to run an application. You can type commands at an MS-DOS prompt or in the Run dialog box in the Program Manager of Windows. Interfaces in which you type commands rather than choose them from a menu are often called command line interfaces. MS-DOS has a command line interface while the Macintosh does not.

Compiler
This is an application that converts a programming language into a machine language program.

Config.SYS

The configuration file for DOS systems. Whenever a DOS computer boots up, it reads the CONFIG.SYS file (if it exists) and executes any commands in it. The most common commands are BUFFERS= and FILES=, which enable you to specify the buffer size and the number of files that can be open simultaneously.

Contrast Ratio
Is a method of measuring a dynamic range. The higher the contrast ratio, the more detailed the image will be. Blacks will be blacker, whites will be whiter, and particularly text on the image will be more vivid.

Controller
A device that controls the transfer of data from a computer to a peripheral device and vice versa. Controllers must be designed to communicate with the computer's expansion bus. There are three standard bus architectures for PCs -- the AT bus, PCI (Peripheral Component Interconnect), and SCSI.

Conventional Memory
On DOS systems, conventional memory refers to the portion of memory that is available to standard DOS programs. DOS systems have an address space of 1MB (megabyte), but the top 384K (called high memory) is reserved for system use. This leaves 640K of conventional memory. Everything above 1MB is either extended or expanded memory.

CPE
Customer Premises Equipment. Used to describe the PC and/or other equipment that the customer may want to connect to the cable modem.

CPM (Cost Per Thousand)
The practice of calculating a cost per 1000 ad displays. It is used by programs that pay on an impression basis -- with the CPM rate being the amount you earn for every 1000 times an advertisement is displayed.

CPU
Central Processing Unit. In a microcomputer, a processor on an IC chip (called a microprocessor) that serves as the heart of the computer. It interprets and carries out instructions, performs numeric computations, and controls the peripherals connected to it. Often the entire system unit is called the CPU.

CSS
Stands for Cascading Style Sheets.

Daisy Chain
A hardware configuration in which devices are connected one to another in a series. The SCSI interface, for example, supports a daisy chain of up to 7 devices.

Data
Anything that is recorded or used for processing. The stuff that transfers between computers needed a name -- data seemed good.

Data Bus
A group of parallel conductors (circuit traces) found on the motherboard that is used by the CPU to send and receive data from all the devices in the computer. Also called the external data bus.

Data Conversion
The translation of data from one format to another. Often when data are moved from one system to another, some form of data conversion is required to convert the data to a format the receiving system can interpret. Sometimes it is necessary to have an intermediate format.

Database
Anything that accepts data is a database. A pile of newspapers is a database. A computer database has the ability to manipulate that data. It is possible to attach applications to that database to search the contents.

Data Rate
Speed that information moves from one item to another. This is usually in the form of bits.

Daughter Card
A printed circuit board that plugs into another circuit board (usually the motherboard). A daughter card is similar to an expansion board, but it accesses the motherboard components (memory and CPU) directly instead of sending data through the slower expansion bus.

DDR
Stands for "Double Data Rate." It is an advanced version of SDRAM, a type of computer memory. DDR-SDRAM, sometimes called "SDRAM II," can transfer data twice as fast as regular SDRAM chips. This is because DDR memory can send and receive signals twice per clock cycle. The efficient operation of DDR-SDRAM makes the memory great for notebook computers since it uses up less power.

DDS
Stands for Direct Digital Signal. A network whose infrastructure equipment is completely digital. All signals on such a network are transmitted digitally and there is no need for analog-to-digital converters.

Decoder
A circuit or device that restores a coded signal to its original form based on knowledge of the process used to code the signal.

Decryption
Decryption is the process of converting encrypted data back into its original form, so it can be understood.

Dedicated Line
This is a phone line meant specifically for one thing, like being attached to a computer.

Demodulation
This is the process of converting analog information (like over phone lines) into digital information (like in a computer). See "Modem" for more.

DHCP
Dynamic Host Configuration Protocol. This protocol provides a mechanism for allocating IP addresses dynamically so that addresses can be reused. Often used for managing the IP addresses of all the cable modems in a cable plant and the PC's connected to the cable modems.

DHTML
Stands for Dynamic HTML.

Dial-Up Line
This is a telephone line that is connected to a server. When it is called, tones are exchanged between the server and the devise calling in order to attach.

Dial-Up Networking
A component in Windows 95 that enables you to connect your computer to a network via a modem. If your computer is not connected to a LAN and you want to connect to the Internet, you need to configure Dial-Up Networking (DUN) to dial a Point of Presence (POP) and log into your Internet Service Provider (ISP).

Digital
A system that defines data in a discrete, non-fluctuating (i.e., non-analogue), numerical method. Similar to a binary system.

DIP
Acronym for dual in-line package, a type of chip housed in a rectangular casing with two rows of connecting pins on either side.

DLL
Dynamic Link Library. A file of functions, compiled, linked, and saved separately from the processes that use them. Functions in DLLs can be used by more than one running process. The operating system maps the DLLs into the process's address space when the process is started up or while it is running. Dynamic link libraries are stored in files with the .DLL file extension.

DMA
Hardware devices attached to PCs (ranging from keyboards to sound cards) can be designed to send their instructions to and from main memory in one of two ways. The default is to ask the CPU to do the work. The more efficient way is to allocate one of the PC's DMA channels to send instructions directly to memory. This leaves the CPU free to do more important things.

DNS
Domain Name Service is the system used on the Internet for mapping names (called domain names) to the actual numerical addresses of machines on the Internet (IP addresses). Every computer on the Internet has its own number.

DOCSIS
Data Over Cable Service Interface Specification. The dominating cable modem standard. Defines technical specifications for both cable modem and CMTS.

Dongle
A device that attaches to a computer to control access to a particular application. Dongles provide the most effective means of copy protection. Typically, the dongle attaches to a PC's parallel port.

DOS
Stands for Disc Operating System. It is a generic term for the many programs that accept commands to trip applications to run. The most popular is MS-DOS (MS stands for Microsoft).

Downstream
The data flowing from the Cable Modem Termination System to the cable modem.

Downstream frequency
The frequency used for transmitting data from the Cable Modem Termination System to the cable modem. Normally in the 42/65-850 MHz range depending on the actual cable plant capabilities.

Domain
A group of computers and devices on a network that are administered as a unit with common rules and procedures. Within the Internet, domains are defined by the IP address. All devices sharing a common part of the IP address are said to be in the same domain.

Domain Name
A name that identifies one or more IP addresses. Every domain name has a suffix that indicates which top-level (TLD) domain it belongs to. Because the Internet is based on IP addresses, not domain names, every Web server require a Domain Name System (DNS) server to translate domain names into IP addresses.

DRAM
DRAM (dynamic random access memory) is most commonly used type of memory in computers. A bank of DRAM memory usually forms the computer's main memory. It is called Dynamic because it needs to be refreshed.

Driver
A program that controls a device. Every device, whether it is a printer, disk drive, or keyboard, must have a driver program. Many drivers, such as the keyboard driver, come with the operating system. For other devices, you may need to load a new driver when you connect the device to your computer.

DSP (Digital Signal Processor)
DSP chips are widely used in sound cards, fax machines, modems, cellular phones, high-capacity hard disks and digital TVs. The first DSP chip used in a commercial product was believed to be from Texas Instruments, which was used in its very popular Speak & Spell game in the late 1970s. DSP chips are used in sound cards for recording and playback and speech synthesis.

DVD
Short for digital versatile disc or digital video disc, a new type of CD-ROM that holds a minimum of 4.7GB (gigabytes), enough for a full-length movie.

Dynamic URL
A URL that results from the search of a database-driven Web site or the URL of a Web site that runs a script.

EBCDIC
Extended Binary Coded Decimal Interchange Code. It is also called the Extended ASCII Code, as it adds an eighth digit to the normal seven-digit code.

ECC Memory
Error Checking and Correction. A method of detecting and correcting system memory errors by adding additional bits and using a special algorithm.

EDO Memory
Short for Extended Data Output Dynamic Random Access Memory, a type of DRAM that is faster than conventional DRAM. Unlike conventional DRAM which can only access one block of data at a time, EDO RAM can start fetching the next block of memory at the same time that it sends the previous block to the CPU.

E-Mail
Stands for Electronic Mail. This is a system of relaying messages across the Internet, from one Internet user to another.

Emulation
Refers to the ability of a program or device to imitate another program or device.

Encryption
Encryption is the process of converting data into "unreadable code" is so that unauthorized people cannot understand the content. Encryption may be used to make stored data private (e.g., data that is stored on a potentially vulnerable hard disk), or to allow a nosecone communications channel to serve as a private communications channel.

Engine (as in "Search Engine"):
This is the working part of a database or application.

EPROM
Acronym for erasable programmable read-only memory, and pronounced ee-prom, EPROM is a special type of memory that retains its contents until it is exposed to ultraviolet light.

Error Rate
In many cases, it may be acceptable if an input device generates a certain number of errors. This is often referred to as the error rate and the acceptable level will vary according to the input device being used and the business application.

ESD
Stands for Electro Static Discharge and is defined as a sudden flow of electricity between two objects at different electrical potentials. ESD is a primary cause of integrated circuit damage or failure.

Ethernet
A networking system that enables high speed data communication over coaxial cables. The Ethernet network system supports TCP/IP, AppleTalk, Novell Netware, and other network protocols.

Executable File
A file in a format that the computer can directly execute. Unlike source files, executable files cannot be read by humans.

Expanded Memory
Also known as EMS (Expanded Memory Specification), expanded memory is a technique for utilizing more than 1MB (megabyte) of main memory in DOS -based computers.

Expansion Bus
A group of control lines that provide a buffered interface to devices located either on the system board or on cards that are plugged into expansion connectors. Common expansion buses included on the system board are USB, PC Card, and PCI.

Extended Memory
Memory above and beyond the standard 1MB (megabyte) of main memory that DOS supports. Extended memory is only available in PCs with an Intel 80286 or later microprocessor.

External Modem
A modem that resides in a self-contained box outside the computer system.

Extranet
An extranet is a private network that uses the Internet protocols and the public tele-communication system to share a business’s information , data or operations with external suppliers, vendors or customers.

Fault Tolerance
The ability of a system to respond gracefully to an unexpected hardware or software failure. There are many levels of fault tolerance, the lowest being the ability to continue operation in the event of a power failure.

FAQ
Stands for Frequently Asked Questions. An FAQ is a file or document where a moderator or administrator will post commonly asked questions and their answers.

Fax Modem
A device you can attach to a personal computer that enables you to transmit and receive electronic documents as faxes.

Fibre Optic
An alternative to copper wire for transmitting information. In Fibre optics, pulses of light representing binary data are flashed along a flexible glass Fibre.

File Sharing
This is the most important feature of the Internet. This is a method of allowing one server to give the same file to many different end users.

Firmware
Software (programs or data) that has been written onto read-only memory (ROM). Firmware is a combination of software and hardware. ROMs, PROMs and EPROMs that have data or programs recorded on them are firmware.

Freeware
This is a shortened version of Free Software. Programmers offer their work without wanting pay in return.

FSB
Stands for Front Side Bus, which denotes the speed at which your processor interacts with the components on the motherboard.

FTP
Stands for File Transfer Protocol.

Gateway
As in Common Gateway Interface (CGI). It is a piece of software that allows two items to communicate with each other. They are used to make connections between computers and systems inside that computer.

General Protection Fault
GPF, short for General Protection Fault, is a computer condition that causes a Windows application to crash.

GIF
Pronounced "jif." Stands for Graphical Interchange Format. It is an image format created by CompuServe.

Gigabyte
2 to the 30th power (1,073,741,824) bytes. One gigabyte is equal to 1,024 megabytes. Gigabyte is often abbreviated as G or GB.

GIGO
It's an acronym that stands for Garbage In, Garbage Out.

Glyph
A graphic symbol whose appearance conveys information; for example, the vertical and horizontal arrows on cursor keys that indicate the directions in which they control cursor movement.

Gopher
A method of distributing information by computers that has waned in popularity to ftp. Most gopher files contain only text information with few images, audio, or video components. Files can be downloaded with a similar protocol like ftp.

GUI - Graphical User Interface
A program interface that takes advantage of the computer's graphics capabilities to make the program easier to use. Well-designed graphical user interfaces can free the user from learning complex command languages.



Half-Duplex
Refers to the transmission of data in just one direction at a time. For example, a walkie-talkie is a half-duplex device because only one party can talk at a time. In contrast, a telephone is a full-duplex device because both parties can talk simultaneously.

Handshaking
The process by which two devices initiate communications. Handshaking begins when one device sends a message to another device indicating that it wants to establish a communications channel.

Hard Boot
A hard reboot (also known as a cold reboot) is when power to a computer is cycled (turned on and off) or a special reset signal to the processor is triggered (from a front panel switch of some sort).

Hardware
These are the physical items including your computer and floppy discs.

Heat Sink
A component designed to lower the temperature of an electronic device by dissipating heat into the surrounding air. All modern CPUs require a heat sink. Some also require a fan.

Helper Application
This is an application your browser uses to manipulate a downloaded program.

HFC
Hybrid fibre-coaxial (cable network). Older CATV systems were provisioned using only coaxial cable. Modern systems use fibre transport from the headend to an optical node located in the neighborhood to reduce system noise.

High Memory Area
In DOS -based systems, the high memory area refers to the first 64K of extended memory.

Host
A computer on a network that provides services to other computers on the network. Unless you have your own server, you need a hosting company who provides a server or computer that is connected to the internet and makes your web pages available to the rest of the internet.

HTML
Hyper Text Mark-up Language. It is a collection of structuring and formatting tags used to create Web pages.

HTTP
Stands for HyperText Transport Protocol. Common protocol used to communicate between World Wide Web Servers.

Hub
A common connection point for devices in a network. Hubs are commonly used to connect segments of a LAN. A hub contains multiple ports. When a packet arrives at one port, it is copied to the other ports so that all segments of the LAN can see all packets.

Hybrid
A device or system combining two types of mechanisms, circuits, or design approaches, each of which could of itself accomplish the total function but in a different and usually less effective manner. A hybrid computer combines digital and analog computers into one functioning system.

Hypertext
This is a mark-up language that allows for non-linear transfers of data. The method allows your computer to provide the computational power rather than attaching to a mainframe and waiting for it to do the work for you.

IBM
Stands for International Business Machines

ICMP
(Internet Control Message Protocol) A message control and error-reporting protocol between a host server and a gateway to the Internet.
Icon:
A small video display that acts as an activation link when clicked on.

IDE
(Integrated Development Environment) A programming environment integrated into an application.


IMAP
Internet Message Access Protocol
IMAP is gradually replacing POP as the main protocol used by email clients in communicating with email servers.

Integrated Circuit
Another name for a chip, an IC is a small electronic device made out of a semiconductor material.

Interface
This is any type of point where two different things come together. Most often, the term is used to describe the programs between you and your computer like Windows, OS/2 and others. What you see on the screen is the interface between you and what your computer is doing.

Internal Modem
A modem that resides on an expansion board that plugs into a computer. In contrast, an external modem is a box that attaches to a computer's COM port via cables.

Internet
The Internet is a super-network. It connects many smaller networks together and allows all the computers to exchange information with each other. To accomplish this all the computers on the Internet have to use a common set of rules for communication. Those rules are called protocols, and the Internet uses a set of protocols called TCP/IP (Transmission Control Protocol/Internet Protocol). Many people equate the World Wide Web with the Internet. In fact, the Internet is like the highway, and the World Wide Web is like a truck that uses that highway to get from place to place.

Interrupt
A signal informing a program that an event has occurred. When a program receives an interrupt signal, it takes a specified action (which can be to ignore the signal). Interrupt signals can cause a program to suspend itself temporarily to service the interrupt.

Intranet
A private network for communications and sharing of information that, like the Internet, is based on TCP/IP but is accessible only to authorized users within an organization. An organization’s intranet is usually protected from external access by a firewall. See also: Extranet.

IS
Stands for Information System.

ISDN
Integrated Services Digital Network. ISDN is a public global network capable of transmitting voice, data and images at speeds up to 128K. The digital technique can transport more signals on the same telephone line than the traditional analogue technique and enables a range of new services.

ISP
Internet Service Provider, a company that provides access to the Internet. For a monthly fee, the service provider gives you a software package, username, password and access phone number. Equipped with a modem, you can then log on to the Internet and browse the World Wide Web and USENET, and send and receive e-mail.

JAVA

Java is an object-oriented language similar to C++, but simplified to eliminate language features that cause common programming errors.

JavaScript
This is a language very close to Java that allows for more interaction with the viewer. It is much more forgiving than Java as doesn't require its own window in which to work.

JPEG
Pronounced "J-Peg." Stands for Joint Photographic Experts Group. It's an image format that allows for compression when stored.

Jumpers
A metal bridge that closes an electrical circuit. Typically, a jumper consists of a plastic plug that fits over a pair of protruding pins. Jumpers are sometimes used to configure expansion boards. By placing a jumper plug over a different set of pins, you can change a board's parameters.

Kbit/s
Stands for thousands of bits per second.

Kilobyte (KB)
This is about a thousand bytes of space. In reality, it's two to the 10th power or 1,024 bytes.

KVM
Keyboard-Video-Mouse switch. A piece of hardware that connects two or more computers to a single keyboard, monitor and mouse.



LAN
A computer network that spans a relatively small area. Most LANs are confined to a single building or group of buildings. However, one LAN can be connected to other LANs over any distance via telephone lines and radio waves. A system of LANs connected in this way is called a wide area network (WAN).

LCD
Abbreviation of liquid crystal display, a type of display used in digital watches and many portable computers. LCD displays utilize two sheets of polarizing material with a liquid crystal solution between them. LED:
Abbreviation of light emitting diode, an electronic device that lights up when electricity is passed through it. LEDs are usually red. They are good for displaying images because they can be relatively small, and they do not burn out. However, they require more power than LCDs.

Linux
A version of UNIX that runs on a variety of hardware platforms including x86 PCs, Alpha, PowerPC and IBM's product line. Linux is open source software, which is freely available. Linux has gained popularity with Internet Service Providers as the Operating System of choice for hosting Web servers.

Live Script
This is the former name of Java Script. There are few updates between the two.

Login
To attach to a computer. It has also come to represent your User ID command.

Login Script
This is the small text file that is run by the server gateway to make the attachment between it and your computer.

LVD
Low Voltage Differential. A differential logic scheme using lower voltage levels than HVD.

Mainframe
Mostly a mainframe is only a mainframe when compared to a desktop computer. It's bigger and much more powerful. Sometimes it's called a server or CPU.

MBR
Short for Master Boot Record, a small program that is executed when a computer boots up. Typically, the MBR resides on the first sector of the hard disk.

MCNS
Multimedia Cable Network System Partners Ltd. The consortium behind the DOCSIS standard for cable modems.

Megabyte (MB)
About a million bytes of space. Actually its 2 raised to the 20th power or 1,048,576 bytes of space.

Memory
Internal storage areas in the computer. The term memory identifies data storage that comes in the form of chips, and the word storage is used for memory that exists on tapes or disks.

Microcomputer
A category of computer that is generally used for personal computing, for small business computing, and as a workstation attached to large computers or to other small computers on a network.

Microprocessor
A silicon chip that contains a CPU. In the world of personal computers, the terms microprocessor and CPU are used interchangeably. Microprocessors also control the logic of almost all digital devices, from clock radios to fuel-injection systems for automobiles.

MIDI
Stands for Music Instrument Digital Interface. It allows a computer to store and replay a musical instrument's output.

Modem
This is a word created out of the beginning letters of two other words: MOdulation and DEModulation. The words mean the changing of data from digital