Sunday, February 27, 2011

Computer Terms F-J


• FAT: Stands for File Allocation Table. Basically this is a table of contents in a directory that tells the computer what all is in there. Look at your Netscape cache, you’ll see a FAT. It’ll be the first file.
• FAT 16: This was an older FAT (File Allocation Table) that was designed for use in the MS-DOS system. FAT 16 was used in many Windows Operating Systems up to Windows ME. Its biggest downfall was that it could only handle small partition sizes.
• FAT 32: A new version of the file allocation table (FAT) available in Windows 95 OSR 2 and Windows 98. FAT32 increases the number of bits used to address clusters and also reduces the size of each cluster. The result is that it can support larger disks (up to 2 terabytes) and better storage efficiency (less slack space).
• 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. Many fault-tolerant computer systems mirror all operations — that is, every operation is performed on two or more duplicate systems, so if one fails the other can take over.
• 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. A fax modem is like a regular modem except that it is designed to transmit documents to a fax machine or to another fax modem. Some, but not all, fax modems do double duty as regular modems. As with regular modems, fax modems can be either internal or external. Internal fax modems are often called fax boards.
• FDDI: Fiber Distributed Data Interface — A standard for transmitting data on optical fiber cables at a rate of around 100,000,000 bits-per-second (10 times as fast as Ethernet, about twice as fast as T-3).
• FDISK: A program found in all Aptiva software loads that allows modification of the partitions and/or logical drives on the hard drive. It can Display, Delete and Create partitions and logical drives, defining them for DOS, OS/2 or Windows, depending on which version of FDISK is used and how it is used. Type FDISK and hit Enter to start the program. This is a DESTRUCTIVE command and incorrect use will result in data loss!
• Fetch: The process of ‘fetching’ a data or instruction item from memory and writing it to a register. The ‘fetched’ item is then either executed (instruction), or acted upon (data).
• Fiber Optic: An alternative to copper wire for transmitting information. In fiber optics, pulses of light representing binary data are flashed along a flexible glass fiber. The advantage over copper wiring is that a single strand of optical fiber can carry thousands and thousands of different frequencies at once without data loss.
• 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.
• File Server: A computer or a file storage device on a network that allows other computers on the same network access to stored information and resources.
• 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.
• Flash Memory: This type of non-volatile memory has the ability to retain its information even when there is no power source. Flash Memory is best known for its use in hand help devices where it is used to store the operating system and core applications. Other devices that use Flash Memory are:
-Digital Cameras -Audio Players -Cell Phones and Pagers -USB Drives -Printers
• Flow Chart: A graphical representation of planned activities, operations or tasks. Usually, flow charts are used to show the progress of a certain activity. They can also be used to show the variance between specific operations.
• Formal Specification: These specifications exist to satisfy predefined properties of a device or program. The word “formal” in Computer Science is referring to the act of being “precise”. It takes three language components to make a specification “formal”:
  1. Syntax: Grammatical structuring of data using a special code that defines how this special code is used to form words, phrases or any other allowable constraint.
  2. Semantics: A relationship between words, phrases or any other allowable constraint and their actual meaning. This is contrast to “Syntax”. An example could be; if you enter a misspelled command, it would be a syntax error, but if you enter what may be a legitimate command but is not understood in its current context, this would be a “semantics error”.
  3. Proof Theory: This deals with the actual “logic” of the programming. Using mathematical analysis techniques, the programming language is proof checked.
• Forms: A web page element that uses text fields, radio buttons and check boxes to process predefined data. Forms also allow users to interact with an application by allowing information to be passed dynamically between two points.
• FORTRAN: FORmula TRANslator. Developed in 1954 by IBM, it is a high-level programming language, most widely used for scientific and engineering applications because it has excellent mathematical functions. Many programmers consider it to sacrifice “elegance” for speed of numerical manipulations.
• Freeware:
This is a shortened version of Free Software. Programmers offer their work without wanting pay in return.
  • Front Side Bus:
  • FTP:
