Skip to main content

Buying a Computer


Buying a Computer

What To Do And Why  

It isn’t fair, but buying a computer is just plain easier for some than it is for others. Those who’ve purchased and used a computer in the past already have an idea of what they need in a new computer. But those who are new to the computer world could get lost in the myriad of choices available.

The short answer to “What should I buy?” is “The best.” Of course that answer is extremely subjective because “the best” to one person is certainly different to another. Our definition of “the best” is the fastest and the biggest, but even that leaves the computer newbie confused. Here’s a quick rundown of what the computer novice should do and why.

1.    Buy a computer that includes basic peripherals. Every computer can be broken down into four major components: CPU unit, monitor, keyboard, and mouse. For the novice, it’s best to buy a computer that has all of these components included so that when it’s taken home, assembling the computer is a simple matter of plugging things in where they belong. Save the individual purchases of these components for those who have more experience.

2.    Decide what you’ll use the computer for. If you want to use your computer for cruising the web, sending email, or performing simple word-processing or spreadsheet tasks, a computer with the basic components that we just described should suffice. If you want to use a computer to help with a career in multimedia however, you’re going to need to accessorize your system with a scanner, printer, digital camera, tablet, or digicam for example. If you want a computer to help with a career in music, you will need a quality microphone and set of speakers.

3.    Create a budget and stick to it. How much can you afford to spend on a new computer? Although the prices of computers are decreasing, they can still create a hefty expense especially if you need additional peripherals described above. In addition, you’ll need to figure in costs for maintenance, servicing, and insuring.

4.    Start comparison shopping and look for the “fastest and biggest.” By “fastest and biggest,” we mean the computer with the fastest processor, the fastest modem, the biggest memory, and the biggest hard drive capacity. Even if you think that you’ll never need the amount of speed or space available on the market today, it’s important to have in the event that you truly do need that much in the future. Having such a large reserve will cut down on costs when the time comes to upgrade for more than what you may settle for in a computer that offers less.

5.  Stick with the better-known brands. Venturing off the beaten path with lessor-known brands is again, an adventure for those who have more experience with computers. Although those better-known brands may be a tad bit more expensive, the computer novice will appreciate the comfort in purchasing a computer from a business that has a long record of building quality products, and that has the funds available for fulfilling returns, trades, servicing, and warranties.

6.    Select a store. Having an idea of what you want in a computer and what kind of computer that you want, your only task left is to select the place in which you want to buy it. There are a number of places available including computer store outlets, online stores, auction sites, used computer stores, or your friendly neighborhood yard sale. For the computer novice, we recommend buying a computer from a physical store. In  a physical store, you have the opportunity to see the computer of interest in person and ask questions. New computer buyers also have access to store warranties, returns, trades, and services.


These suggestions should give the computer newbie a great start in selecting a quality computer for the first time and they apply to either Windows computers or Apple Macintosh computers. After making these decisions and finally selecting one that fits your needs, you can then venture into the fascinating world of software – a world that is just as grand as the world of hardware!

Comments

Popular posts from this blog

Accessorizing Computers

Accessorizing Computers What Comes Out of the Box is a Really Just a Starter Kit Yesterday, we spent about three hours trying to convince a client of ours that brand new computers just don’t come equipped with the all things that most computers need in a PC. We tried to convince him that a fully functional computer is one that is personalized with specially selected hardware and software accessories - and that the computer purchased at the store doesn’t come with these things. Unfortunately, all of our convincing was to our avail. Our client insisted that he should never need more than what came with his boxed product and that we were just trying “bilk” more money out of him. As computer consultants, it’s our job and mission to make sure our clients are 100% satisfied when they walk out our offices. But our job is unnecessarily made harder when people don’t take the time to learn about computer accessories and familiarize themselves with the limitations of store-bough...

Basic GUI Terminology

Basic GUI Terminology Knowing What You’re Working With Helps Technicians Getting help with your computer software can be easier when you know the correct terms to use. One of the biggest problems that new computer users have with technical support is not knowing how to correctly describe the problem that they’re having. And it isn’t fair to expect a tech support person to automatically know what a “thing-a-ma-jingy,” or “whatcha-ma-call-it” is. The following describes the correct names for common components of software so that when you experience a problem, you can effectively describe an issue that you’re having and a technician can readily resolve it. User interface – this is the visual design of a program. It may contain squares, boxes, words, icons, and buttons. If you’re experiencing insufficient memory for example, you might see black rectangles across the user interface of your software programs. Title bar – this is the top-most part of a program that dis...

Automating Things with Batch Files

Automating Things with Batch Files They Work on Today’s Computers Tool If you’re familiar with MS-DOS at all, you’ll recall that it’s a command-driven operating system that performs functions issued at the C:> prompt. The only way to get an MS-DOS computer to do something was to type a command at this prompt and if you can imagine, it was a rather cumbersome way to use a computer. As an example, to load up Microsoft’s simple editing program, you had to type the name of the drive that the program was on, the directory that the program was in, and then the name of the program. So if Microsoft Edit was in a directory or folder named “Process,” you could start the program by typing, “C:>process\edit.com” Then, and only then would the program load up for use. This is a small command, but just imagine if you had a program that was deeply nested within a series of folder. You could end up typing a command as wide as your computer screen or worse, long enough that the ...