Frequency: A characteristic of an electrical or electronic signal which describes the periodic recurrence of cycles. Frequency is inversely proportional to the wavelength or pulse width of the signal (i.e., long wavelength signals have low frequencies and short wavelength signals yield high frequencies).
G
H
Handshaking: A process that two modems go through at the time of call setup to establish synchronization over the data communica- tions link. It is a synchronization and negotiation process accomplished by the exchange of predefined, mutually recognized control codes.
Hard Disk: A metal disk covered with magnetic recording material. Some can hold up to several hundred megabytes of information. Contrast with floppy disk.
Hardware: The equipment that makes up your computer system, including the keyboard, mouse, disk drives and monitor.
Hexadecimal: A base 16 numbering system used to represent binary values. Hex uses the numbers
Host: The computer that is designated as retaining information or processing power to service the needs of other computers or terminals. Mainframes and
I
Initialize: To start anew and establish
Interface: A common meeting ground supplied by hardware or software to facilitate a compatible connection and operation between two devices or programs. For example, when two PCs are connected, they use a common interface across the physical connectors, so that the signals being sent and received are accurately interpreted. With software, an interface is a module created to be "written to". That is, if two programs are written to the same interface, then they can be successfully linked together.
IRQ Level (Interrupt Request Level): The notification a processor receives when another portion of the computer's hardware requires its attention. IRQs are numbered so that the device issuing the IRQ can be identified, and so IRQs can be prioritized.
J
K
Kilobit: One thousand bits. A unit of measure for digital data rates.
Kilobyte: One thousand bytes. A unit of measure for digital data rates. Not to be confused with "K", which stands for z10 bytes of storage space, either in memory or on disk. 1K of disk space is actually 1024 bytes, 16K is 65,536 bytes and 1M (meg) is 1,048,576 bytes.
L
Leased Line: A private, dedicated communications channel that connects two locations. This connection lasts for the duration of the subscription. Leased lines may be conditioned to improve line quality over that of
Line Conditioning: An additional cost option offered by the telephone company for their leased,
LRC (Longitudinal Redundancy Check): Error checking method that generates a parity bit from a specified string of bits on a longitudinal track. In a row and column format such as on magnetic tape, LRC is often used with VRC, which creates a parity bit for each character.
M
Mainframe: A large, powerful computer used to centralize a data processing environment. It has hundreds of gigabytes of disk storage space. It uses a front end processor to connect directly to the communications channels that interconnect terminals and computers.
Megabyte: One million bytes when describing a data rate. 1M of disk space may actually mean 1,048,576 bytes.
Mnemonics: A term assigned to a complex idea, value, or list of information which is found to be representative of that information. Computer commands are almost entirely mnemonics. Mnemonics are used as memory aids for people.