This is the main pathway for data transfer in a PC. It connects all of a computers major components, such as; memory, AGP socket and chipset.
Stands for File Transfer Protocol.
• Full Duplex: Refers to the transmission of data in two directions simultaneously. For example, a telephone is a full-duplex device because both parties can talk at once. In contrast, a walkie-talkie is a half-duplex device because only one party can transmit at a time.
Most modems have a switch that lets you choose between full-duplex and half-duplex modes. The choice depends on which communications program you are running.
In full-duplex mode, data you transmit does not appear on your screen until it has been received and sent back by the other party. This enables you to validate that the data has been accurately transmitted. If your display screen shows two of each character, it probably means that your modem is set to half-duplex mode when it should be in full-duplex mode.
• 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 betweencomputers 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. The most common cause of a GPF is two applications trying to use the same block of memory, or more specifically, one application trying to use memory assigned to another application.
The following situations can also cause GPFs:
Running an application with insufficient resources Using improper hardware device drivers Corrupted or missing Windows files Applications exchanging data that cannot be read GPFs are often preceded by an invalid page fault.
• 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. On the other hand, many users find that they work more effectively with a command-driven interface, especially if they already know the command language.
• 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.
Most modems contain a switch that lets you select between half-duplex and full-duplex modes. The correct choice depends on which program you are using to transmit data through the modem.
In half-duplex mode, each character transmitted is immediately displayed on your screen. (For this reason, it is sometimes called local echo — characters are echoed by the local device). In full-duplex mode, transmitted data is not displayed on your monitor until it has been received and returned (remotely echoed) by the other device. If you are running a communications program and every character appears twice, it probably means that your modem is in half-duplex mode when it should be in full-duplex mode, and every character is being both locally and remotely echoed.
• 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. The two devices then send several messages back and forth that enable them to agree on a communications protocol.
• 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). 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 filesystem structures be performed before normal operation can begin.) It may be caused by power failure, be done by accident, or be done deliberately as a last resort because nothing else to retrieve the system from a “hung” state works.
• Hardware:
These are the physical items including your computer and floppy discs.
• Hayes Compatible: Hayes Microcomputer Products is one of the leading manufacturers of modems and has developed a language called the AT command set for controlling modems that has become the de facto standard. Any modem that recognizes Hayes modem commands is said to be Hayes-compatible.
This is very useful because most communications programs use Hayes modem commands. Virtually all modems manufactured today are Hayes-compatible.
• Headend: Central distribution point for a CATV system. Video signals are received here from satellites and maybe other sources, frequency converted to the appropriate channels, combined with locally originated signals, and rebroadcast onto the HFC plant. The headend is where the CMTS is normally located.
• 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. A heat sink without a fan is called a passive heat sink; a heat sink with a fan is called an active heat sink. Heat sinks are generally made of a zinc alloy and often have fins.
• Helper Application:
This is an application your browser uses to manipulate a downloaded program.
• HFC: Hybrid fiber-coaxial (cable network). Older CATV systems were provisioned using only coaxial cable. Modern systems use fiber transport from the headend to an optical node located in the neighborhood to reduce system noise. Coaxial cable runs from the node to the subscriber. The fiber plant is generally a star configuration with all optical node fibers terminating at a headend. The coaxial cable part of the system is generally a trunk-and­branch configuration.
• High Memory Area:
In DOS -based systems, the high memory area refers to the first 64K of extended memory.
• HST: High Speed Technology-Before the invention of the CCITT V.32 modem standards for 9600 BPS modems, US Robotics invented a proprietary protocol that runs even faster at 14,400 BPS. It became popular on US bulletin board system, but never caught on outside the USA. It is gradually being replaced by V.32.
• 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.
• Hot Fix:
Novell, Inc.’s term for the feature of their network file server operating system, Novell NetWare, which handles
errors in disk write operations. The OS re-reads every block it writes to disk while it holds the data to be written in memory. In the case of an error, the data block is written to a spare area on the disk.
The feature lost much of its importance with the widespread use of hard disk drives with built-in error correction and bad block re-mapping.
• Hotlist:
List of URLs saved within the Mosaic Web browser. (Bookmark in Netscape.)
• Hot Swappable: This refers to a device that is designed to be removed or replaced while a system is turned on without disturbing the computers function. A good example of a hot swappable device is the USB flash drive.
• HTML:
Hyper Text Markup 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.
A passive hub serves simply as a conduit for the data, enabling it to go from one device (or segment) to another. So-called intelligent hubs include additional features that enables an administrator to monitor the traffic passing through the hub and to configure each port in the hub. Intelligent hubs are also called manageable hubs.
A third type of hub, called a switching hub, actually reads the destination address of each packet and then forwards the packet to the correct port.
• 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.
• Hyper-Threading: (HTT = Hyper Threading Technology) is Intel’s trademark for their implementation of the simultaneous multithreading technology on the Pentium 4 microarchitecture. It is basically a more advanced form of Super-threading that first debuted on the Intel Xeon processors and later added to Pentium 4 processors.
• 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. ICMP uses Internet Protocol (IP) datagrams, but the messages are processed by the IP software and are not directly apparent to the application user.
• 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. For example, Microsoft Office applications support various versions of the BASIC programming language. You can develop a
WordBasic application while running Microsoft Word.
• IIS (Internet Information Server):
A Web server that runs on the Windows NT/2000 platforms. It allows the creation of web-based applications. IIS provides both FTP server and web server capability.
• Image Map:
Typically, an image map is graphical representation (also known as “hot spots”) containing predefined clickable hyperlinks. A good example of an image map would be a map containing clickable outlined images of each city. Once the user clicks the image, they are taken to a seperate web page containing information regarding that particular city.
• IMAP:
Internet Message Access Protocol IMAP is gradually replacing POP as the main protocol used by email clients in communicating with email servers. Using IMAP, an email client program can not only retrieve email but can also manipulate messages stored on the server without having to actually retrieve the messages. So messages can be deleted, have their status changed, multiple mail boxes can be managed, etc.
• Infrared: A light that is so red that it is not viewable to the naked eye. It uses this invisible beam of light to transmit a pre-programmed ‘line-of-sight’ signal to certain electronic components. Its typical use involves wireless devices such as a TV remote controller.
• Instruction Set:
The set of instructions that the microprocessor can execute.
• 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.
• Interlacing: A display technique that enables a monitor to provide more resolution inexpensively. With interlacing monitors, the electron guns draw only half the horizontal lines with each pass (for example, all odd lines on one pass and all even lines on the next pass). Because an interlacing monitor refreshes only half the lines at one time, it can display twice as many lines per refresh cycle, giving it greater resolution. Another way of looking at it is that interlacing provides the same resolution as non-interlacing, but less expensively.
• Interleaving: A recording method that reduces data errors during playback. Instead of the file being written in a contiguous data stream, the data sectors are intermixed along the recording track. If a disc should have a smudge or scratch, the entire data file is generally recoverable because a smaller amount of the file data is affected.
• 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.
Interrupt signals can come from a variety of sources. For example, every keystroke generates an interrupt signal. Interrupts can also be generated by other devices, such as a printer, to indicate that some event has occurred. These are called hardware interrupts. Interrupt signals initiated by programs are called software interrupts. A software interrupt is also called a trap or an exception.
PCs support 256 types of software interrupts and 15 hardware interrupts. Each type of software interrupt is associated with an interrupt handler — a routine key on your keyboard, this triggers a specific interrupt handler. The complete list of interrupts and associated interrupt handlers is stored in a table called the interrupt vector table, which resides in the first 1 K of addressable memory.
• 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.
• IPsec: Stands for Internet Protocol Security. A set of protocols developed by IETF (Internet Engineering Task Force) and designed to provide protection of sensitive data over unprotected public networks, such as the Internet.
• IPX: Short for Internetwork Packet Exchange, a networking protocol used by the Novell NetWare operating systems. Like UDP/IP, IPX is a datagram protocol used for connectionless communications. Higher-level protocols, such as SPX and NCP, are used for additional error recovery services. The successor to IPX is the NetWare Link Services Protocol (NLSP).
• IS:
Stands for Information System.
• ISA: The bus architecture used in the IBM PC/XT and PC/AT. It’s often abbreviated as ISA (pronounced as separate letters or as eye-sa) bus. The AT version of the bus is called the AT bus and became a de facto industry standard. Starting in the early 90s, ISA began to be replaced by the PCI local bus architecture. Most computers made today include both an AT bus for slower devices and a PCI bus for devices that need better bus performance.
In 1993, Intel and Microsoft introduced a new version of the ISA specification called Plug and Play ISA. Plug and Play ISA enables the operating system to configure expansion boards automatically so that users do not need to fiddle with DIP switches and jumpers.
• ISDN: Integrated Services Digital Network. ISDN is a public global network capable of transmitting voice, data and images at speeds up to 2 Mbit/s. The digital technique can transport more signals on the same telephone line than the traditional analogue technique and enables a range of new services.
• ISO: Stands for the International Standards Organization. Someone has to say what is the standard for transferring data. These people are it. You’ll find them in Paris.
• 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.
In addition to serving individuals, ISPs also serve large companies, providing a direct connection from the company’s networks to the Internet. ISPs themselves are connected to one another through Network Access Points (NAPs). ISPs are also called IAPs (Internet Access Providers).
• ISDN: Integrated Services Digital Network. Basically a way to move more data over regular existing phone lines. ISDN is available to much of the USA and in most markets it is priced very comparably to standard analog phone circuits. It can provide speeds of roughly 128,000 bits-per-second over regular phone lines. In practice, most people will be limited to 56,000 or 64,000 bits-per-second. Unlike DSL, ISDN can be used to connect to many different locations, one at a time, just like a regular telephone call, as long the other location also has ISDN.
• Italics: A type style with slightly slanted characters, used for emphasis. Best used to set off quotes, special phrases, and foreign words, italic letters have a redesigned structure that allows them to slant to the right. The first italic type was designed by Aldus Manutius in AD 1501 and was based on the handwriting style of that time. Furthermore, lowercase letters were in italics while capital letters were Roman (or vertical stance).
• JAVA: A high-level programming language developed by Sun Microsystems. Java was originally called OAK, and was designed for handheld devices and set-top boxes. Oak was unsuccessful so in 1995 Sun changed the name to Java and modified the language to take advantage of the burgeoning World Wide Web.
Java is an object-oriented language similar to C++, but simplified to eliminate language features that cause common programming errors. Java source code files (files with a .java extension) are compiled into a format called bytecode (files with a .class extension), which can then be executed by a Java interpreter. Compiled Java code can run on most computersbecause Java interpreters and runtime environments, known as Java Virtual Machines (VMs), exist for most operating systems, including UNIX, the Macintosh OS, and Windows. Bytecode can also be converted directly into machine language instructions by a just-in-time compiler (JIT).
Java is a general purpose programming language with a number of features that make the language well suited for use on the World Wide Web. Small Java applications are called Java applets and can be downloaded from a Web server and run on your computer by a Java-compatible Web browser, such as Netscape Navigator or Microsoft Internet Explorer.
• 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 it’s 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.
• JIT (Just-In-Time):
This is a type of Java compiler that interprets a class file, then compiles the information into native code.

