BUYING A PERSONAL COMPUTER (PC)

Author: SENTHIL KUMAR



Things to Consider Before Buying a Computer:

In the initial stages of determining what sort of computer you need to get, at some point you need to ask yourself, what am I going to be using the computer for? Whether you intend to write papers for class, surf the World Wide Web, or just play computer games, you need to have an idea of what the minimum requirements the computer needs to have. If all you intend to do is just write letters using a DOS based word processing program, a 386 or 486 system with a couple megabytes of memory is more than adequate. If you want to use a Windows version of some word processing program, then your requirements go up a bit, particularly on the amount of RAM memory and hard disk space. If you want to be able to surf the Web and play some of the multimedia on-line virtual reality games, then you need a higher-end system, with more memory, more disk space, and a modem or network card to connect to the Internet.

Once you determine what you need the computer for, the next question that you need to ask yourself is how much money I can afford to spend. If you are looking for a Pentium 4 based system, expect to pay around $800 to $1000 for a good quality system including software and a monitor. You will no doubt see systems advertised for less than this, but there is a good reason why these systems are cheaper and we will discuss this a little later in this document.

Buy as much PC as you can afford. Don't cut corners on the main system unit (monitor, processor, memory, disk space, etc.). If you are short on cash, hold off on the printer or a software application or two that you really don't need right away. Remember, this system is going to last you at least 3 or 4 years or more and you don't want to start running out of disk space or memory in the first week that you have it because you trimmed down the amount of memory or got a smaller hard drive so that you could afford to buy 18 different versions of a screen saver program!

Remember, you get what you pay for. If the price is cheap, most likely the components are cheap. For example, a good brand name 40 GB (Gigabyte) hard drive currently sells for $80 to $100. If a salesman talks you into their in-house brand for $20, make sure you have them throw in an extra set of rubber bands! Or a good quality 17 inch color SVGA monitor will typically go for somewhere in the range of $300 to $600. If the local computer store is selling a high-end model SVGA monitor for only $150, check to see if there is a crank on the side!

If the PC of your dreams comes with Microsoft software, such as Office 2003, here is something you need to consider. Software that is purchased with a new computer has a special OEM (Original Equipment Manufacturers) license. That OEM license is tied to that specific PC and can not be transferred (uninstalled/reinstalled) on another computer. So, if you replace your new PC in a couple years, you will also need to purchase all of the OEM licensed software. OEM licensed software can only be installed on the original computer the software was purchased with.

If you replace your computer every 3-4 years as I do, you may want to consider purchasing a retail copy of the software rather than buying the software with the new computer. The retail software is available either on-line or from your local computer store. With a retail copy of the software, if you ever replace your computer, you can uninstall the software from the old computer and reinstall the retail licensed software on a new computer. Depending on the application, retail software is going to cost you about 50% more than the OEM software purchased with the computer, but it will save you money in the long run.

Finally, give yourself some room to work. Shoot for a dollar amount but be willing to spend a couple hundred more to get exactly what you want and something that you'll be happy with. If you say I want the best computer graphics workstation made, but I don't want to spend more than $200, I say go buy yourself a 64-pack of Crayolas with some colored paper, because that's all you can afford. Be realistic!

What is the Main Purpose of the Computer:

If you have made the decision to buy a computer, there must be a reason or need that you have to get one, other than I have $1200 burning a hole in my pocket and I need to get rid of it! A good reason for buying a computer would be something like writing papers for a class or keeping track of your finances or business. A bad reason for buying a computer would be something like your best friend has one or everyone else you know has one, because you're probably never going to use it and you end up with a $1200 paper weight.

Computer Terminology:

Before we get into our discussion of computers and components, there are a few terms that I should define first for those that are shopping for a computer for the first time: bits, bytes, megahertz, and gigahertz. These are the most common terms that are used to describe a computer's ability to store information and the speed in which it can process data.

Bits & Bytes Defined:

Computers only work with binary numbers. A binary number, or bit for short, is the smallest unit of information that is used by a computer and consists of one of two different characters, a 0 (zero) or a 1 (one). A 0 would refer to off or false or no, while a 1 would refer to on or true or yes. A simplified example of the use of a bit would be when the computer is booted up, it sends out a signal to the printer connected to the computer to see if it is ready to accept documents. Assuming that the printer is turned on and isn't ready yet, it would respond by sending back a 0 indicating no, I'm not ready. If the printer is ready, it would respond by sending back a 1 indicating yes, I am ready. When you see the speed rating of a communications device, such as a serial port or a modem, the speed will be listed in bps or bits per second. A modem that has a rating of 56K bps (since K refers to thousand, that is 56,000 bps) would have the capability to sending or receiving 56,000 0s and/or 1s in one second.

Since sending out information 1 bit at a time can be rather time consuming for the computer, information is sent as a package of data or instructions called a byte. A byte is made up of 8 bits of information, such as 00000000 or 10101010. Most of a computer's specifications are represented in terms of bytes, such as the computer's memory capacity or the size of a disk drive.

The following table lists the various terms and their associated values:

Term Symbol Value
bit b 0 or 1
byte B 8 bits
kilobit Kb 1,024 bits
kilobyte KB 1,024 bytes
megabit Mb 1,048,576 bits
megabyte MB 1,048,576 bytes
gigabit Gb 1,073,741,824 bits
gigabyte GB 1,073,741,824 bytes
terabit Tb 1,099,511,627,776 bits
terabyte TB 1,099,511,627,776 bytes

Note in the above table that when referring to computers, the K (thousand) actually refers to 1,024 and not 1,000. Therefore, a document stored on the computer's hard drive that is listed as being 10 KB in size is actually 10,240 bytes (10 times 1,024) and not 10,000 bytes. If a computer contains 256 MB of memory, it actually contains 268,435,456 bytes (256 times 1,048,576) and not 256,000,000.

Gigahertz Defined:

The speed of a computer depends on the amount of data its processor can manipulate in a given period of time and the processor's clock speed. The clock speed of a processor is measured by the number of electronic pulses it can produce in a second. Clock speed is built into the processor and is measured in gigahertz (GHz). Since giga means billion and hertz means times (cycles) per second, 1.0 GHz is 1 billion times per second. The speed of older, slower processors was measured in megahertz (MHz). Since mega means million, 500 MHz is 500 million times per second.

The electronic pulses affect the speed with which program instructions are executed because instructions are executed at predetermined intervals, which are timed by the electronic pulses. For example, if we had a computer than contained a processor that was running at 1 GHz and it executed an instruction every 100 pulses, it would process 10,000,000 instructions per second (1 billion divided by 100). If the computer had a 500 MHz processor and executed an instruction every 100 pulses, it would process 5,000,000 instructions per second (500 million divided by 100).

