Amethyst

 view release on metacpan or  search on metacpan

factpacks/techdict.fact  view on Meta::CPAN

Disk Striping => See RAID 0
Disk Striping with Parity => See RAID 5
DLL => (Dynamic Link Library) This is a library of procedures that programs can call with input. The DLL produces output related to that input.
DLT => (Digital Linear Tape) A technology designed by DEC and sold to Quantum used for backing up huge amounts of data (up to 35 GB per tape without compression, 70 GB with compression). The drives are very expensive and so is the media, but they are...
DMA => (Direct Memory Access) PCs have DMA channels that allow certain devices to directly access memory in order to speed up the process.
DMI => (Desktop Management Interface) This interface standard is designed to allow PCs to intelligently broadcast information on their system configurations and support remote management so that they can be managed more easily.
DMTF => (Desktop Management Task Force) This motley crew was assembled to create the DMI standard.
DNS => (Domain Name Service) This service maps TCP/IP numbers such as 123.12.4.245 to a more easily remembered name, such as www.ugeek.com. Thus, when you type www.ugeek.com into your browser, it goes out to the DNS server you specified when you inst...
DNS Entry => The DNS routing tables are filled with DNS entries that map TCP/IP addresses to more easily recognized names. If your browser says it can't find a particular DNS entry, here are some possible reasons: => You may not be able to communicat...
Domain name => Domain names are used to represent more complex TCP/IP addresses. For example, we purchased the UGeek.com domain name so we could use it to represent our server's address. You purchase domain names through the InterNIC. They can be rea...
Domain Name Service => See DNS.
DOS => (Disk Operating System) This OS is what got it all started for PCs.
Dot Matrix Printer => This type of printer prints out little dots that can form graphics or characters. This type of printer was popular a while back because the only other choice was a daisy-wheel printer that didn't print any graphics. These printe...
Dot Pitch => The smaller the better, as it relates to monitors. The dot pitch is a measure of distance between phosphor dots of the same color on a CRT monitor. A high dot pitch generally produces a blurred and unclear picture. Smaller dot pitches pr...
Double Buffering => This shows you that the graphics engine uses two layers, or buffers, to produce an image: one for display and one for rendering. Since the viewer only sees the finished image, this allows for smooth-motion animation. (Again, play ...
DPMA => (Dynamic Power Management Architecture) This architecture allows computers to have a variety of advanced power management features.
DRAM => (Dynamic Random Access Memory) The standard and cheapest memory available. The fastest DRAM is about 60 nanoseconds. This is the most common form of computer memory. It needs to be continually refreshed in order to properly hold data, thus th...
Drive Bay => Usually a 5.25"-wide 1"-tall hole in a computer case, suitable for the installation of some sort of drive. Some are exposed so that a removable drive (e.g., floppy, CD-ROM) can fit. Some are not exposed and are meant for hard drives, tap...
Driver => A driver is software that works to communicate between an operating system and a peripheral. Think of it as a translator. If you use a crappy driver, your OS won't understand your video card and may become unstable and crash. Hardware manuf...
DS-0 => (Digital Signal level 0) This is the signal used to carry a standard analog or digital phone line connection. 24 DS-0 connections can be carried on a T1 line. The speed of the signal is either 64 Kbps, or 56 Kbps if the eighth bit is used for...
DS-1 => (Digital Signal level 1) Synonym for T1.
DS-3 => (Digital Signal level 3) Synonym for T3.
DS-4 => (Digital Signal level 4) Synonym for T4.
DSP => (Digital Signal Processor) A DSP is a microprocessor designed to work with analog signals such as video or audio that have been digitally encoded. The DSP then takes these digital representations and performs operations on them. DSPs are used ...
DSTN => (Double-layer Supertwist Nematic) This is a form of passive matrix LCD screen. It is an improved version of the standard supertwist nematic passive matrix LCD screen where the display is divided into two sections and addressed separately to d...
Dual boot => This describes a system that can boot to two different operating systems. Some OSs, such as Windows NT and OS/2, allow for dual booting when installed. Of course, you can also use other methods such as commercial programs that install a ...
Dualscan => Refers to a passive matrix LCD screen that uses a better method of displaying graphics, producing a sharper, more vivid image than normal passive matrix screens.
Dumb Terminal => These are hooked up to mainframes, and are little more than a monitor attatched to a keyboard. All they are good for is running programs using the mainframe's hard drive and memory.
DVD => (Digital Variable/Versatile/Video Disc) Much like a CD-ROM except that it stores up to 12 times as much and is re-writeable. Although the industry claims that DVD really stands for NOTHING, I think otherwise. DVD is the successor to CD-ROM tec...
EBCDIC => see Extended Binary Coded Decimal Interchange Code.
EBIOS => (Enhanced BIOS) The EBIOS translates between the partition table limitations of a standard computer BIOS and the IDE limitations to provide up to 8 GB of storage space using the IDE interface. Your computer's BIOS has maximums of 1024 cylind...
ECC => (Error Checking and Correcting) Generally refers to memory chips, or motherboards that support this type of behavior in full-parity memory chips. ECC memory uses some extra memory on the memory chips for parity information and checks to see wh...
EDO RAM => (Extended Data Out RAM) This refers to the successor of DRAM. Most systems today support EDO RAM. It's a conceptually faster RAM chip that has small bits of SRAM cache built into it. It still runs at slow DRAM speeds ( <= 50 MHz), however.
EIDE => (Enhanced IDE) Allows for two IDE channels that can each support two devices in peaceful coexistence. It also allows for hard drives up to 8 GB in size and CD-ROM devices.
EISA => (Extended Industry Standard Architecture) 16-bit ISA was extended to 32-bits and they called it EISA. Pretty creative. But, really, it's generally used only in server machines, and it never caught on because of VL-Bus and PCI. It beats out VL...
Enhanced Small Device Interface => (ESDI) This was a popular form of hard drive and controller before IDE took over the PC market.
Environment => Normally, this is your surroundings. In your computer, the environment is what a group of variables are set to. Think of it as your computer's surroundings.
EPIC => see Explicitly Parallel Instruction Computing.
ESCD => (Extended System Configuration Data) This is setup data that is stored in a Plug-and-Play-compatible system BIOS. It consists of the system resource requirements of legacy (non PNP) devices, and the last working configuration of Plug-and-Play...
ESDI => see Enhanced Small Device Interface.
Expansion Slot => Refers to any type of slot in a computer that you can plug an expansion card into. Generally, it's limited to ISA, EISA, PCI, and PCMCIA, but there are other types and there will be more in the future.
Explicitly Parallel Instruction Computing => (EPIC) This is Intel and Hewlett-Packard's invention, designed to be used on Intel's forthcoming Merced processor. It is a method for arranging instructions so that they are ordered to be explicitly parall...
Extended Binary Coded Decimal Interchange Code => (EBCDIC) This is a way of encoding 256 characters in binary, much like ASCII, but used mainly on mainframes. Most of the time, EBCDIC is only mentioned in translations between EBCDIC and ASCII.
Extended partition => This is a type of partition that is an extension of a primary partition. It's possible to have many extended partitions on a hard drive.
Extranet => An Extranet is an intranet that extends onto the Internet. Confusing? Yes. Extranets are external extensions of a company's intranet that allow certain people to interact from the Internet. Not all intranets are Extranets. 
Fabless => This term refers to a company that produces chips but doesn't own a fabrication plant, or fab. These companies are starting to become more and more successful at creating chips and renting out other companies' excess fabs to produce their ...
Fabrication Plant => A fab is a factory that takes raw silicon wafers and creates chips with them. Often, fabs are categorized by what micron process they use. For example, the Intel Pentium chip with MMX is produced in a fab with a 0.35 micron proce...
FAQ => (Frequently Asked Questions) This is a document that lists the most common questions about something (with the answers, of course).
Fast SCSI 2 => This version of SCSI transfers data at 10 Mbps. The connections all contain 50 pins. See also Fast-Wide SCSI 2.
Fast-SCSI => Plain vanilla fast-SCSI never really existed. See Fast-SCSI 2
Fast-Wide SCSI 2 => This version of SCSI upped the pin count to 68, effectively doubling the signal speed of Fast-SCSI 2 to 20 Mbps.
Fat Client => Today's fast PCs are fat clients. They've got lots of memory and big hard drives. They store information and run programs locally off of their hard drives. Fat clients usually work in client/server environments, where they leave the ser...
FCC => (Federal Communications Commission) These are the people in the government who decide what's legal and illegal to broadcast, including what frequencies are allowed to be used by whom.
FDDI => (Fiber Distributed Data Interface) This is a fiber optic interface that allows data to travel extreme distances (many miles/kilometers) without signal loss. It is far superior to copper wire for data integrity as well. FDDI is often used to c...
Feature => A feature is something that a piece of hardware or software is designed to do. Many things that appear to be bugs are actually features. Often, a hardware or software developer will have to make a tradeoff in functionality that causes some...
Fiber Optic => A method of transmission alternative to copper. The way it works is by pulsing light down a strand of glass. These pulses represent binary code. So far, that's no better than copper. The advantage is that a single strand of fiber optic...
FIFO Buffer (First In First Out Buffer) => An area of memory that holds information in the order in which it was received until the computer has time to use it.
Firewall => This is a form of Internet security that stands between a private network and the Internet. It is like a wall in that it can prevent unwanted traffic from passing either way. Some firewalls have proxy functions built in. In fact, the dist...
Firewire => An up and coming serial technology that promises to speed data at 200 => 400 Mbps. This standard may eventually replace your serial ports, parallel ports, game ports, USB and maybe even SCSI.
FishNet => This is a type of stocking material that Joel likes to wear under his pants.
Flash BIOS => This BIOS contains a flash ROM chip that can be updated under certain conditions, but is otherwise static.
Flash ROM => A rewriteable ROM that doesn't lose its info when the power turns off.
Flat Screen => A CRT that is made more flat than a standard tube by using more than one electron gun. It is most useful to professionals who rely on the precision of their monitors. It is also better for the standard user because a straight light acr...
Flat Shading => This is the most basic shading technique. The entire triangle is only one color. This causes the image to appear blocky.
FM synthesis => This is a method of creating music using frequencies to represent instruments.
Fortran => This is a high-level programming language, a bit more advanced than BASIC, but not quite as complex as C. This language refuses to die because it is so huge in the scientific research community. It's not a tough language to learn and it's ...
Fractional T1 => This term refers to using a theoretical "piece" of a T1 line, such as 128 Kbps, 256 Kbps or 512 Kbps worth of the 1.5 Mbps T1 line. Many ISPs offer fractional T1 as a lower-cost alternative to a full T1, and a higher-cost alternative...
Frame Relay => A method of communication that can go from the speed of an ISDN to the speed of a T1 in increments. It has a flat rate billing instead of a per time usage. It connects by using the telephone company's network.
Free text search => This type of search allows you to give a fragment of a word and have it found in any part of that word. For example, doing a free text search for "the" could return "Thesis", "Blithe", and "Diphtheria."
FTP => (File Transfer Protocol) This is the method of moving files from system to system using TCP/IP.
Full parity => This refers to the ability to send and receive a signal at the same time. It can effectively double bandwidth, assuming that you can benefit from sending and receiving data at the same time. Most of the time, this doesn't happen, since...
Gate => A gate is a tiny electronic switch. These switches, when linked together, can perform logical functions.
Gateway => The computer or device onto which the first hop needs to go to get out of your network. As you know a TCP/IP route uses many hops to get from here to there.
GDI => (see Graphics Device Interface) see Graphics Device Interface
GIF => (Graphical Interface Format) Invented by CompuServe for efficient transmission of graphics. The format can only support 256 colors, or 8 bits. The newer revision, 89a, allows for multiple images in one file to simulate animation.
Gigabyte => (1 billion bytes) There are a few different ways of getting to this number. No one uses the same exact number, but they are all around 1 billion. One way of deriving the number is by multiplying 1 byte by 1024 for 1 KB then again by 1024 ...
GIS => (Geographic Information System) This is a system for capturing and manipulating data relating to the Earth.
GlidePad => A touch-sensitive pad about 2" x 2" that will track the touch of a finger. It is not a pressure sensor so there is no need to press down, only to touch. This device acts like a mouse for pointing.
Gouraud Shading => This method analyzes the color at each corner of the triangle and takes an average of the colors where the corners meet. This causes the triangles to "bleed" together, making for a smoother, clearer, more colorful image.
Graphics => The pictures that computers display. Not text, but just about everything else.
Graphics card => The graphics card is generally an add-in board that plugs into the motherboard. It sends signals out to the monitor to represent what should be shown on the screen. A graphics card can send only simple text, or it can be designed to ...
Graphics Device Interface => (GDI) This is a standard set of programming functions provided by Microsoft for the production of graphic output in Windows. Microsoft provides these functions in its Software Development Kits. The functions are device in...
GroupWare => This term is used to describe any form of software designed to allow a group of people to easily share ideas and data. Examples include Lotus Notes, Novell GroupWise, and Microsoft Exchange.
GUI => (Graphical User Interface) Any system that uses graphics to represent the functions of a program. All Windows operating systems are GUI.
HAL => (Hardware Abstraction Layer) This is the portion of the operating system that lets programs deal with hardware directly. This allows programs needing more speed from the computer to bypass the standard OS calls to hardware. So instead of calli...
Hard Drive => A device that physically stores data in your computer. Much like a floppy disk, but the system is closed and the disks are hard (usually metal, although some glass versions have been developed). The closed system gives the possibility o...
Hash table => A table that contains "hash values," generally used for speeding up searching algorithms on sorted data. For example, a hash table for a dictionary might contain all the letters of the alphabet and the page numbers where each letter sta...
HEL => (Hardware Emulation Layer) This provides software-based emulation of features that are not directly available in hardware.
Help Desk => If you've ever worked in an office environment, you've probably done some help desk work, or at least called them. The help desk is the support organization designed to take care of your computer and phone problems. They work long hours,...
Hertz => A rental company, formerly represented by O.J. Simpson. Also a measure of speed. One Hertz means one time per second, so one megahertz (MHz) means 1 million times per second. This is the common measure of speed for processors and electronic ...
Heterogeneous Data sources => This is a data-warehousing term that describes the idea of drawing data from several different (heterogeneous) data sources on different platforms and computers.
Hidden Surface Removal => See Z-buffering.
Hierarchical relationship => This relationship is one where elements at lower levels are submissive to elements at higher levels. Just think of a hierarchy, where the King is above the Duke, who is above a peasant.
High Color => The name given to 16-bit or 65,536 colors.
Hit => When a user requests an HTML document on the World Wide Web, the server records that request as a "hit." The problem with measuring "hits" is that some Web servers also count each graphic on that page as a hit. For example, if you look at a pa...
Hop => A small jump. In reference to the Internet, the route that a computer needs to take in order to get its information from here to there. Think of all the main computers in the world that are physically connected (by T1 and T3 and M1 and such) a...
Hot Spare => This refers to a drive in a RAID configuration that sits idle until one of the RAIDed drives fails. The hot spare then assumes the role of the dead drive. When the dead drive is replaced, you can make it the hot spare. (The old hot spare...
Hot-pluggable => Same as hot-swappable, but also connotes a simple plug-in mechanism for easy swapping.
Hot-swappable => This type of mechanism implies that you can remove or add things while the system is running. For example, hard drives and power supplies are often candidates for this term. Normally, they come in special proprietary form factors in ...
HTML => (Hyper Text Markup Language) A standard language made for typesetting, currently up to Version 3.2. It is mainly used for creating documents on the World Wide Web. Included in the language are provisions for including pictures and links to ot...
HTTP => (Hyper Text Transfer Protocol) The way the data in an HTML document is transferred. What it really is is what tells the program looking at the data what to use it as. So, a document coming in HTTP is read as an HTML document.
Hub => A central connection point. Standard terminology for a device that connects multiple computers in a network. 
I/O => (Input/Output) This abbreviation refers to any operation in a computer where data is transferred in or out of the computer. I/O may seem like a vague concept, but it refers to the basic throughput power of a computer.
I2O => The I2O standard is designed to simplify and speed up I/O operations on servers. It will eliminate the need for different drivers for each OS, and for each SCSI card and network card. The speedup is achieved by using an Intel 960 chip on the s...
IA-32 => (Intel Architecture-32 bit) This is Intel's 32-bit instruction architecture that runs on their 386, 486, Pentium, Pentium Pro, and Pentium II chips.
IA-64 => (Intel Architecture-64 bit) Intel's 64-bit instruction architecture that will feature EPIC and run on the Merced processor when it is released.
IDE => (Integrated Device Electronics) IDE is the standard hard drive interface for PCs. You can connect a maximum of two hard drives to an IDE connection or channel. IDE hard drives are cheaper than SCSI drives, but IDE is generally slower than SCSI...
Impression => When a user looks at a page on the World Wide Web, that visit is counted as one impression regardless of how many images are on that page. Most access log analysis tools remove server requests that reference ".gif", or ".jpg" (image tag...
Inkjet Printer => The next generation of dot matrix printers. It uses a head that sprays tiny droplets of ink onto print material. There are three major benefits to this method: 1) it is quieter than standard dot matrix printers, 2) it is able to mak...
Input => Anything entered into a computer or system. This includes keystrokes, mouse movement, and talking into a microphone.
Instruction => The simplest direction that you can give to a processor. Programs are made up of these, but you usually don't go down to such nitty-gritty levels. An example of what a single instruction would do is incrementing a piece of data by one,...
Intermediate Code => This is code that is generated by the first step in a compiler. Rather than translating code directly from one language to another, it first translates it to this more generic and easier to manipulate language and then spits it a...
International Telecommunications Union (ITU) => This is a Swiss organization that decides on international telecommunications standards. Currently, they are working on the 56K standard.
Internet => The global network of computers constantly connected to each other using standardized communications protocols, specifically TCP/IP.
Intranet => Local network of computers using TCP/IP as the standard communications protocol. Usually an Intranet features some sort of HTML content that you can use a browser to look at. Think of it as a mini, private Internet.
IP Address => The specific network address of a computer on a network using TCP/IP as its network protocol.
IRDA => (InfraRed Data Association) These people developed the IRDA port standard that transfers data through the use of infrared light. Of course, you must have two IRDA devices to get any real use out of this technology. Most notebooks today come s...
IRQ => (Interrupt request) This is a gateway for devices to request time from the processor to do their jobs. For instance, every time you hit a key on your keyboard an interrupt is generated on the keyboard IRQ. This is mainly only a concern for PC ...
IS => (Information Services) This refers to the field of computer technology but has been replaced by the newer and sexier term, "IT."
ISA => (Industry Standard Adapter) The 8- and 16-bit original connectors used in PCs. They run at a bus speed of 8 MHz. You can plug ISA expansion cards into an ISA slot. Modems and sound cards are ISA cards due to their low bandwidth requirements.
ISAPI => (Internet Server API) This is an API proposed by Microsoft to replace CGI. Programs written to ISAPI are compiled as DLLs and stored in memory so they can be run faster than CGI scripts.

factpacks/techdict.fact  view on Meta::CPAN

Packet => A collection of information. It's often used to refer to the chunks of information sent over computer networks.
Packet Filter => This is anything that filters out network traffic based on sender's address, receiver's address, and the type of protocol being sent. Some routers support packet filtering, all firewalls do, and some proxy servers will as well.
Packet InterNet Gopher => (PING) Part of the standard TCP/IP suite of protocols that allows you to check your connectivity with other devices, or to check whether your own TCP/IP stack is working properly. Normally, you type in something like "ping 2...
Page Fault => This is not an error. It means that the computer had to resort to using the swap file as memory.
Parallel => Meaning in unison, or many things at the same time. Most commonly refers to a computer with multiple processors that can execute multiple instructions at the same time.
Parallel Port => The parallel port is found on just about all PCs. It's a 25-pin interface cable (DB-25) that is designed for connection to a printer. Normally, it will take up IRQ 7. In addition to printers, you can connect many other devices such a...
Parity => Meaning that there is an equality. Usually for the purpose of safety, so that if one goes bad there is still the other.
Parity Memory => Not quite memory that has a twin, but instead, more like a summary. The parity does not exactly have a copy of the original, but rather enough information to verify the integrity of the original.
Partition => You can partition your hard drive by breaking it up into one or more pieces, or "partitions." Partition
Pascal => This is a programming language that was designed to teach computer science students the concepts of programming. It's almost like C for dummies. In fact, the two languages are very similar, but the stoic brackets of C are changed to happy a...
Passive Matrix => LCD panels that are passive matrix have a duller, dimmer image than those with active matrix screens. Visibility and clarity decrease at greater angles off of central viewing.
Patch cable => This is the common name for any 10BaseT network cable that is used to connect, or "patch," any two network ports.
Patch panel => This is a group of network ports stuck together for easy accessibility. Usually, this panel resides in a wiring closet or server room. Connections are made between this panel and ports on a hub to enable a network connection at a remot...
PC Card => This is a newer synonym for PCMCIA Card.
PCI => (Peripheral Connect Interface) This interface was designed to supplant the VL-Bus architecture and provide a standard slot with a reduced size for high-speed peripherals. It normally runs at 33 MHz on a PC, but can run faster. PCI slots are 32...
PCMCIA => (Personal Computer Memory Card International Association) Aside from winning the award for being the longest and most-annoying-to-pronounce technology acronym, PCMCIA is a credit card-sized interface card standard. PCMCIA cards are most com...
PDA => (Personal Digital Assistant) PDAs are basically beefed-up organizers. They have small LCD screens, some form of pen or keyboard input, and software for organization, OCR, and contact management. Some have even more features, such as Web browsi...
Peripherals => Any device that is not part of the motherboard, aside from memory and the CPU. For example, video card, sound card, modem, hard drive.
Perspective Correction => This correctly alters the textures in a scene to give a sense that all the images on the screen converge on one central point way out in the distance. It's why things far away look smaller.
Petabyte => One thousand terabytes / one million gigabytes / one billion megabytes / one trillion kilobytes / one quadrillion bytes (approximately)
PGA => (Pin Grid Array) This is a form of chip with a group of pins in concentric rectangles, designed to fit into a PGA slot. Most x86 compatible chips are designed in this format.
PGA slot => This slot accepts a PGA chip. See PGA.
Pincushioning => This is one form of image distortion on a monitor. Good monitors have controls to deal with this problem. Basically, the top and bottom of the screen are wider than the middle (convex), or vice versa (concave). When corrected properl...
PING => see Packet InterNet Gopher.
PIO => See Programmed Input/Output.
Pipeburst Cache => See Pipeline Burst Cache. This is an abbreviation, or contraction, for it, just like "ain't" is an abbreviation for "am not."
Pipeline => This refers to the technique of processing multiple parts of an instruction at the same time. Many processers have two or more instruction pipelines. Think of it as an automobile assembly line. As one instruction is executed, the next ins...
Pipeline Burst Cache => This is a form of L2 cache that uses pipelining to speed data access by being able to feed data to the CPU at the same time it pulls data from memory. The burst mode also allows the cache to fetch additional data from main mem...
Pixel => The smallest dot that a computer can display at a particular resolution. Screen size is often referred to in pixels: 800 x 600, for example. This means that the screen is 800 pixels across and 600 pixels vertically.
Platform => This is a means of generically grouping like computers. Macintosh computers are a platform; so are PCs running DOS. It's not very specific, and multi-platform support can mean many things. If someone says to you "this application supports...
PNP => (Plug and Play) This is a standard that was supposed to make adding peripherals to your system as easy as plugging them in and using them. Its biggest contribution, aside from headaches, is the removal of jumpers from many devices.
Point to Point Tunneling Protocol => (PPTP) This is a remote access protocol that allows people to make a connection to easily connect to their local network through the Internet or some other large network. Conversations are kept private through enc...
POP => (Point Of Presence) This is a local telephone number through which you can access your ISP. The largest national ISPs have POPs all over the country.
Port => To port something, you translate the code for a program from one platform to another. You could port a program you wrote on a PC over to a Macintosh, for example. Port
Portable Computer => Technically, any computer that is self-contained to allow easy moving. Most often refers to a computer that can work away from an outlet.
Power Supply => A device attached to the case that converts 120 AC to DC at voltages that a computer needs to run. They come rated by wattage.
PPP => (Point to Point Protocol) The mode of transport used to connect a computer to the Internet via a dial-up adapter (a/k/a a modem).
PPTP => see Point to Point Tunneling Protocol
Precision => Precision is how well you define a value. For example, if the value you are representing is 4.321 and you say it's 4.3, you are precise to two places. Numerically, precision is the amount of decimal digits that you are capable of measuri...
Precision vs. Accuracy => See Accuracy vs. Precision
Primary partition => Primary partitions are partitions that are bootable. You cannot have more than four primary partitions per drive.
Processor => Short for Microprocessor. See Microprocessor.
Processor cycle => This is what occurs during one tick of the processor clock.
Programmed Input/Output (PIO) => This refers to IO standards on IDE hard disk drives. If you have a hard drive that supports one PIO mode, you need your interface to support it as well for maximum performance. The data transfer rates for the various ...
Protocol => This is the behavior that computers must follow in order to understand one another. Think of it as a language. If two computers don't use the same network protocol, then they cannot communicate.
Proxy => This is commonly a form of Internet security. You can use a proxy or proxy server to pass data between your internal network and the Internet. A machine on your network sends a request to the proxy. The proxy sends the request to a server on...
PS/2 => This is a PC made by IBM. It can run OS/2 and DB/2. Of course, it can run anything a normal PC can run, but it's just a nifty IBM naming convention that caught on.
PS/2 port => This is a standard serial port connector used to plug mice and keyboards into PCs. It's got 6 pins and is small and round 
Q-Bert => A mid '80s arcade game that involved a fuzzy red creature jumping from cube to cube, trying to avoid a purple snake named Coily.
Quake => Quake is a revolutionary 3D, first person perspective game full of blood and gore. Designed by ID software, it only runs well on fast P5 chips or better. 
RAID => (Redundant Array of Inexpensive Drives) A manipulation of SCSI technology that allows you to combine several hard drives for use as one. The benefits can be either speed increase or failsafe (so that if one drive dies or crashes you don't los...
RAID 0 => Also known as disk striping, this form of RAID combines two or more hard drives into a single logical drive. Any data is written in blocks first to one drive, then the next, and so on. A RAID 0 configuration sacrifices redundancy for raw sp...
RAID 1 => There are two forms of RAID 1: disk duplexing and disk mirroring. Disk mirroring involves two hard drives that are on the same drive controller. The same data is written to both drives, so write operations are slower because you must write ...
RAID 10 => This form of RAID was originally called RAID 1+0 and is now commonly referred to as RAID 10. This is basically a bunch of RAID 1 drives linked together with RAID 0. Hence, you get the speed benefits of RAID 0 with the redundancy benefits o...
RAID 5 => A RAID 5 configuration utilizes three or more hard drives and stripes the data across them, much like RAID 0. The difference is that parity information is striped across the drives as well, so if you lose any one drive, the information can ...
RAM => (Random Access Memory) The place in your computer that programs reside when running.
Raster Graphics => This form of graphics is probably what you are looking at now. Composed of pixels on a bitmap, it allows for solid colored objects and graphics as we know them. See also vector graphics.
RDRAM => (Rambus DRAM) The future successor to SDRAM, RDRAM was originally developed by Rambus, Inc. This RAM architecture is capable of speeds up to 600 MHz, where standard SDRAM tops out at about 200 MHz. Intel picked RDRAM to be the future of RAM ...
Read Only => Usually applied to a file or other kind of document. Means that the object cannot be written to, which means that you can't save any modifications you make to it.
Redundancy => In a redundant system, if you lose part of the system, you can continue to operate. For example, if you have two power supplies and one takes over if the other one dies, then that is a form of redundancy. You can take redundancy to ridi...
Refresh Rate => How often something is rewritten or updated. The refresh rate of your monitor and graphics card can cause your monitor to appear to flicker if set improperly.
Removable Storage => This type of storage allows you to remove the actual storage media from a drive and replace it with other media. CD-ROM, floppy drives, Jaz, Zip, Syquest, and Bernoulli are all removable storage.
Rendering=> Determines how colors are used on each triangle.
Repeater => A device used to repeat a signal to send it further away or to many more devices.
Reseller => Anyone that buys computer equipment or software and sells it. In most states in the US, you need a reseller license to purchase goods without paying taxes, and then you are responsible for collecting and paying taxes on the goods you rese...
Resolution => How fine the pixels are. The higher the resolution, the more pixels that can be squeezed onto a screen, thereby giving the appearance that the pictures on your screen are smaller without losing any detail. Because the pictures are small...
Rewriteable => Meaning that what was written can be erased so that it can be written to again.
Ring topology => A ring topology refers to a network that is connected on both ends to one source, with client machines hanging off of the ring. If you break the ring, all computers in the ring lose connectivity.
RISC => (Reduced Instruction Set Computing) RISC chips use a simpler instruction set than CISC chips to get their work done. This results in more instructions that need to be processed by the processor, but they are easier to process, so the chips ca...
ROB => (Radically Omnipotent Boy) A tall, bearded, long-haired person who is scarily intelligent and often dangerous (they have been known to be photographed with axes and chainsaws). A ROB normally likes to drive really fast cars and eat lots of piz...
ROM => (Read Only Memory) Memory containing a program, data, or information about the device that has been programmed onto the chip at the factory.
ROP => (Raster Operation) A raster operation refers to a set of low-level graphics operations in Windows, i.e., operations that deal with raster graphics.
Router => A device that bridges an internal network to another network. Take a ferry as an example: cars that need to go to the other side of a body of water (another network) need to use the ferry (the router). If they want to stay on their side, th...
RS-232 => (Recommended Standard 232) This is the de facto standard for communication through PC serial ports. It can refer to cables and ports that support the RS-232 standard. "Hey, Jimmy! Why don't you take your RS-232 cable and stick it right up y...
Runtime => This refers to the time when a program or process is running. When it's running it may need runtime libraries and have runtime variables with runtime values. It's also used to refer to runtime versions of software that include functionalit...
Safe Mode => This is a Windows 95 mode that is automatically loaded if Windows 95 crashes during boot up. You can access Safe Mode anytime if you press the "F8" key when the screen says "loading Windows 95." This will bring you to a menu that allows ...
Sample => A small portion representative of something. Usual meaning a small amount of sound from an instrument, enough to reproduce the sounds of that instrument.
SAP => (Service Advertising Protocol) Used on NetWare networks to advertise available network services. For example, a NetWare server uses SAP to let other computers know that it's offering up some shared files.
Scalable => This adjective describes applications or systems that are able to scale to large amounts of users. For example, a database that completely locks out every other user when someone is using it is NOT scalable. The computer system that runs ...
Scalar => A scalar value, in mathematical terms, is any single real number. The term superscalar is used by the semiconductor industry and refers to the ability to issue multiple instructions in a single clock cycle. Just think of scalar as a SINGLE ...
SCAM => (SCSI Configured Auto-Magically) This SCAM is actually a good thing. It allows SCSI devices to automatically (or automagically--don't make me barf) be configured with an ID number, even if they aren't assigned one. This makes adding SCSI devi...
Scanner => A device used to copy an image from a physical source (e.g., photograph) into a computer.
Script => This refers to a group of commands usually stored in a file and run one at a time so that you don't have to type them in one at a time. Script is the newer, sexier term for batch. Don't talk about batch files anymore! It's all scripts and s...
SCSI => (Small Computer Standard Interface) A standard data pathway used mostly for hard drives and CD-ROM drives, but also a common interface for scanners and sometimes printers. Currently the fastest (and the most flexible) method of interfacing wi...
SCSI-2 => This version of SCSI originally came in two varieties: Fast-SCSI 2 and Fast-Wide SCSI 2. Recent extensions to the SCSI 2 specification include Ultra SCSI, which comes in normal and wide flavors as well. It doubles the top data rates from 10...
SCSI-3 => This is not Wide SCSI. It is also not Ultra SCSI. In fact, the SCSI 3 specification does not exist yet. When it is created, it will probably use some sort of Fiber-channel interface. However, Ultra-SCSI is sometimes referred to as SCSI-3. B...
SDRAM => (Synchronous Dynamic Random Access Memory) Like DRAM but arranged with a more efficient data pathway which allows for faster throughput.
SDX => (Storage Data Acceleration) This technology is being pioneered by Western Digital. The idea behind it is that slower drives such as CD and DVD drives will attach directly to larger, faster hard drives. They'll use a 10-pin connector between th...
Search Engine => This is typically a Web site that compiles and indexes a large amount of stuff on the Web and lets you search through it in some orderly manner. Search engines have many different strategies for collecting data and presenting it. If ...
SECC => (Single Edge Cartridge Connector) The SECC is a processor cartridge designed to hold Intel's Pentium II and some external cache. It then plugs into a motherboard that supports Slot 1.
Secure Sockets Layer => (SSL) This is a protocol specified by Netscape that allows for "secure" passage of data. It uses public key encryption, including digital certificates and digital signatures, to pass data between a browser and a server. It is ...
Serial => A means of operation meaning in series, or one after the other.
Serial Port => A data pathway that is usually used to connect modems and mice. Comes in 9- and 25-pin varieties, which are the same.
Server => A machine whose sole purpose is to supply information in its many forms, so that other machines can use it. See also client/server.
SGRAM => (Synchronous Graphics) RAM This is actually a form of SDRAM with some additional features to speed up 3D graphics. It is used on some graphics cards.
Shading => See rendering.
Shadow Mask => A thin sheet of metal with small holes poked through it used to focus the light from the electron beam on most CRT monitors. See also Slot Mask.
Silicon => An element commonly associated with glass. Called silica when bonded with oxygen. Sand and quartz is a form of silica. Not to be confused with "silicone." The main component of computer chips.
SIMM => (Single In-Line Memory Module) Those little memory cards we're used to putting into a computer as memory. It used to be that you needed eight or nine single chips to put into a computer to make a whole memory unit. Now a single card or two is...
SLIP => (Serial Line Internet Protocol) A protocol used to connect your computer to the Internet using serial connection.
Slot 1 => This is a cartridge slot found on motherboards that accepts an SECC cartridge. It works with Intel's Pentium II chips.
Slot Mask => This form of mask is similar to a shadow mask, but instead of a sheet of metal with holes poked into it, it is a series of fine, vertically-aligned metal wires.
SMP => (Symmetric Multi Processing) This refers to a technology where a computer uses multiple processors to process different instructions at the same time, in separate processing units. It is a form of parallel computing.
Socket => Normally, it's where your limbs are attached to, as in "I'm going to rip your arm out of the socket." In network speak, a socket is composed of an IP address and a port number. For example, a socket could be "206.119.148.38 port 80." See al...
Socket 7 => This is a PGA socket designed to accept an Intel P54c or P55c (Pentium class) chip, an AMD K5 chip, or a Cyrix 6x86 chip.
Socket 8 => This PGA socket is designed to accept an Intel Pentium Pro chip.
SOCKS => A protocol for communication through a firewall or proxy server. The SOCKS protocol uses TCP/IP sockets for communication. SOCKS is supported by Navigator and IE and allows them to communicate through proxy servers and firewalls, assuming th...
Sonictron => Viewsonic's answer to Sony's Trinitron. Like Trinitron, it uses an aperture grill instead of a shadow mask.
Sound Card => A peripheral device in the form of a card used for producing sound and music. Although PCs come with a speaker, it does not do a good job of playing music. As for reproducing sound, it takes most of the processor's power to produce only...
Spatial Database => This is simply a database that contains geographical or "spatial" information. For example, you could have a database of population by county in the United States, or amount of sales by state, or amount of employees per site.
Speaker Shielding => The ferro-magnetic shielding around the magnets of speakers that prevents interference with the monitor and stops damage to magnetic media such as floppies, Zip disks, and Jaz disks. Speaker shielding CAN damage MOs or CDs, howev...
Specular Highlights => This allows for the appearance of light reflecting off an object. White or light-colored pixels are blended into darker areas to provide this function.
Spider => Also known as a Web crawler, a robot, Web spider, or sometimes a worm. A program that runs on the Internet, goes out to an URL (Web page), and requests all links that are referred to on that page. Robots learn as they go, building a databas...
SQL => (Structured Query Language) This is a type of relational database that features data in rows and columns. Each row represents a record. Each column is a field. Most serious database solutions today use some form of SQL to store and access larg...
SRAM => (Static Random Access Memory) Much more expensive and physically larger than DRAM, but much faster. The fastest SRAM has a latency of about 5 nanoseconds.
SSD => (Solid State Disk) The D in SSD is really a misnomer. SSD storage is basically a huge block of RAM chips that functions like a hard drive. SSD drives (obviously) are extremely expensive, but offer very high data speeds that are necessary in so...
SSL => see Secure Socket Layer
SSMP => (Simple Screen Management Protocol) This is a communications protocol for text-based terminals.
Star topology => This is a network topology that has network hubs at the center, with all connected computers linked back to the hub by a single cable. Thus, if one cable goes down, the rest of the computers can still communicate.
Stepping => This refers to the version of a chip. Microprocessors typically have many different steppings where performance is increased or minor bugs are fixed. The steppings are generally not touted as a new release of the chip, because chips are n...
Streaming => This term is often used to describe technology that is capable of playing audio or video while it is still downloading. This saves you some waiting.



( run in 0.619 second using v1.01-cache-2.11-cpan-ceb78f64989 )