Saturday, February 26, 2011

Computer Terms K-O


• K56Flex: A technology developed by Lucent Technologies and Rockwell International for delivering data rates up to 56 Kbps over plain old telephone service (POTS). It was long believed that the maximum data transmission rate over copper telephone wires was 33.6 Kbps, but K56flex achieves higher rates by taking advantage of the fact that most phone switching stations are connected by high-speed digital lines. K56flex bypasses the normal digital-to-analog conversion and sends the digital data over the telephone wires directly to your modem where it is decoded.
Lucent and Rockwell have announced that future K56flex modems will conform to the new V.90 standard approved by the ITU. And users with older K56flex modems may upgrade their modems to support V.90.
While K56flex offers faster Internet access than normal modems, there are several caveats to using an K56flex modem:
-The high speeds are available only with downstream traffic (e.g., data sent to your computer). Upstream traffic
is delivered using normal techniques, with a maximum speed of 33.6 Kbps. -To connect to the Internet at K56flex speeds, your Internet Service Provider (ISP) must have a modem at the other end that supports V.90. -Even if your ISP supports V.90, you might not achieve maximum transmission rates due to noisy lines.
• Kbit/s:
Stands for thousands of bits per second.
• Kerberos: The name ‘Kerberos’ was derived from Greek mythology which refers to the three-headed dog that guarded the gates of Hades. Kerberos is most widely used in a network to provide secure network authentication. Usually to authenticate users of the network.
• Kernel: The central module of an operating system. It is the part of the operating system that loads first, and it remains in main memory. Because it stays in memory, it is important for the kernel to be as small as possible while still providing all the essential services required by other parts of the operating system and applications. Typically, the kernel is responsible for memory management, process and task management, and disk management.
• Keygen: (Key Generator). Refers to a program that will automatically generate a registration or serial number. Its usual purpose is to eliminate software piracy.
• 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. Imagine you have a row of 4 computers that all serve as file servers. Why waste money buying 4 monitors, 4 keyboards and 4 mice. With a KVM switch you can connect all 4 computers to one monitor, keyboard and mouse and to switch between them when needed.
• 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).
Most LANs connect workstations and personal computers. Each node (individual computer ) in a LAN has its own CPU with which it executes programs, but it is also able to access data and devices anywhere on the LAN. This means that many users can share expensive devices, such as laser printers, as well as data. Users can also use the LAN to communicate with each other, by sending e-mail or engaging in chat sessions.
There are many different types of LANs Ethernets being the most common for PCs. Most Apple Macintosh networks are based on Apple’s AppleTalk network system, which is built into Macintosh computers.
• Layer: In networking, layers (also called Levels) refer to software protocols. Each layer builds on the layer beneath it as part of an overall interactive transmission system.
• LBA: Known as: Logical Block Addressing. In a system using an enhanced BIOS andOperating System that supports the use of LBA, it would then be possible for the computer to use a larger hard drive. LBA allows for use of a unique sector number in each sector instead of referring to a cylinder, head and sector number configuration.
• 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. An electric current passed through the liquid causes the crystals to align so that light cannot pass through them. Each crystal, therefore, is like a shutter, either allowing light to pass through or blocking the light.
Monochrome LCD images usually appear as blue or dark gray images on top of a grayish-white background. Color LCD displays use two basic techniques for producing color: Passive matrix is the less expensive of the two technologies. The other technology, called thin film transistor (TFT) or active-matrix, produces color images that are as sharp as traditional CRT displays, but the technology is expensive. Recent passive-matrix displays using new CSTN and DSTN technologies produce sharp colors rivaling active-matrix displays.
• 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.
• LimeWire: A peer-to-peer Gnutella file sharing client which allows network users share files. LimeWire is a free open source software.
• Linker: A program specifically designed to combine or link together a large number of programs forming a single executable instruction set for these programs that can be loaded in to the systems memory for quick execution.
• 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; however, the full distribution of Linux along with technical support and training are available for a fee from vendors such as Red Hat Software and Caldera. Due to its stability, 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.
• LLTD (Link Layer Topology Discovery):
A feature that helps users to troubleshoot their networks. LLTD automatically detects multiple network devices and gives a graphical presentation of the connected hardware to identify configuration errors.
• Logic:
This is broken down into two categories:
-Software Logic: The sequence of instructions performed by a program. -Hardware Logic: A set of circuit elements that perform a function.
• 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.
• Loopback: A diagnostic test that returns the transmitted signal back to the sending device after it has passed through a network or across a particular link. The returned signal can then be compared to the transmitted one. The discrepancy between the two help to trace the fault. When trying to locate a faulty piece of equipment, loopbacks will be repeated, eliminating satisfactory machines until the problem is found.
• LVD:
Low Voltage Differential. A differential logic scheme using lower voltage levels than HVD.
• MAC Address: In networking, Media Access Control (MAC) Address refers to the globally unique hardware address of an Ethernet network interface card.
• MAC layer:
Media Access Control sub layer in the network stack.
• Macro: A file containing a sequence of instructions that can be executed as one command. These commands can be in the form of a key, symbol or name. As an example, one symbol could represent a predefined list of commands.
• 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.
• Matrix: As an Internet term, this would refer to computers setup within a network and all of them having to ability to exchange information. The Internet itself could be considered a Matrix.
• MAU: (Medium Attachment Unit): An Ethernet device used for sending and receiving transmissions between the AUI (Attachment Unit Interface) port of a station and the common medium of the Ethernet.
• 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. The program begins the boot process by looking up the partition table to determine which partition to use for booting. It then transfers program control to the boot sector of that partition, which continues the boot process. In DOS and Windows systems, you can create the MBR with the FDISK /MBR command.
An MBR virus is a common type of virus that replaces the MBR with its own code. Since the MBR executes every time a computer is started, this type of virus is extremely dangerous. MBR viruses normally enter a system through a floppy disk that is installed in the floppy drive when the computer is started up. Even if the floppy disk is not bootable, it can infect the MBR.
• MCNS: Multimedia Cable Network System Partners Ltd. The consortium behind the DOCSIS standard for cable modems.
• Media:
.       Objects on which data can be stored. These include hard disks, floppy disks, CD-ROMs, and tapes.
.       In computer networks, media refers to the cables linking workstations together. There are many different types of transmission media, the most popular being twisted-pair wire (normal electrical wire), coaxial cable (the type of cable used for cable television), and fiber optic cable (cables made out of glass).
.       The form and technology used to communicate information. Multimedia presentations, for example, combine sound, pictures, and videos, all of which are different types of media.
  • Megabyte: (MB)