The amount of data that the processor can handle is called the word size and refers to the number of bits of information that can be processed at a time. An Intel Pentium processor can handle 64-bit words or 64 bits (0s and 1s) of information at a time. The older 486 computers contained 32-bit processors and could only handle 32 bits of information at a time. Before you jump to conclusions, a 64-bit processor is not necessarily twice as fast as a 32-bit processor. The 64-bit processor may be more than twice as fast in performing some tasks, but less than twice as fast in performing others. Generally speaking though, a 64-bit processor is faster than a 32-bit processor, which in turn is faster than a 16-bit processor.

We will discuss processing speed in more detail under the Processor Paranoia section below.

Operating Systems and Software Applications:

The software applications that you get for your computer must be compatible. Once you determine which operating system you are going to run on your new computer (assuming that you have a choice) you can then select which software applications to get. Most software applications are available in each of these flavors, so the application does not necessarily determine which operating system you have to use. If you buy a complete computer system from a single outlet store as opposed to purchasing each of the components separately from different outlets, the complete system will most likely come with an operating system preinstalled, such as Microsoft Windows XP or Linux.

Windows 2000

A true multitasking, multithreaded, 32-bit operating system. It combines the best features of Windows 98 with the security, manageability and reliability of Windows NT. Some of the new features include safeguards that prevent important files and device drivers from being overwritten during a software installation, eliminates the need to reboot the computer after installing software applications, can run more applications and perform more tasks at the same time than Windows 95 or Windows 98, provides support for multiple processors and several hundred languages, faster data transfers with Universal Serial Bus (USB) and IEEE 1394 (discussed below), and it is rumored to be 25% faster than previous versions of Windows. There is also a tool that allows you to view a small thumbnail image of a multimedia or graphic file before you open it, a feature called Hibernate that will automatically turn your computer and monitor off at a set time, off-line viewing for files and folders, and Internet Connection Sharing that allows you to connect your Windows 2000 computer to the Internet (via dial-up or other method) and then give network access to other computers in your home. Windows 2000 was replaced by Windows XP.

Windows XP

A multitasking, multithreaded, operating system that will be available in both 32-bit and 64-bit formats. There are two 32-bit versions of Windows XP, Windows XP Home Edition and Windows XP Professional. Both versions have the new Windows XP interface, advanced support for laptops, wireless connections, faster bootup and application startup times, advanced power management, a builtin Internet firewall, and support Internet Explorer 6.0 Privacy. In addition to this, the Windows XP Professional version has support for remote desktops, offline files and folders, multiprocessor support, file encryption, enhanced administrative functions (like Windows 2000), and a multi-lingual user interface. There is also a 64-bit version of Windows XP called (oddly enough) Windows XP 64-Bit Edition. The 64-bit edition is targetted at technical users working with high-end multimedia, engineering, and scientific applications. It contains all of the enhancements for the 32-bit versions of Windows XP plus it is optimized to run on the Intel Itanium processor and will initially support 16GB of RAM memory and up to 16TB (terabytes) of virtual memory.

Linux

Free, 32-bit, multitasking, Unix-based operating system. Unlike the other operating systems listed here, Linux will run on a wide variety of platforms, from the old Intel 386 to a Sun Sparc. Although there are many sites that will allow you to download a Linux for free, I strongly suggest that you purchase an installation CD from a company like Redhat, it will make the installation a lot easier.

Productivity Software

Besides the operating system, you need to choose which software applications that you are going to need on your new computer. Most computer systems now come bundled with a suite of software applications, such as Microsoft Works,Microsoft Office, Corel Perfect Office, Lotus SmartSuite, or Sun Microsystems StarOffice. These suites of applications typically contain all the programs that you would need to run a small business. Microsoft Office comes with Word (word processor), Excel (spreadsheet), OutLook (calendar), PowerPoint (presentation graphics), and Access (database) in the professional version. Corel Perfect Office comes with WordPerfect (word processor), Quattro Pro (spreadsheet), CorelCENTRAL (calendar), Presentations (presentation graphics), Envoy (Internet publisher), and Paradox (database) in the profession version. Lotus SmartSuite comes with Lotus 1-2-3 (spreadsheet), Word Pro (word processing), Freelance Graphic (presentation graphics), Approach (database), Screencam (multimedia), and Organizer (time management software). Sun StarOffice comes with Writer (word processor), Calc (calculation and analysis), Impress (presentation graphics), Draw (graphics), Base (database), Schedule (time management software), Mail (E-mail program), and Discussion (news reader). Each package has its merits and I can't recommend one over the other. Other than a personal preference for the layout of one application over another, all of these are fine programs.

In addition to the operating system and the business software applications, there are many other categories of software that you may or may not want to use on your computer. Software to access the Internet such as Microsoft Internet Explorer or Netscape Communicator, graphics applications such as Adobe Photoshop or Paint Shop Pro, multimedia editing software such as Adobe Premier or RealProducer Pro, and games should also be taken into consideration when choosing the brand and model of computer that you are going to purchase.

Hardware

There are literally hundreds of manufacturers for computers, monitors, printers, and other components. My advice to a first time buyer is to stick with a brand name. Getting that first computer can be very exciting, but the excitement can quickly dwindle to sheer terror and frustration if there are compatibility problems between the components and the software.

The basic components of a computer system are the motherboard (containing the processor and memory), keyboard, mouse, monitor, diskette drive, CD-ROM drive, and hard drive. In addition to these, there are several other types of devices that you may or may not want to include in your computer purchase, such as a trackball, joy stick, modem, tape drive, zip drive, printer, plotter, scanner, sound card and speakers, TV card, video capture card, power supply backup, and surge protector. Whether you need any of these other devices or not will depend on which software applications that you intend to use. Also, if you are short on money when you buy your computer or decide that you need one or more of these items later on, you shouldn't have any problem installing these after the original purchase has been made, just make sure you buy components that are compatible with your system.

I have had the opportunity to work with several different brands and models of computers, devices, and components over the years. The following is a list of computer components and their manufacturers that I have worked with and would recommend to others:

Desktop/Tower Computers:

Compaq, Dell, Gateway, IBM

Laptop/Notebook Computers:
Compaq, Dell, Gateway, IBM, Sony

RAM Memory:
Kingston Memory Products, Simple Technologies

Controller Cards:
Adaptec, Conner, Western Digital

Hard Drives:
Fujitsu, Maxtor, Quantum, Western Digital

Diskette Drives:
TEAC

CD-ROM Drives:
Mitsumi/Panasonic, Philips, Sony

Tape Drives:
Colorado Memory Systems, Hewlett Packard

Zip/Jazz Drives:
Iomega

Monitors:
CTX, IBM, NEC

Video Cards:
Creative Labs, Diamond, Matrox

Fax/Modems:
Practical Peripherals, US Robotics (3com)

Sound Cards:
Creative Labs

Power Supplies:
American Power Conversion

Color Ink Jet Printers:
Canon, Epson, Hewlett Packard

Black Ink Jet Printers:
Epson, Hewlett Packard

Dot Matrix Printers:
Epson, Lexmark

Black Laser Printers:
Hewlett Packard

Color Laser Printers:
Canon, Hewlett Packard

