| Basic Computer and Memory Terminology | |||||||||||||||||||||
| Basic Computer Parts A computer is made up of the following parts |
|||||||||||||||||||||
| BEDO DRAM | Short for Burst EDO DRAM, a new type of EDO DRAM that can process four memory addresses in one burst. Unlike SDRAM, however, BEDO DRAM can only stay synchronized with the CPU clock for short periods (bursts). Also, it can't keep up with processors whose buses run faster than 66 MHz. | ||||||||||||||||||||
| BIOS | Pronounced "bye-ose," an acronym
for basic input/output system. The BIOS is built-in
software that determines what a computer can do without accessing programs from a disk. On
PCs, the BIOS contains all the code required to control the keyboard, display screen, disk
drives, serial communications, and a number of miscellaneous functions. The BIOS is typically placed in a ROM chip that comes with the computer (it is often called a ROM BIOS). This ensures that the BIOS will always be available and will not be damaged by disk failures. It also makes it possible for a computer to boot itself. Because RAM is faster than ROM, though, many computer manufacturers design systems so that the BIOS is copied from ROM to RAM each time the computer is booted. This is known as shadowing. Many modern PCs have a flash BIOS, which means that the BIOS has been recorded on a flash memory chip, which can be updated if necessary. The PC BIOS is fairly standardized, so all PCs are similar at this level (although there are different BIOS versions). Additional DOS functions are usually added through software modules. This means you can upgrade to a newer version of DOS without changing the BIOS. PC BIOSes that can handle Plug-and-Play (PnP) devices are known as PnP BIOSes, or PnP-aware BIOSes. These BIOSes are always implemented with flash memory rather than ROM. |
||||||||||||||||||||
| BIOS extensions | In the PC, extensions to the main BIOS (basic input/output system) that enable the computer to work with add-on devices such as hard disk controllers and EGA or VGA adapters. The ROM chips containing these extensions do not have to be located on the motherboard; they can also be on expansion boards plugged into the expansion bus. Any BIOS extensions needed to run these expansion boards are loaded automatically when you boot your computer. | ||||||||||||||||||||
| CMOS | Abbreviation of complementary metal
oxide semiconductor. Pronounced see-moss, CMOS is a widely
used type of semiconductor. Personal computers also contain a small amount of battery-powered CMOS memory to hold the date, time, and system setup parameters. CMOS semiconductors use both NMOS (negative polarity) and PMOS (positive polarity) circuits. Since only one of the circuit types is on at any given time, CMOS chips require less power than chips using just one type of transistor. This makes them particularly attractive for use in battery-powered devices, such as portable computers. |
||||||||||||||||||||
| CD-ROM | Compact Disk - Read Only Memory. One of the most popular ways to install programs today. These disks can hold over 600 Megabytes of data and are easily portable. DVD is a newer version of this technology (that is now becoming available) which can hold over 4,000 Megabytes (or 4 Gigabytes) of data. Types EIDE, IDE, SCSI | ||||||||||||||||||||
| CPU - Central Processing Unit | The computers brain. The most common chips
today are the Pentium, K5, and the 6x86 for IBM compatible machines and the Power PC for
Macintosh. The higher the number, the more powerful the processor and the faster it can think. For example, from slowest to fastest are the 286, 386, 486, 586, 686 Pentium-200Mhz, Pentium-300Mhz, Pentium-400Mhz, and Pentium-500Mhz and above. The 286, 386 and 486s are largely obsolete today, few are being sold. Pentium-based computers are more popular now. |
||||||||||||||||||||
| DIMM | Short for dual in-line memory module, a small circuit board that holds memory chips. A single in-line memory module (SIMM) has a 32-bit path to the memory chips whereas a DIMM has 64-bit path. Because the Pentium processor requires a 64-bit path to memory, you need to install SIMMs two at a time. With DIMMs, you can install memory one DIMM at a time. | ||||||||||||||||||||
| DRAM | Pronounced dee-ram, DRAM stands
for dynamic random access memory, a type of memory used
in most personal computers. A type of physical memory used in most personal computers. The term dynamic indicates that the memory must be constantly refreshed (reenergized) or it will lose its contents. RAM (random-access memory) is sometimes referred to as DRAM (pronounced dee-ram) to distinguish it from static RAM (SRAM). Static RAM is faster and less volatile than dynamic RAM, but it requires more power and is more expensive. |
||||||||||||||||||||
| EDO RAM | Short for Extended Data Output Dynamic Random Access Memory, a type of DRAM that is faster than conventional DRAM. Unlike conventional DRAM which can only access one block of data at a time, EDO RAM can start fetching the next block of memory at the same time that it sends the previous block to the CPU. | ||||||||||||||||||||
| EIDE | Short for Enhanced IDE,
a newer version of the IDE mass storage device interface standard developed by Western
Digital Corporation. It supports data rates of between 4 and 16.6 MBps, about three to
four times faster than the old IDE standard. In addition, it can support mass storage
devices of up to 8.4 gigabytes, whereas the old standard was limited to 528 MB. Because of
its lower cost, enhanced EIDE has replaced SCSI in many areas. EIDE is sometimes referred to as Fast ATA or Fast IDE, which is essentially the same standard, developed and promoted by Seagate Technologies. It is also sometimes called ATA-2. There are four EIDE modes defined. The most common is Mode 4, which supports transfer rates of 16.6 MBps. There is also a new mode, called ATA-3 or Ultra ATA, that supports transfer rates of 33 MBps. |
||||||||||||||||||||
| EISA | Acronym for Extended Industry
Standard Architecture, a bus architecture designed for PCs using an
Intel 80386, 80486, or Pentium microprocessor. EISA buses are 32 bits wide and support
multiprocessing. The EISA bus was designed by nine IBM competitors (sometimes called the Gang of Nine): AST Research, Compaq Computer, Epson, Hewlett-Packard, NEC, Olivetti, Tandy, WYSE, and Zenith Data Systems. They designed the architecture to compete with IBM's own high-speed bus architecture called the Micro Channel architecture (MCA). The principal difference between EISA and MCA is that EISA is backward compatible with the ISA bus (also called the AT bus), while MCA is not. This means that computers with an EISA bus can use new EISA expansion cards as well as old AT expansion cards. Computers with an MCA bus can use only MCA expansion cards. EISA and MCA are not compatible with each other. This means that the type of bus in your computer determines which expansion cards you can install. Neither EISA nor MCA has been very successful. Instead, a new technology called local bus (PCI) is being used in combination with the old ISA bus. |
||||||||||||||||||||
| Floppy Disk | Most computers come standard with a 3.5"
floppy disk drive. Each floppy disk can hold up to 1.44 megabytes of data.
5.25" was used on the older systems and are generally not used today. Note: today we have super floppy disk drives, 3.5" format that hold 120 MB of information. |
||||||||||||||||||||
| FPM RAM | Short for Fast Page Mode
RAM, a type of Dynamic RAM (DRAM) that allows faster access
to data in the same row or page. Page-mode memory works by eliminating the need for a row
address if data is located in the row previously accessed. It is sometimes called page
mode memory. FPM RAM is being replaced by newer types of memory, such as SDRAM. |
||||||||||||||||||||
| Gigabyte- | One Thousand Megabytes. Another term used to denote a computers storage space. For example, Hard Drives are frequently referred to as having 4 Gigabytes of space. Abbreviation - GB, Gig. | ||||||||||||||||||||
| Hard Drive | The computers storage device for data and software programs. You can think of it as a filing cabinet for your documents, or a bookshelf for your text books. Many software programs today require a lot of hard disk space, so youll probably want to look at a minimum of a 4 gigabyte hard drive. Types EIDE, IDE, SCSI | ||||||||||||||||||||
| IDE Interface | Abbreviation of either Intelligent Drive
Electronics or Integrated Drive Electronics,
depending on who you ask. An IDE interface is an interface for mass storage devices, in
which the controller is integrated into the disk or CD-ROM drive. Although it really refers to a general technology, most people use the term to refer the ATA specification, which uses this technology. |
||||||||||||||||||||
| Internal Interfaces | PCI, EIDE, IDE and SCSI - These refer to different types of internal interfaces for the computer: How the CPU (the brain) talks to the rest of the system. These are the current industry standards. They have different speeds, capabilities and uses. | ||||||||||||||||||||
| 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. |
||||||||||||||||||||
| Megabyte | One Million Bytes. This term is used to denote the size of the computers memory and storage. For example, a 3.5" floppy disk holds 1.4 Megabytes of data, a computer will typically have 32 to 64 Megabytes of RAM and a Hard Drive with 4,000 to 8,000 Megabytes of storage. Abbreviation - MB, Meg. | ||||||||||||||||||||
| Monitor | Youll want to invest in a VGA (which stands for Video Graphics Array) color monitor. Most computer system packages include a 15" VGA monitor with a resolution of .28mm dot pitch. The smaller the dot pitch number, the better the resolution. See NEC's KnowledgeBase for more information. | ||||||||||||||||||||
| Mouse | Pointing device needed for most Windows-based programs. Comes standard with most computer systems, as does the keyboard. | ||||||||||||||||||||
| Multimedia | Multimedia computer systems include a CD-ROM
drive, a sound card, and speakers. If you want to use the popular multimedia
encyclopedias, reference materials and games that are available, youll need these
components. Look for a 40X-speed CD-ROM drive, and a soundblaster or compatible sound
card. Note: Today we have DVD players with CD-ROM readers. |
||||||||||||||||||||
| PCI | Acronym for Peripheral Component
Interconnect, a local bus standard developed by Intel Corporation. Most modern
PCs include a PCI bus in addition to a more general ISA expansion bus. Many analysts,
however, believe that PCI will eventually supplant ISA entirely. PCI is also used on newer
versions of the Macintosh computer. PCI is a 64-bit bus, though it is usually implemented as a 32-bit bus. It can run at clock speeds of 33 or 66 MHz. At 32 bits and 33 MHz, it yields a throughput rate of 133 MBps. Although it was developed by Intel, PCI is not tied to any particular family of microprocessors. |
||||||||||||||||||||
| RAM - Random Access Memory | How much data the processor can manage at any one time is known as RAM. While 32 to 64 megabytes of RAM is standard on most computer systems, get 128 megabytes if you can afford it. Your software will run more efficiently. Either way, make sure your RAM is expandable so you can add more later if you need to. Types of memory EDO RAM, SDRAM, WRAM. | ||||||||||||||||||||
| RDRAM | Short for Rambus DRAM, a type of
memory (DRAM) developed by Rambus, Inc. Whereas the fastest current
memory technologies used by PCs (SDRAM) can deliver data at a maximum
speed of about 100 MHz, RDRAM transfers data at up to 600 MHz. In 1997, Intel announced that it would license the Rambus technology for use on its future motherboards, thus making it the likely de facto standard for memory architectures. However, a consortium of computer vendors is working on an alternative memory architecture called SyncLink DRAM (SLDRAM). RDRAM is already being used in place of VRAM in some graphics accelerator boards, but it is not expected to be used for the main memory of PCs until 1998 or 1999. Intel and Rambus are also working a new version of RDRAM, called nDRAM, that will support data transfer speeds at up to 1,600 MHz. |
||||||||||||||||||||
| ROM - Read Only Memory | Inside the computer, this type of memory serves as the computers identity. Whenever you turn it on, the computer will look to this memory to find out who it is and what it's supposed to do. The computer cannot "write" to this type of memory, it can only read from it. | ||||||||||||||||||||
| SCSI | Abbreviation of Small Computer
System Interface. Pronounced "scuzzy," SCSI is a parallel
interface standard used by Apple Macintosh computers, PCs, and many UNIX systems for
attaching peripheral devices to computers. Nearly all Apple Macintosh computers, excluding
only the earliest Macs and the recent iMac, come with a SCSI port for attaching devices
such as disk drives and printers. SCSI interfaces provide for faster data transmission rates (up to 80 megabytes per second) than standard serial and parallel ports. In addition, you can attach many devices to a single SCSI port, so that SCSI is really an I/O bus rather than simply an interface. The following varieties of SCSI are currently implemented: Wide Ultra2 SCSI: Uses a 16-bit bus and supports data rates of 80 MBps. |
||||||||||||||||||||
| SDRAM | Short for Synchronous DRAM,
a new type of DRAM that can run at much higher clock speeds than
conventional memory. SDRAM actually synchronizes itself with the CPU's bus and is capable
of running at 100 MHz, about three times faster than conventional FPM RAM,
and about twice as fast EDO DRAM and BEDO DRAM.
SDRAM is replacing EDO DRAM in many newer computers Today's fastest Pentium systems use CPU buses running at 100 MHz, so SDRAM can keep up with them, though barely. Future PCs, however, are expected to have CPU buses running at 200 MHz or faster. SDRAM is not expected to support these high speeds which is why new memory technologies, such as RDRAM and SLDRAM, are being developed. |
||||||||||||||||||||
| SIMM's | Acronym for single in-line memory
module, a small circuit board that can
hold a group of memory chips. Typically, SIMMs hold up 8 (on Macintoshes) or 9 (on PCs)
RAM chips. On PCs, the ninth chip is often used for parity error checking. Unlike memory
chips, SIMMs are measured in bytes rather than bits. SIMMs are easier to install than
individual memory chips. The bus from a SIMM to the actual memory chips is 32 bits wide. A newer technology, called dual in-line memory module (DIMM), provides a 64-bit bus. For modern Pentium microprocessors that have a 64-bit bus, you must use either DIMMs or pairs of SIMMs. |
||||||||||||||||||||
| SLDRAM | Short for SyncLink DRAM, a new type of memory being developed by a consortium of computer manufacturers called the SyncLink Consortium. SLDRAM is competing with Rambus memory (RDRAM) as the future PC memory architecture. But whereas actual RDRAM chips are already in use on video boards and other devices, SLDRAM is still on paper only. Moreover, Intel is backing RDRAM, which reduces the odds of SLDRAM becoming an important technology. | ||||||||||||||||||||
| Swap File | This is a file on the hard drive that acts like an extension to the computers RAM for some programs (most notably Windows, Windows 95/98 and NT). This can be compared to the yellow sticky notes that tend to accumulate on your desk, fridge, etc. It's stuff you need to do, but that you wouldn't necessarily remember (because you don't have enough RAM). | ||||||||||||||||||||
| Video Card or Graphics Card | This is how your computer communicates with the monitor. The more memory your video card has, the better picture it can support. Video cards with 4 to 8 megabytes memory are standard on most computer systems today, although youll pay more for 8 megabytes. In most cases, 4 megabyte video memory is sufficient. | ||||||||||||||||||||
| VRAM - Video Ram | Short for video RAM, and
pronounced vee-ram. VRAM is special-purpose memory used by video adapters. Unlike
conventional RAM, VRAM can be accessed by two different devices
simultaneously. This enables the RAMDAC to access the VRAM for screen updates at the same
time that the video processor provides new data. VRAM yields better graphics performance
but is more expensive than normal RAM. A special type of VRAM, called Windows RAM (WRAM), yields even better performance than conventional VRAM. |
||||||||||||||||||||
| WRAM | Short for Windows RAM, a
type of RAM developed by Samsung Electronics that supports two ports.
This enables a video adapter to fetch the contents of memory for display at the same time
that new bytes are being pumped into memory. This results in much faster display than is
possible with conventional single-port RAM. WRAM is similar to VRAM, but achieves even faster performance at less cost because it supports addressing of large blocks (windows) of video memory. |
||||||||||||||||||||
|
|||||||||||||||||||||
|
|||||||||||||||||||||