About a million bytes of space. Actually it’s 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. Moreover, the term memory is usually used as a shorthand for physical memory, which refers to the actual chips capable of holding data. Some computers also use virtual memory, which expands physical memory onto a hard disk.
Every computer comes with a certain amount of physical memory, usually referred to as main memory or RAM. You can think of main memory as an array of boxes, each of which can hold a single byte of information. A computer that has 1 megabyte of memory, therefore, can hold about 1 million bytes (or characters) of information.
• Memory Address: This refers to the actual location of physical memory. These unique identifiers are assigned at the systems boot process and are used to keep track of CPU and device information for later retrieval. This process is referred to a “Memory Mapping”.
• Metadata:
A collection of data that summarizes other data. This data is formatted to describe certain aspects of a web
page, such as:
-Name -Description -Title -Author
The metadata information is used by the search engines to define a web page. This information is not viewable on the web page.
• 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. At the heart of all personal computers and most workstations sits a microprocessor. Microprocessors also control the logic of almost all digital devices, from clock radios to fuel-injection systems for automobiles.
Three basic characteristics that differentiate microprocessors:
-Instruction set: The set of instructions that the microprocessor can execute. -Bandwidth: The number of bits processed in a single instruction. -Clock Speed: Given in megahertz (MHz), the clock speed determines how many instructions per second the processor can execute.
In both cases, the higher the value, the more powerful the CPU. For example, a 32-bit microprocessor that runs at 50MHz is more powerful than a 16-bit microprocessor that runs at 25MHz.
In addition to bandwidth and clock speed, microprocessors are classified as being either RISC (reduced instruction set computer) or CISC (complex instruction set computer).
• MIDI: Stands for Music Instrument Digital Interface. It allows a computer to store and replay a musical instrument’s output.
• MIFARE: A leading communication protocol for contactless and dual interface smart cards. MIFARE technology is used to transmit data between a card and a reader device. MIFARE technology is most widely used in the transportation industry where a person with a preprogrammed card would wave the card over a reader device to speed the ticketing process.
• MIME: Multi-purpose Internet Mail Extensions. A standard that allows for the attachment of files such as images, sounds and animations to electronic mail messages. This preset information is preloaded in to the Web server and the Internet browser software. In order for this to work, both the sender and receiver of the e-mail message must be MIME compatible.
• Minicomputer: A nearly obsolete term used to describe an older computer usually around the size of a refrigerator. This computer was used by businesses for processing transactions, accessing databases and running reports. These minicomputers typically accommodated between 10 – 300 users simultaneously.
• Minislot:
Basic timeslot unit used for upstream data bursts in the DOCSIS standard.
• Mirror: In computing. this means to make an identical copy something. Usually, web sites use this to provide multiple sources of the exact same information giving its audience reliable access to large downloads at multiple locations called Mirror Sites.
• 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 (computer language) to analog (phone line language) and then back again. It represents the purpose of your computer’s modem.
• Mosaic: The first Web browser to have a consistent interface for the Macintosh, Windows, and Unix environments. It was created at the National Center for Supercomputing Applications (NCSA). The success of this browser is really responsible for the expansion of the Web.
• Motherboard: The main circuit board of a microcomputer. The motherboard contains the connectors for attaching additional boards. Typically, the motherboard contains the CPU, BIOS, memory, mass storage interfaces, serial and parallel ports, expansion slots, and all the controllers required to control standard peripheral devices, such as the display screen, keyboard, and disk drive. Collectively, all these chips that reside on the motherboard are known as the motherboard’s chipset.
On most PCs, it is possible to add memory chips directly to the motherboard. You may also be able to upgrade to a faster CP by replacing the CPU chip. To add additional core features, you may need to replace the motherboard entirely.
• MP3: Stands for MPEG (Moving Picture Expert Group) Audio Layer 3. This is a compression standard that was developed to create a small audio file size while keeping a high quality sound. The small file size allows the sound to be streamed or downloaded over the Internet with ease.
• MP4: Stands for MPEG (Moving Picture Expert Group) – 4. Finalized toward the end of 1998, this became an International Standard in the beginning of 1999. This was developed to provide low bandwidth multimedia applications.
• MPEG: Stands for Motion Picture Experts Group. A format to make, view, and transfer both digital audio and digital video files.
• MSO: Multiple Service Operator. A cable TV service provider that also provides other services such as data and/or voice telephony.
• MSQL (Mini Structured Query Language): A lightweight client/server database that is the popular choice for open source developers. It is designed to provide quick access to data while only requiring a small amount of memory.
• Multimedia Extensions (MMX): A technology created by Intel Corporation that enhances audio and video capabilities. MMX is found in Pentium III and later CPU’s and is also found in AMD K6 series CPU’s. Microprocessors that have MMX can handle tasks that usually are handled by a separate component, such as; Digital Signal Processing (DSP) is a common multimedia operation that is normally handled by a separate audio or video card. The direct benefit of this technology includes speeding up such things as; image processing, motion video, speech synthesis, telephony, and 3D graphics.
• Multiplexer: This is a piece of hardware that allows one item to take the place of several. An example would be using a multiplexer to allow 10 computers to attach where only one could before.
• Mux:
See Multiplexer
• NACS:
Stands for Netware Asynchronous Communication Services.
• Nanosecond: A billionth of a second. Many computer operations, such as the speed of memory chips, are measured in nanoseconds. Nanosecond is often abbreviated as ns.
• Native: The relationship between a transport user and a transport provider, both being based on the same transport protocol. Also, a specific software could be written to run on a specific processor, which would make that software ‘native’ to that processor.
• Netbeui: Netbeui is short for NetBios Enhanced User Interface. It is an enhanced version of the NetBIOS protocol used by network operating systems such as LAN Manager, LANServer, Windows for Workgroups, Windows 95 and Windows NT.
Netbeui was originally designed by IBM for their Lan Manager server and later extended by Microsoft and Novell.
• Network:
This a system that sends and receives data.
• Network Adapter: This is a hardware unit that connects a device to a communication line. For wide area networks (WAN), these adapters connect routers to the specific type of connection (T1, BRI) that is installed. For local area networks (LAN), these adapters connectworkstations to the LAN (Ethernet or TokenRing) cabling.
• Network Card: Also, Network Interface Card or NIC. This is a component of a computer that enables the computer to communicate with other computers via a direct network connection.
• Newsgroup: An online discussion community found on the USENET system. These groups cover thousands of different topics of information and are offered free of charge.
• NLX: New Low-Profile eXtended (motherboard form factor). The NLX form factor features a number of improvements over the previous design LPX form factor and began heavy usage in late 1997. The popularity of the design was confirmed by massive design use in 1998. The popularity has made it Intel’s flagship line and one of the profit leaders in chipsets. Its features include:
  1. Support for larger memory modules and DIMMs.
  2. Support for the newest microprocessors, including the Pentium II using SEC packaging.
  3. Support for AGP video cards.
  4. Better access to motherboard components.
  5. Support for dockable designs in which the motherboard can be removed without tools.