Plotters:
Hewlett Packard

Color Scanners:
Hewlett Packard, Umax

Note, the above lists component manufacturers that I have personally worked with and consider to be of good quality. Manufacturers and/or devices that do not appear in this list are either items that I have not worked with or items that I thought were of lesser quality.

Processor Paranoia

If you've already done some shopping around, you've discovered that you not only have to figure out which brand of computer to buy, but also what's inside. This is analogous to that first car you ever bought. You wanted that Corvette with the souped up 8-cylinder engine, but settled on the Ford Escort with the 4-cylinder engine. The processor is the "engine" that drives the computer, the bigger and faster the processor, the better the performance - generally speaking.

The overall speed of a computer is affected by several things, but most notably the clock speed of the processor and the speed and size of the instruction/data bus. The clock speed is the rate at which the processor processes information and this is measured in millions of cycles per second (MHz) in older computers and billions of cycles per second (GHz) in newer computers. The way that this information gets to the processor is via the instruction/data bus. The instruction/data bus is the pathway for data communications between the computer's processor and the various components in the computer and is analogous to the buses that run in the city. The bigger the bus, the more people that it can carry. The faster the bus travels, the faster you get to where you want to go. Similarly, the computer's bus has a certain size or width called the data path which is measured in bits. The speed of the bus is also measured in MHz just like the processor. The larger the bus width and/or the faster the bus speed, the more data that can travel on it in a given amount of time.

In addition, there is a thing called the cache that affects the speed of a computer. Before we go into detail on how the cache affects processor performance, lets see how a cache speeds up a web browser.

The web browser that you are using right now to view this page also uses a cache to store the text and graphics that you see displayed. This information is stored temporarily in a folder on your hard drive. When you return to this page, rather than downloading the text and graphics again from this site, the browser just loads the information stored in the cache folder. This process speeds up access to web pages and graphics and also reduces traffic over the Internet.

The cache in a computer is similar to the browser's cache in that it is used to store information temporarily so that the computer doesn't have to search around for it the next time that it is needed. There are two basic types of caches that speed up the computers overall performance, disk cache and memory cache.

The disk cache is used to store the most recently accessed information from the computer's hard drive. In addition, it also includes information adjacent to the accessed information that is likely to be accessed. This reduces the time that it takes to read and/or write information to the hard drive.

The speed at which a processor executes instructions depends on the cache memory. This cache memory simply remembers instructions and information that the processor has executed or accessed previously. There are two levels of cache memory and these are referred to by their location and degree of accessibility to the processor. The Level 1 cache (referred to as L1 or primary cache) is located on the same chip as the processor. This close proximity to the processor makes the L1 cache very fast. The Level 2 cache (referred to as L2 or secondary cache) is a separate chip on the computer's motherboard. Although it takes longer for the processor to retrieve information from the L2 cache than the L1 cache, the L2 cache is much faster than the computer's main (RAM) memory. The next time the processor needs to execute an instruction or load information that it has previously used, the memory cache supplies the data. If the information is not found in the L2 cache, the processor moves on to the computer's RAM memory.

Besides the processors that are offered by AMD, there are several models from Intel that are available. From slowest to the fastest there is the Pentium, Pentium with MMX technology, Pentium Pro, Pentium II, Pentium III, and the Pentium 4. If we compared the speed of the Pentium through Pentium III processors, assuming that they all had the same clock speed, it would go something like this. The 200 MHz Pentium processor with MMX is about 28% faster than the 200 MHz Pentium, the 200 MHz Pentium Pro is about 20% faster than the 200 MHz Pentium with MMX, and the 233 MHz Pentium II is about 20% faster than the 200 MHz Pentium Pro (based on Intel's data). The 350 MHz Pentium II, based on the 100 MHz bus, is 20% faster than a 333 MHz Pentium II. A 1.5 GHz Pentium 4 is over 50% faster than a 1.0 GHz Pentium III. Intel also manufactures the Celeron processor (discussed below) and although I don't have any performance data, I would suspect that it would compare to the Pentium or perhaps the Pentium II.

What is MMX Technology? MMX, or MultiMedia eXtensions is a chip level enhancement to speed up any application that uses multimedia, such as slide presentations, games, etc. Based on a technique called Single Instruction, Multiple Data, (SIMD), MMX allows a processor to receive 8 bytes of data, one at a time, and then process each byte individually. Basically what this does is speeds up multimedia and communication software applications such as audio, graphics, video, and data communications.

I have five classes of computers in my office. In increasing horsepower, there is a 500 MHz Pentium III, an 866 MHz Pentium III, an 1.8 GHz Pentium 4, a 2.4 GHz Xeon, and a dual 2.8 GHz Xeon. If I were only using a computer for word processing, creating simple spreadsheets, or E-mail, I wouldn't really notice much of a difference in the speed between these five computers other than the speed an application opens. However, if I were using the computer to manipulate some graphic images, edit sound files, run a statistical analysis package, or compile some programming code written in Visual C++, then I would notice a big difference. So, if you only intend to use the computer for simple tasks such as word processing, E-mail, and maybe an occasional spreadsheet or two, then the type and speed of the processor that you get doesn't really matter.

Until recently, we only needed to decide on the type and speed of the processor that we wanted in our new computer, since most of the Pentium based computers had a data bus with a maximum speed of 66 MHz. With the release of the Intel 100 MHz bus architecture (440BX AGPset chipset), this changed. The Pentium II, Pentium III, and Pentium 4 processors use this new bus standard instead of the older 66 MHz bus. Needless to say, this increased the communication speed between the processor and components in the computer. In the case of the Pentium 4 processor, Intel uses a quad pumping and buffering scheme to increase the bus speed from 100 MHz to 400 MHz.

Celeron

The Celeron is a processor designed for the lower-end computer market. It has some of the characteristics of the higher-end Pentium class processors, but there are two big differences. First, the original Celeron processor used the older 66 MHz data bus. This 66 MHz bus model is still being manufactured today, but there is also a 100 MHz model. The second major difference is in the secondary or Level 2 cache (L2 cache). The first two Celeron processors (266 MHz and 300 MHz) did not contain any secondary or Level 2 cache (L2 cache). The 333 MHz Celeron and later versions contain a 128K L2 cache. Since the Celeron uses the older bus standard and has eliminated the L2 cache, it is cheaper to produce and thus cheaper for computer manufacturers to incorporate in their low-end computers. Also, since the L2 cache is not present in the Celeron, it uses the computer's main RAM memory exclusively to execute instructions. Depending on what you are using the computer for, this may or may not matter to you.

The Celeron processor also runs at a lower frequency and has a lower operating temperature when compared to the other Pentium processors. Since it runs at a lower temperature, it requires a smaller heat sink (used to cool the processor). If a company decided to boost the performance of this processor by increasing the voltage (called overclocking), it would no doubt overheat down the road.

Pentium 4

The Pentium 4 is Intel's latest and most powerful processor, with speeds in excess of 2.0 GHz. There are speed improvements for Internet applications that use streaming media (sound and video), 3D graphics enhancements for games and design applications, image processing including digital photography, digital video and content creation, speech recognition, engineering and scientific applications, and multitasking applications.

This new processor is twice the size of a Pentium III, containing 42 million transistors, and is based on a new micro-architecture called NetBurst. The last time Intel introduced a new micro-architecture was in 1996 with the Pentium Pro. Other enhancements to the Pentium 4 based on this new architecture include 144 new multimedia instructions, better performance for multimedia applications (graphics and sound), dual channel RDRAM memory, 400 MHz system bus, Streaming SIMD Extensions 2 (SSE2), a new advanced Level 1 cache technology (Execution Trace Cache), and a new Hyper Pipelined Technology.

Hyper Pipelined Technology is used in the new NetBurst micro-architecture increases the length of the Pentium 4 pipeline to twice that of a Pentium III. Consider the pipeline like an assembly line in a factory containing components to build a computer. The first item in the line is the case, followed by the power supply, then the motherboard, diskette drive, hard drive, and so on until you get to the last item which is the software applications. Obviously if there is a limited amount of space on the assembly line to place components, there is a limit to the amount of items that can be used to build the computer. The Pentium III had 10 stages in its pipeline, so there was a limit of 10 instructions that could be waiting in the queue to be processed by the processor. The Pentium 4 has 20 stages, double the amount of a Pentium III and can therefore have more instructions in the queue waiting to be processed and therefore allow for a faster processing speed.

But there is a catch, what if the hard drive was missing in our assembly line? What do you do when you get to the last item which is the software applications that need to be loaded on the computer? You start over. This Hyper Pipelined Technology takes this very thing into account (its called latency) and has a special cache that checks the instructions in the pipeline to make sure everything is in order.

Older Pentium III motherboards can not be upgraded to a Pentium 4 processor. This new processor requires the new Intel 850 chipset as well as a new motherboard design (Intel D850GB).

Xeon

The Intel Xeon is directed at the high-end computer user and incorporates a larger and faster L2 cache and a new Slot 2 design. The Xeon has a 400 MHz bus and a 512 KB L2 cache. The Xeon MP has an additional 12 KB L1 cache (trace cache) and a new L3 cache. This third level cache is located in the processor and is used to provide a larger and faster data path to the computer's memory to reduce memory latency and increase throughput.

Itanium

The Itanium is a processor designed for high-end business use (CAD/CAM designing, large databases, security transactions, etc.). It has a 64-bit architecture which requires software written specifically for it (ex. Windows XP 64-Bit Edition). There are currently two types of Itanium processors available, the original Itanium (733 MHz and 800 MHz models) and the Itanium 2 (900 Mhz and 1.0 GHz models). The Itanium includes an integrated Level 3 cache (L3) which was first introduced in the Intel Xeon MP processor.

What is EPIC? EPIC or Explicitly Parallel Instruction Computing is a type of processor architecture specific to the Intel Itanium. EPIC improves the performance of the Itanium processor by using a combination of predication, speculation, and explicit parallelism schemes. Basically, this means it improves the communications between computer's hardware and software.

The following table compares the two Itanium processor models:

Itanium Itanium 2
Speed 733/800 MHz 900/1000 MHz
System Bus 266 MHz 400 MHz
Chipset 460GX E8870
L1 Cache 32 KB 32 KB
L2 Cache 96 KB 256 KB
L3 Cache 2 MB 3 MB

SIMM, DIMM, and RIMM Memory

There are currently three different memory module types, the 72-pin SIMM (Single In-line Memory Module), the 168-pin DIMM (Dual In-line Memory Module), and the 184-pin DDR (Double Data Rate) DIMM and RIMM (Rambus DRAM) slots. The 72-pin SIMM memory transfers information over a 32-bit data path. The 168-pin and 184-pin DIMM and DDR DIMM memory transfers information over a 64-bit data path. The 184-pin RIMM memory transfers information over a 16-bit data path. As far as the type of memory that you install in the computer goes, there are several types and if you are a first time buyer, I would take whatever the computer comes with and not worry about it, it can get rather confusing. Suffice to say that RIMM and/or DDR DIMM memory is going to be the way of the future and that is what you want in your new computer if it is an option.

As for the types of memory that you can install goes, there are memory modules that have either tin or gold plated connectors. The modules with the gold plated connectors are supposed to last longer and be a little more reliable than tin, but I've never had a problem with either type.

Memory modules are available in the following five basic flavors:

DRAM (Dynamic Random Access Memory)
The type of memory that was used in the 386 and 486 class computers. Of the three types listed here, this is the slowest.

EDO (Extended Data Out)
Primarily used with Pentium class computers since there is no significant gain in performance with slower processors. This was the dominant type of memory used between 1995 through late 1996.

SDRAM (Synchronous DRAM)
The fastest of the first three types of DRAM memory. This form of memory has a separate clock signal to the control signals and supports burst access modes.

RDRAM (Rambus DRAM)
RDRAM is a type of memory module that was developed by the Rambus Corporation for use with Intel Pentium 4 processors and started showing up in new computers at the end of 1999. RDRAM has a 1.6 GB per second data transfer rate which greatly improves the performance of graphics intensive applications.

DDR SDRAM (Double Data Rate SDRAM)
This is a fairly new type of memory that is being developed to compete with RDRAM memory. DDR SDRAM is a type of SDRAM memory with speeds up to 200 MHz, significantly higher than the current 133MHz (PC133) SDRAM standard.

The Memory Bottleneck
From a purely performance point of view, the speed at which a computer can perform various tasks depends on a number of factors. These factors include things like the speed of the processor, the speed that data can be transferred between the processor and other components inside the computer (bus speed), and the speed of the computer's memory. While processor speeds have continued to double every 18-24 months and there have been improvements to internal bus speeds, computer memory has only seen modest speed improvements in the past few years. There are two schools of thought as to how to fix the memory problem. On one side is Intel with the Rambus DRAM memory solution and on the other side is everyone else pushing DDR SDRAM memory.

The current memory standard at the time of this update for SDRAM is PC133 - memory operating at 133MHz. PC133 is capable of transferring data at 800MBs (800 MegaBytes per second). This is commonly referred to as the peak or maximum bandwidth. Considering the fact that SDRAM is only 75% efficient at transferring data at this rate, the effective transfer rate is limited to an effective or actual bandwidth of 600MBs (800MBs * 0.75).

DDR SDRAM memory (PC266) operates at twice the speed of PC133 (133MHz * 2) and is capable of transferring data at 2100MBs. Since DDR SDRAM is only 65% efficient at transferring data at this rate, the effective transfer rate is limited to 1370MBs (2100MBs * 0.65). Rambus DRAM (PC800) is capable of transferring data at 1600MBs, but since it has a higher efficiency rating (85%), the effective bandwidth is 1360MBs (1600MBs * 0.85) - about the same as DDR SDRAM. Since DDR SDRAM and Rambus DRAM have essentially the same effective bandwidth, the main consideration at this point in choosing one over the other is price - Rambus DRAM is more expensive than DDR SDRAM.

Both DDR SDRAM and Rambus DRAM require a 184-pin memory slot along with a special set of chips on the motherboard to access the memory. Computers with SDRAM memory can not be upgraded to DDR SDRAM or Rambus DRAM. Likewise, computers with either DDR SDRAM or Rambus DRAM can not use each others memory modules or SDRAM memory.

Which type of memory do you need to get? For most people, SDRAM is still the cheapest solution for most computer applications (word processing, E-mail, surfing the Web, etc.). If you plan to use your computer for multimedia applications (image and sound development, graphics intensive games, etc.), either DDR SDRAM or Rambus DRAM is the way to go.

ISA and PCI Bus Slots
When you install new components in your computer, such as a graphics adapter card or internal modem, these adapter cards are installed in a slot on the computer's motherboard called a bus slot. Once installed, the adapter is then capable of communicating with the rest of the computer. There are two basic types of bus slots that are available, the ISA (Industry Standard Architecture) and the PCI (Peripheral Component Interconnect).

ISA bus slots were developed by IBM back in the late 1980's and it has a 16-bit data bus. There are several manufacturers that still produce these adapter cards today (proprietary cards for scanners, video cards, sound cards, etc.) that require an ISA bus slot in order to be installed in your computer.

PCI bus slots have a 64-bit data bus and since Pentium processors use 64 bits of data at a time (per clock cycle), they are definitely the bus of choice for Pentium computers. The PCI bus currently runs at 33 MHz, but Intel has talked about doubling this. This increased size and speed associated with the PCI bus is important for your multimedia adapter cards (video and sound) in your computer.

If you ever plan to install any adapter cards in your computer that are still using the old IBM standard, then you will need ISA bus slots. Most new computers do come with at least 2 of these. PCI is essential in a Pentium class computers and you definitely want a PCI video adapter and a PCI sound adapter at the very least. Most Pentium class computers contain at least 2 PCI bus slots and the newer Pentium Pro, Pentium II, and Pentium III computers may contain 4 or more. Make sure that you have the appropriate number of slots for the components that you plan to add in your computer in the future.

ATA Versus Ultra ATA
ATA (Advanced Technology Attachment) is the official name for the Integrated Drive Electronics (IDE) standard that hard drives use to communicate with the rest of the computer via the data bus. The original standard first defined in 1991 called ATA-1 defined the physical, electrical, transport, and command protocols for computer storage devices. There has been several revisions to the ATA standard, from ATA-2 (Enhanced Integrated Drive Electronics or EIDE) up to the latest standards known as Ultra ATA or Ultra DMA (ATA-4 and ATA-5).

The Ultra Direct Memory Access (Ultra DMA or ATA-4) standard is an advanced version of the ATA-2 (EIDE) standard, which allows the drive to communicate at twice the speed of the older standard. The speed increase is achieved by reducing some of the delays inherent in the ATA standard and using Direct Memory Access (modes 0, 1, and 2) that allows the drive to access the computer's memory without intervention by the processor. Drives that conform to this standard will be listed as ATA/ATAPI-4, Ultra-ATA, Ultra-DMA, Ultra-DMA/33, or UDMA/33 and support data transfer rates up to 33MBsecond.

The ATA-5 standard has additional DMA support (modes 3 and 4) using a special 80-wire, 40-pin Ultra-DMA data cable. The wires in an Ultra-DMA cable are shielded by a set of proprietary ground wires positioned between each signal wire. These additional ground wires reduces the amount of bus noise between the wires which enhances the hard drive's performance, speed, and reliability. Drives that conform to the ATA-5 standard will be listed as ATA/ATAPI-5, Ultra-ATA, Ultra-DMA, Ultra-DMA/66, or UDMA/66 and support data transfer rates up to 66MBsecond.

The speed at which you can read and write data to a hard drive is based (partially) on the speed in which the hard drive platters spin. Currently there are four hard drive speeds available, 5400 RPM (revolutions per minute), 7200 RPM, 10,000 RPM, and 15,000 RPM.

Serial ATA Table of Contents
Serial Advanced Technology Attachment (SATA) is a new standard for connecting hard drives in computer systems. SATA is based on serial signaling technology, whereas the older IDE hard drives used the Parallel Advanced Technology Attachment (PATA) standard since the 1980's.

Advantages of SATA over PATA:

SATA PATA
Cable Length 1 m 40 cm
Conductors 7 40
Voltage 250 mV 5 V
Bandwidth 300 MBs 133 MBs

Due to the thinner (7 wire), flexible, longer cables associated with SATA, computer manufactures have more latitude in the design of a new computer system. The more fragile IDE ribbon cables associated with PATA, often limit the location of storage devices in a computer. Also, due to the width of the ribbon cable, it interfered with the air flow and the overall cooling of the internal components in a computer.

The above image is a comparision of the newer SATA connector at the top and the older IDE parallel connector on the bottom (circled in red). SATA drives also require a special SATA power cable. As you can see, the power cable for the SATA drive is much smaller than the IDE power cable (circled in yellow).

Universal Serial Bus
The Universal Serial Bus (USB) is a new industry-wide standard that will eventually replace the hassle of connecting parallel and serial devices to your computer. With USB, you don't need to worry about selecting the correct serial or parallel port, installing expansion cards, configuring the myriad of dip switches, IRQ (interrupt) settings, DMA (Direct Memory Access) channels, I/O (Input/Output) addresses, or the getting the correct settings for the device's software drivers. USB is Plug & Play with a twist, you never have to turn off the computer to connect or disconnect a device. You have virtually unlimited expansion capabilities without ever having to remove the cover off the computer. USB has an industry standard, one-size-fits-all connector that allows you to install and remove devices without opening the computer. Since this connector is hot swappable, you do not have to turn off the computer.

Since there will no longer be the need to install an adapter card inside the computer to connect a device, the installation of new computer components will be much easier. Also, since the USB contains its own power supply, new devices will no longer need AC power adapters (modems, speakers, etc.) as they will run off the computer's power and the cost of new devices should be more affordable.

USB Specifications:

* One industry-wide standard connector type.
* Automatic configuration.
* Multiple devices are chained together.
* Up to 127 devices in a daisy-chain may be connected simultaneously.
* Peripheral connections may be up to five meters in length.
* The USB cable distributes +5-volt power to low-power devices.
* Connects to PBX and digital telephones without the need for special adapter cards.
* Supports high-speed interfaces, such as ISDN, PRI, and T1.
* Data transfer rate of 1.5 Mbits for low speed devices such as keyboards and mice.
* Data transfer rate of 12 Mbits for medium speed devices such as modems, scanners, and digital cameras. (Note, data transfer rates to support higher speeds necessary for mass storage devices should be available for USB in the near future).

Is your computer ready for USB? If you are using a USB compliant version of Windows 95, the version level should be 4.00950B or later. For more information on the Universal Serial Bus, see the USB.org site.

High Performance Serial Bus
IEEE (Institute of Electrical and Electronics Engineers) 1394 is a new standard that is used by the computer manufacturers to connect various types of devices to your computer. In a lot of ways, 1394 is similar to USB in that they both are fairly new technologies, offer an alternative method to connect devices to your computer without the need to reboot, the ability to connect several devices to your computer, and both technologies use similar cables and connectors. The main difference between 1394 and USB is speed. The data transfer rate for 1394 devices is over 30 times faster than USB and this is expected to increase in the coming years.

Eventually, 1394 will replace the serial, parallel, and SCSI ports on the back of a computer, but what happens to USB? 1394 and USB ports will both coexist on the computers of the future. Devices which do not require a high speed connection (such as keyboards, mice, keyboards, mice, monitors, joysticks, low-resolution digital cameras, low-Speed CD-ROM drives, and modems) will use USB ports. Devices that do require a high speed connection (such as hard drives, DVD-ROM drives, set-top boxes, digital audio and video, digital cameras, printers, and scanners) will use 1394 ports.

The following table summarizes the current standards for 1394, USB, and SCSI:

Technology Maximum Cable
Length Maximum
Speed Maximum
Devices
1394 4.5 m 50 MBps 62
USB 5 m 1.5 MBps 127
SCSI-1 6 m 5 MBps 8
SCSI-2 6 m 5-10 MBps 8 or 16
Fast SCSI-2 3 m 10-20 MBps 8
Wide SCSI-2 3 m 20 MBps 16
Fast Wide SCSI-2 3 m 20 MBps 16
Ultra-2 SCSI 12 m 40 MBps 8
Wide Ultra-2 SCSI 12 m 80 MBps 16
Ultra-3 SCSI 12 m 160 MBps 16

Digital Versatile Disc
A Digital Versatile Disc (DVD) is an optical, high capacity version of the CD-ROM. Up to now the CD-ROM has been limited to a maximum storage capacity of 650 MB of data, the new DVD discs will be able to store all of the information on 25 CD-ROMs and then some. There are currently three versions of the DVD, a standard single-layer, single-sided disc that can store 4.7 GB of data, a two-layer, single-sided disc that can store 8.5 GB, and a two-layer, double-sided disc that can store 17 GB. DVD will be used to store everything from computer games to software applications to full-length movies and will be similar in size to a CD-ROM or compact disc. The DVD drive will be able to read any CDs that you have now, but in order to take advantage of this new technology, you will need to get a DVD drive in your new computer.

Accelerated Graphics Port
The Accelerated Graphics Port (AGP) interface is a new bus specification developed by Intel. In order to use this new technology, you need an AGP video adapter card and a motherboard in your computer that has the special AGP connector (older computers can not be upgraded to AGP without changing the motherboard). At the time of this writing, most Pentium II class computers are being shipped with the AGP chipset, but make sure you check the specifications before buying to be sure.

The way AGP works is that it enables software applications that use 3D images to dynamically access the computer's RAM memory to render and store information so that it can quickly be used to refresh the image displayed on the monitor. Access to the RAM memory is via a dedicated bus that runs independently of the computer's PCI bus and also has a higher bandwidth and faster transfer rate. The result is that 3D software applications not only run faster, but graphics are more lifelike.

UMA vs AGP
The purpose of the Unified Memory Architecture (UMA) was to move the graphics buffer that was used by software applications to render images from the dedicated memory on the graphics card to the computer's RAM memory. Since the cost of the video adapter card was a major consideration, the amount of on-board video memory was kept to a minimum, thus reducing the overall cost of the video adapter cards since video memory is more expensive than conventional RAM memory in the PC.

AGP still assumes that there is some dedicated memory on the graphics adapter card to use as a buffer, but the computer's RAM memory is used to render memory intensive 3D images. The big difference between UMA and AGP is that the computer's RAM memory used with UMA must be allocated when the computer is booted up, thus reducing the total amount of RAM available to other software applications and decreasing performance. With ADP, once the image is rendered, the RAM memory is reclaimed by the computer's operating system and is then available for other software applications to use.

Internet Service Providers
A common phrase that you will hear when shopping for an Internet Service Provider (ISP) is up to, as in a connection speed up to 56K. This reminds me of the weekly car ads that I get in the mail which say that I qualify for up to $1,000 off a brand new car, which in reality is saying that I qualify for $0 to $1,000 off the list price and anything over $1,000 is out of the question. Keep this in mind when you are shopping around.

There are several methods available to connect your home computer to the Internet. These range in cost from installing a simple modem in your computer for $25-30 to spending tens of thousands of dollars on optical fiber cable and the associated hardware. As with most other things, the more it costs usually the better (faster in this case) it is. The thing that you need to ask yourself is, is it worth spending $10,000 per month for a fast Internet connection to surf the web for recipes and do e-mail or can I get by with a $15 per month service that only provides a 56K connection.

Before we get into the various types of services, a few definitions are in order. First off, the speed of an Internet connection or the data transfer rate, is measured in bits per second (bps). Modems will list their connection speed as Kbps (Kilo = thousand) bits per second. The faster services will either be listed as Mbps (Mega = million) or Gbps (Giga = billion). You will also see services described in terms of upstream and downstream data transfer rates. Upstream refers to the rate at which data is transferred from your computer to your ISP. Downstream refers to the rate at which data is transferred from your ISP to your computer. There are a couple different types of wiring that are used for Internet connections that you should be aware of, twisted pair or 10BASE-T (telephone cable) and coaxial cable or 10BASE-2 (cable TV cable). Twisted pair cable simply means that each pair of wires are twisted together, this reduces the amount of interference (called noise) that can affect the signal. Coaxial cable will usually be shielded which means there is a layer of material inside the cable to reduce interference.

Modems
A modem (modulator/demodulator) connects your computer to the Internet by modulating the digital signal from the computer to a carrier signal (audio). This audio signal is then sent (via the modem) over your existing telephone line to your ISP. Your ISP will have a modem that your modem is dialed in to that demodulates the signal back to digital, giving your computer the ability to connect to the Internet. The data transfer rate of a modem is limited by the telephone company's bandwidth which is about 3,000 Hz.

If you upgraded from a 33.6 Kbps modem to one of the new 56 Kbps modems when they first became available, you seen a rather modest increase in your dialup connection speed at best. Theoretically, the maximum modem speed connection over a standard analog telephone line is approximately 35 Kbps, so a 33.6 Kbps modem connected about as fast as the telephone line would allow. I was getting a 31.2 Kbps connection with my 33.6 Kbps modem and after upgrading to a 56 Kbps modem, I got 31.2 Kbps. Remember what I said about up to.

Lucent Technologies developed the K56flex modem technology that enables a 56K modem to connect at up to 56 Kbps over a standard analog telephone line (53K is about the maximum). This new technology offers faster Internet access without the need to install an expensive ISDN (Integrated Services Digital Network) line. To take advantage of this increased connection speed, the modem that you are using as well as the modem that you are dialing into must have the K56flex technology. What this means to the typical Web surfer is that Web pages that contain graphics, video, and sound files will download much faster.

If you are purchasing a 56K modem with your new computer, make sure that the modem uses the new K56flex technology or the modem's firmware is upgradeable.

For more information on K56flex technology, see The Official 56K Modem Web Site. If you have a 56K modem that is not currently running the K56flex standard and need the firmware upgrade, see the V.90/K56flex Upgrade Central site.

ISDN
Like modems, Integrated Services Digital Network (ISDN) use twisted pair cable for the Internet connection. Where the modem uses your current analog telephone line, the telephone company will need to install a new digital line for ISDN. Typically the ISDN service is allocated in 64 Kbps channels, one channel gives you a 64 Kbps connection, two channels gives you a 128 Kbps connection.

DSL
DSL refers to Digital Subscriber Line and is a relatively new technology for home Internet access. DSL uses your existing telephone line, but is able to significantly increase the bandwidth over the lines between your home and the telephone company. This is one of the more attractive alternatives to using a modem, especially if you have two phone lines with one line just for computer use. DSL gives you 24 hour access to the Internet and does not interfere with incoming and outgoing telephone calls. In other words, your computer is connected to the Internet 24-hours per day, you can still use your telephone anytime you wish, and you only need one telephone line! There is a drawback to DSL however, you need to live less than 3 miles from the phone company's main office and the closer you are to the main office, the faster the data transfer rate. Data transfer rates range from 128 Kbps to 8.5 Mbps.

Depending on the type of service that your telephone company supports, there are several options for DSL, which include Asymmetric Digital Subscriber Line (ADSL), Consumer Digital Subscriber Line (CDSL), EtherLoop, High Bit-rate Digital Subscriber Line (HDSL), ISDN based DSL (IDSL), Rate Adaptive Digital Subscriber Line (RADSL), Symmetric Digital Subscriber Line (SDSL), and Very High Bit-rate Digital Subscriber Line (VDSL).

Cable Modems
If you have cable TV and your cable company supports it, a cable modem may be an option for you. A cable modem uses your existing cable TV cable by allowing you to connect your computer (using a network interface card) to the set-top box that connects your TV to the cable. The upstream data transfer rate for a cable modem is 27 Mbps and around 2.5 Mbps downstream, but this depends on the cable company's connection to the Internet.

Wireless
The technology to connect a computer to the Internet via a wireless connection is fairly new. Some of the wireless connections available include General Packet Radio System (GPRS) which has connections speeds raging from 56 Kbps to 114 Kbps, Satellite which has a connection speed of 400 Kbps, Enhanced Data GSM Environment (EDGE) which has a connection speed of 384 Kbps, and the Universal Mobile Telecommunications Service (UMTS) which has a connection speed up to 2 Mbps. The problems with wireless connections are interference, noise problems, and bandwidth limitations.

What Type of Configuration Do You Need
Most computer systems, particularly the higher-end models, come in more than one configuration, desktop, mini-tower, or tower. The configuration you chose depends mainly on the amount of expansion you plan to do in the future. Most tower configurations tend to have a greater amount of expandability than do desktop models as well as larger power supplies to handle additional internal components, such as multiple hard drives, CD-ROM drives, and tape drives. Also, the amount of space that you have in your office or home needs to be taken into consideration. Tower configurations are made to be placed on the floor (except for the mini tower models), whereas desktop models are made to sit on the surface where the keyboard and monitor are located. Other than expandability and maybe a larger internal power supply, whether the computer is a desktop, mini-tower, or tower configuration, its still the same computer.

Complete System Bundles
Most stores, including mail order outlets, bundle various types of computer systems with a set of software applications. Some of these bundle deals include a printer, but most do not. If you are thinking about purchasing a bundled system, find out what exactly is included in the bundle as well as the manufacturers and models of the various components, such as the hard drive, modem, monitor, CD-ROM drive and speed, etc. Outlets that have bundled systems that appear to be a lot cheaper than other outlets are cheaper for a reason and usually this reason is not readily obvious. For example, around December 1995, my brother purchased the following bundle from a computer super store for $1349.99:

Brand X computer system, 75 MHz Pentium processor, 8 MB RAM, 2x CD-ROM drive, 540 MB hard drive, DOS version 6.20, Microsoft Office version 4.0, Microsoft Windows version 3.10, and an Internet connectivity package.

Besides the 2x CD-ROM drive and the 540 MB hard drive which I doubt were still being manufactured at the time he bought the computer, the software that was included with this bundle was old! DOS version 6.20 was replaced by 6.22 soon after it was released, Microsoft Office had been at version 4.3 for well over a year prior to the time he bought the computer, and Windows was upgraded to version 3.11 at least two years before he made the purchase. And the funniest part of all of this was the phone numbers that were included in the Internet connectivity package, they were no longer in use by the provider and had been given to private individuals!

So the moral of the story is, watch out for these bundled deals, especially if the price seems a bit too good to be true. Make sure you know up front what you are and are not getting for your money.

Sources for Information
Based on the type of things you plan to do with your computer, you will have a set of minimum requirements that the software must have in order to do the tasks that you plan to perform at a reasonable or acceptable speed (I define an acceptable speed as being able to do a spell check in a word processing application faster than I can thumb through Webster's Dictionary myself). To find out what types of systems are available, the first place to start is by picking up a copy of one of the many computer magazines on the market or visiting their Web site, such as PC World, PC Magazine, or Byte, or one of the trade newspapers, such as InfoWorld or PC Week. These magazines and newspapers usually have articles comparing the various types and brands of computers as well as other components, such as monitors, modems, printers, and software. Use these ratings as a way to narrow down your list of options.

One of the best sources for information is your friends and family members. See if any of them have a system similar to what you want to buy. Check to see if they have had any trouble with their system or have ever tried to get technical support from the system's manufacturer. Also see if they have ever had any compatibility problems with any software applications or hardware. The main things to look for are compatibility problems with the operating system, printers, and CD-ROM drives. If they have had compatibility problems, see what steps they took to get the problems resolved and how long it took to get the system working again. And finally, see if they would buy another computer system from this company.

Another good place to check for information is the World Wide Web. Fire up your favorite Web browser, then in the locator field enter a URL in the format www.Company.com, replacing the word Company with the name of the company, such as www.compaq.com (Compaq), www.ibm.com (IBM), www.gateway.com (Gateway), or www.dell.com (Dell). Usually these hardware manufacturers, as well as most of the software and component companies, will have a complete listing of their line of products as well as the specifications.

In addition to the World Wide Web, information on the various types of computer systems and software can also be found in the USENET newsgroups. If your Internet Provider gives you access to the USENET newsgroups, you can just click on one of the links below. If your provider does not give you USENET access, these newsgroups are available via the Web at www.remarq.com.

* alt.business.home.pc
* alt.comp*
* alt.computer*
* alt.sys.pc-clone*
* comp.answers
* comp.benchmarks
* comp.doc*
* comp.home.automation
* comp.home.misc
* comp.ibm.pc.hardware*
* comp.os.ms-windows.networking.windows*
* comp.os.ms-windows.nt*
* comp.os.ms-windows.setup*
* comp.multimedia
* comp.os.ms-windows*
* comp.os.msdos.4dos
* comp.os.msdos.apps
* comp.os.os2*
* comp.periphs*
* comp.specification.misc
* comp.sys.hp.apps
* comp.sys.hp.hardware
* comp.sys.ibm.hardware
* comp.sys.ibm.pc*
* comp.sys.zenith
* comp.windows*

Groups with a * may contain several subgroups.



Here is what I would recommend for a low-end home computer system:

Processor 1.8 GHz Celeron
Memory 128MB 133MHz SDRAM
Hard Drive 40GB Ultra ATA hard drive
Floppy Drive 3.5 inch 1.44MB diskette drive
CD-ROM Drive 20x/48x CD-ROM drive
Backup Drive IOMEGA internal ZIP drive
Monitor 15 inch color monitor
Video integrated AGP graphics
Sound System integrated audio with speakers
Modem 56K PCI data/fax modem
Power Protection surge protector
Operating System Windows XP Home Edition
Business Software Microsoft Works
Anti-Virus Software Norton or McAfee VirusScan

For a more advanced high-end home computer, this is what I would recommend:

Processor 2.0 GHz Pentium 4
RAM Memory 512MB PC800 RDRAM
Hard Drive 1 36GB Ultra160 SCSI Drive with controller
Hard Drive 2 36GB Ultra160 SCSI Drive
Floppy Drive 3.5 inch 1.44MB diskette drive
CD-ROM Drive 20x/48x CD-ROM drive and
12x/8x/32x ReWriteable CD-ROM
Backup Drive use ReWriteable CD-ROM
Monitor 22 inch color monitor
Video AGP Graphics with 32MB memory
Sound System SoundBlaster Live! with surround sound speakers
Modem 56K PCI data/fax modem
Power Protection APC Back-UPS
Operating System Windows XP Professional
Business Software Microsoft Office Professional
Anti-Virus Software Norton or McAfee VirusScan

This is more or less a middle of the road set of recommendations, you would need to add or delete options based on your specific needs. You can of course replace the Intel processor with a comparable AMD processor. Other options that you may want to consider adding to the system would be a printer, scanner, tape backup, digital camera, network card and hub for a home network, and of course additional software applications.

Computer Superstores and Other Outlets
Once you have decided on a particular system, you just need to find out where you can get that system the cheapest. New computer stores seem to be springing up every day and stores that never dealt with computers before are suddenly offering their own brands of in-house systems and components. It would be nice to walk into a computer store, buy a system, then leave knowing that you will never have to go back there again unless you want to add something new to your system. This however, is generally not the case. Although there are quality checks during each phase of the production process in building a computer, there is still that one computer that slips through the cracks and this is the one you usually get stuck with (I'm speaking from experience here). I have probably purchased over 300 computers while working for the university and other than a sticky keyboard and a couple computers that came with dead hard drives, I've not had many problems.

If you plan to purchase a computer system from a local store as opposed to one of the mail order superstore outlets, there are some things that you need to consider.

* What brand name computers do they carry?
* Do they sell any high-end models or just the low-end?
* Do they have a complete line of peripherals and accessories?
* Do they have a repair shop?
* Are the salesmen knowledgeable?
* Are they a certified repair facility for any brand name computers or components?
* Do they offer training?
* Do they offer any types of discounts to students, seniors, etc.?

If the store deals strictly in computer systems, components, and supplies, check to see if they are an authorized repair facility for one of the brand name computer manufacturers that they carry, like IBM, Compaq, Hewlett Packard, NEC, etc. This is usually an indication that it is a pretty reputable place since these companies do not authorize everyone to repair their systems.

Does the store sell an in-house line of computer systems? Although some in-house systems may be fine, personally, I prefer to stick with a brand name. A typical store like this is open 9 to 5 during the week, a few hours on Saturday, and is most likely closed on Sunday. So what do you do if you have a problem and need technical support at night or on Sunday? Most of the well known superstores have a 24-hour technical support line and some also have fax-back services (a fax-back service is a number you call, usually the main number for the company, and with a touch-tone phone you select a certain component or system that you are having problems with from a menu, enter in your fax number, then the company faxes you a document with technical support for the item, usually within a few minutes). A computer I bought for home a couple years ago from Gateway was DOA (bad motherboard). When I discovered that there was a problem (at 10 PM on a Thursday night), I called their technical support number. The fellow that I talked to was very knowledgeable and walked me through some tests to isolate the problem (although I already knew what it was, he had to verify that for himself). After being on the phone for about an hour, he said yep, it's the motherboard and had a new one shipped out the next day that I received Friday. By Friday night my new computer was fully operational.

A few of the larger companies even offer technical support over the World Wide Web in the form of FAQ's (Frequently Asked Questions) or databases. For example, Microsoft's Web site contains two forms of information, the Microsoft Frequently Asked Questions which contains questions and answers to some of the most common technical problems and the Microsoft Knowledge Base which is a collection of over 50,000 detailed articles with technical information about Microsoft products, bug and fix lists, documentation errors, and answers to commonly asked technical support questions. In addition, Microsoft's Web site also has a software library which contains free software add-ons, bug fixes, peripheral drivers, software updates, and programming aids.

Computer Stores
Here is a list of some of the computer stores that are available via the Web that I have dealt with. These stores offer complete computer systems, components, and accessories:

Computer Discount Warehouse
They have a huge selection of computer components and software. If you have trouble locating a component or software application, you will probably find it here. Their prices are very attractive as well and their sales staff is among the best. This is my first choice when I buy components and software.

CompUSA
One of the largest computer superstore outlets for computer systems, software, components, and accessories, and they also offer training facilities. They have stores located in all over the United States and they sell merchandise via mail order from their website. Their line of computer systems includes Packard Bell, Compaq, Hewlett Packard, Toshiba, Texas Instruments, and NEC.

Dell Computers
Dell computers are available from some of the computer superstores or by direct order from the company.

Gateway Computers
Gateway computers are available via mail order and some local retail outlets. They deal mainly in complete computer system bundles, including the software. The computer I bought for home was purchased via their Web order form. They make it way TOO easy to spend money. Gateway also sells refurbished computers and although I have not purchased a refurbished computer from them, their prices do appear to be quite attractive.

PC Connections
They have reasonable, although not the cheapest prices for software and hardware components. Their sales and support staff are very knowledgeable about the items they carry.


GOOD LUCK .

 

0 Response to “BUYING A PERSONAL COMPUTER (PC)”

Leave a Reply