• Node: In networks, a processing location. A node can be a computer or some other device, such as a printer. Every node has a unique network address, sometimes called a Data Link Control (DLC) address or Media Access Control (MAC) address.
• Noise: Interference (static) that destroys the integrity of signals on a line. Noise can come from a variety of sources, including radio waves, nearby electrical wires, lightning, and bad connections. One of the major advantages of fiber optic cables over metal cables is that they are much less susceptible to noise.
• NTFS: Short for NT File System, one of the file system for the Windows NT operating system (Windows NT also supports the FAT file system). NTFS has features to improve reliability, such as transaction logs to help recover from disk failures. To control access to files, you can set permissions for directories and/or individual files. NTFS files are not accessible from other operating such as DOS.
For large applications, NTFS supports spanning volumes, which means files and directories can be spread out across several physical disks.
• NTLDR: Short for NT Loader, a program loaded from the hard drive boot sector that displays the Microsoft Windows NT startup menu and helps Windows NT load.
• Null Value: In computer programming, this represents something of no value. A null value could also indicate that the value for a row is either missing or not known. Placing a zero in a row would not be representative of a null value because zero is a value.
• NUMA (Non-Uniform Memory Access): A method of configuring a cluster of microprocessor in a multiprocessing system so that they can communicate with each other, this improves performance and its expansion ability.
• NVRAM: (Non-Volatile Random Access Memory) Any type of memory that is made non-volatile by connecting it to a constant power source, such as a battery. Therefore, non-volatile memory does not lose its contents when the main power is turned off.
• Object:
Something that contains both the data and the application that operates on that data.
• ODBC Administrator: Developed by Microsoft for its Windows operating systems. The icon for the ODBC is named “Data Sources” and is located in the Control Panel under Administrative Tools in the Windows 2000 and XP operating systems. This Data Source Administrator is responsible for managing database drivers and configuring the user and system Data Source Names (DSN). A UNIX system does not use this method, its data source information is stored in text configuration files.
• OEM: (Original Equipment Manufacturer) This is a designation for companies that manufacture equipment that is then marketed and sold off to other companies under their own names.
• OOP:
Stands for Object Oriented Program. A larger program made up of smaller objects.
• Opacity: The quality that defines how much light passes through an object’s pixels. If an object is 100 percent opaque, no light passes through it.
• Operating System: The most important program that runs on a computer. Every general-purpose computer must have an operating system to run other programs. Operating systems perform basic tasks, such as recognizing input from the keyboard, sending output to the display screen, keeping track of files and directories on the disk, and controlling peripheral devices such as disk drives and printers.
For large systems, the operating system has even greater responsibilities and powers. It is like a traffic cop — it makes sure that different programs and users running at the same time do not interfere with each other. The operating system is also responsible for security, ensuring that unauthorized users do not access the system.
Operating systems provide a software platform on top of which other programs, called application programs, can run. The application programs must be written to run on top of a particular operating system. Your choice of operating system, therefore, determines to a great extent the applications you can run. For PCs, the most popular operating systems are DOS, OS/2, and Windows, but others are available, such as Linux.
As a user, you normally interact with the operating system through a set of commands. For example, the DOS operating system contains commands such as COPY and RENAME for copying files and changing the names of files, respectively. The commands are accepted and executed by a part of the operating system called the command processor or command line interpreter. Graphical user interfaces allow you to enter commands by pointing and clicking at objects that appear on the screen.
• Oracle: A high-end database management software created by Oracle Corporation. Oracle’s relational database pioneered the support of the SQL language which is now an industry standard.
• OSI Reference Model (Open Systems Interconnect): A network communications software standard that consists of a seven layer structure of specified protocol and services.
• Overclock: To run a microprocessor faster than the speed for which it has been tested and approved. Overclocking is a popular technique for eking out a little more performance from a system. In many cases, you can force your CPU to run faster than it was intended simply by setting a jumper on the motherboard. Overclocking does come with some risks, however, such as over-heating, so you should become familiar with all the pros and cons before you attempt it.
Overclocking is sometimes called speed margining.