Archive for the 'Hardware / Software' Category

Speed Up Your Computer

Thursday, April 20th, 2006

You use your computer a lot! It seems to be running slower than it did even last week. What is up? Here are some steps to take to get back that speed. These steps should make a marked improvement on the speed of your computer. Best of all, they are mostly easy to do and don’t cost anything!

Before you perform any of these steps, you should make sure you have a current and valid backup of your hard drive, just in case.

1. Clean and organize your hard drive.

Don’t put a bunch of files in the root of your C: drive. Make folders that reflect how you work and put files in those folders. The root of your c: drive should have very few files and mostly folders. Open a command prompt by going to Start->Run and typing “Cmd” without the quotes and enter. This will open a command window. It should be in the root of C:. Type cd %temp% and press enter. This will take you to the temporary folder. Type del *.* and press enter. This should delete any temporary files that have been building up in your temporary folder. The ones that cannot be deleted will not be deleted. You can also clean up any folders that have tmp or .tmp in their names. Again, the computer system will not let you delete files that are in use.

Open your browser and delete any other files and folders that are no longer needed.

2. Perform a check of the hard drive.

From your Explorer window, right click on the C: drive and select Properties. Then select the Tools tab and the Check Now… button. Check all options and the Start button. Confirm that you want to perform the check after a reboot. Do this for any other hard drive you may have in your computer. Reboot your computer and let the system check the hard drives and fix any issues. This may take some time, so be patient.

3. Clean up Internet browser files.

Surfing the Internet is a definite cause for putting stuff on your computer that will slow it down. Before doing anything with your Internet browser, make sure you know the important information you enter at the websites you visit. You will be clearing the history, and that saved information will be gone. Most of it is not needed, but there may be some things that you have come to rely on, such as passwords.

For Internet Explorer, select Tools -> Internet Options. A new window will open. In the Temporary Internet files section, select to Delete Cookies and OK. Select Delete Files and OK. In the History section, select Clear History and Yes. Then select OK to close the Internet Options.

For Firefox, select Tools -> Options. In the Privacy section, select the Clear All button and Clear All Information. Then select OK to close the Options window.

For other browsers, there should be similar settings.

4. Update your virus software and virus definition files. Keep them up to date. I would suggest setting your virus software to automatically update every day. Perform a full virus scan on your PC.

5. If you do not have antispyware software loaded, you need to get one loaded. Microsoft has a free one that you can get at their website. It is called Windows Defender and should be available to download from here: http://www.microsoft.com/athome/security/spyware/default.mspx
Make sure you keep your antispyware software up to date and keep it up to date.

6. Defragment your drives. From your Explorer window, right click on the C: drive and select Properties. Then select the Tools tab and Defragment Now… button. Highlight the C: drive and select the Defragment button. Perform this operation for each drive in you PC.

Perform these steps on a routine basis and your computer should run much better.

7 Questions to Ask Yourself when Buying a PDA

Friday, February 24th, 2006

It may be known by different names - handheld organizer, Palm Pilot, iPac, PDA, and handheld, to name but a few - but no matter what you call it, a personal digital assistant (PDA) is an invaluable tool to help manage your life.

PDA’s can help you with everything from writing a novel to storing a client database, capturing and showing photos or video, performing extremely complex calculations, maintaining an address book, storing recipes, prioritizing daily tasks, sending and receiving emails, surfing the Internet, playing games, reading a book, relaxing to some music, or tracking your extremely busy schedule, and so much more.

These super-powerful mini-computers that fit into a purse or a shirt pocket, and that transfer all their files to a home computer and vice-versa, are becoming more and more popular as people become more computer-connected and mobile.

Even cellular phones are being manufactured with PDA’s built right into them.

Once you’ve decided that you’ve just got to have a PDA, answering the following questions will help you purchase the model that’s just right for you.

1. What will be the PDA’s primary function? Do you need to keep track of your schedule better, or be able to categorize and prioritize your daily tasks? Do you need to show clients some photographs or video? Do you listen to downloadable audio books or mp3 music, or do a lot of self-development reading?

2. What will be the secondary use for the PDA? Re-answering some of the above questions, and some of your own, will help you decide where else your interests are.

3. Does it need to have a built-in microphone and sound?

4. What physical size should it be? Does it need to be small enough to fit into a shirt pocket or small purse, or do you plan to use a book-style cover that can also hold other items?

5. What kind of specialized software do you plan to run on it? This will determine a number of factors, including the processing power and memory you will need, and the type of operating system – Windows CE, Palm OS etc.

6. What kind of expansion card do you like to use or maybe already have in your digital camera etc.? If you have a digital camera that uses a certain type of memory card, you may consider buying a PDA with a similar expansion card. This way, you can take pictures with your camera, then plug the camera’s card into your PDA and download the photos directly onto the unit. Some PDA’s, however, come with a built-in camera.

7. Does the PDA need a wireless connection to the Internet or to other equipment, even your computer?

Let’s face it, if we all had terrific memories we wouldn’t need day planners, notepads, to-do lists, and daily reminder alarms. But since we don’t and the technology is there, let’s use it to full advantage.

Happy PDA purchasing!

How a Computer Operates

Sunday, February 12th, 2006

The average person who uses a computer on a regular basis doesn’t think about what happens inside a computer once the power is turned on. As long as their version of MS Windows pops up within a few seconds, most people are quite content to continue on with what they want to do on their computer. A computer goes through many processes from the moment the power is turned on before its operating system (ex. Windows, Linux) is fully loaded and takes over.

The operating system is stored on the hard disk of a computer. It is stored on the hard disk because this type of storage is much less expensive and an operating system requires a large amount of storage space. So, in order to make computers more economical, they are designed to use a combination of ROM, DRAM, and hard disks. An explanation of each follows.

Once the power switch is turned on, the “boot-up” process begins. To “boot-up” a computer simply means to start it. Electricity then flows through all of the chips and their circuits. The instructions for what the computer is supposed to do next are found in the Read Only Memory, Basic Input/Output System (ROM BIOS). ROM is memory that can only be read from and has information that is permanently burned into it. It is nonvolatile and will not be lost or disappear once the power is turned off.

ROM BIOS or just BIOS, is designed to begin giving commands as soon as it receives power. The BIOS contains an entire set of instructions, in effect a computer program written into the chip that manages the boot-up process. Without the BIOS, the computer would not know what to do next. The first task that BIOS completes is to make sure that all of the hardware components are working properly (for example: disk drives, external buses, the mouse, the printer). This is called a power-on self-test (POST). After the POST is complete, the BIOS activates other chips on different cards installed in the computer (SCSI and graphics cards) and provides a set of low-level routines that the operating system uses to interface to different hardware devices such as the keyboard, mouse, printer, etc.

Once the POST is complete, the BIOS hands the next stage in the boot-up process over to the central processing unit (CPU). The CPU is a one chip processor or microprocessor that has two distinct capabilities:

1. The CPU carries out all of the mathematical and logical operations including basic math and comparisons of two or more numbers.

2. The CPU has the ability to intelligently manage the flow of instructions and data going into and out of its circuits.

The last instruction that the ROM sends to the CPU is to go to a specific location or address to find its next instruction. An address is a string of numbers that gives directions to where something can be found, much like an address on an envelope. Computers use addresses to keep track of information much the same way as the post office uses them to find residences and businesses. The bigger the number in an address the more locations it can refer to. Most current computers use a 32-bit address space for memory, which means that there can be over four billion separate locations to hold information.

The instruction that the ROM BIOS wants the CPU to carry out is sent through a chip on a bus (a set of wires) to the address specified. The data bus is able to carry information into and out of the chip within the CPU. The information is not available within the CPU so it has to look elsewhere. The CPU then sends the address on another bus called an address bus. When the CPU does this, it is called a fetch. The address bus is “fetching” information from elsewhere within the computer. The address bus is only able to carry instructions out of the CPU.

The address bus fetches information from the computer’s memory. Memory is a type of silicon chip that can hold instructions or data. This type of memory can be read from or written to by the CPU, but this type of memory or Dynamic Random Access Memory (DRAM) is volatile. Once the power is turned off, the DRAM looses its memory or information. Since the DRAM is basically a blank slate, the CPU has within, a set of sequential instructions as to where to look for the required information.

Before the address bus can get to memory, it has to pass through a set of chips called a chipset. The chipset refers to a group of chips that provide an intelligent interface for the core components of a computer - CPU, memory, graphics, I/O system, described as core logic or glue logic. If the information that the chipset requires is not in memory, the chipset then sends or redirects it to the Input/Output (I/O) bus. The I/O bus connects the chipset to other places where the information is stored, such as the hard disk. The hard disk allows the CPU to read from it and to write to it. The hard disk is non-volatile so it retains its data or information once the power is turned off. A hard disk is much slower at retrieving data from than memory but memory is much more expensive.

Once the hard disk receives the address (via the I/O bus and chipset), it retrieves the information and sends it back through the chipset and then puts it on the address bus back into the CPU. The chipset functions as a bridge for the two buses; the I/O bus and the address bus.

The CPU uses a four step sequence: fetch, decode, execute, and store. Since the CPU does not retain its memory, it has to obtain its information or fetch the information from elsewhere within the computer. To help with the speed of the process of fetching, the CPU has a pre-fetch area to make the information available more quickly.

Once the information has been fetched, it has to be decoded. Part of the decoding process of the CPU is to decide which circuits are appropriate to use for executing the instructions. Once that decision has been made, the CPU begins to execute the instructions. The part of the CPU where the actual execution of instructions takes place is called the Arithmetic Logical Unit (ALU). The ALU includes groups of transistors, known as logic gates, which are organized to carry out basic mathematical and logical operations. Logic gates are grouped into electrical circuits that execute the CPU’s instructions such as “add” two numbers or “compare” two numbers.

The final step of the CPU is to store the information. This final step takes place after the ALU completes its calculations. The results of the calculations are stored on a chip that has an area called a register. Registers can be accessed more quickly than any other kind of memory but are only for temporary holding (storage) of information.

The CPU also has a clock within it to keep the timing of all of the flow of information and processes of the computer. This clock is vital to the synchronization of all of the processes of the computer. This CPU clock controls all of the operations on its chip. The processes of the CPU can also be interrupted by an external interrupt controller chip which is part of the chipset. The chipset contains a small database of interrupt vector (numerical table). When an interrupt signal comes onto the chip, the CPU saves what it is doing and goes to the interrupt vector to find the address of the instruction that the interrupt is telling it to execute instead. Once it is finished with the interrupt, it goes back to what it was doing. The CPU finds what it was doing in a register called a stack. If interrupts were not possible, the CPU would have to complete one task before it could start another causing the speed to be greatly reduced.

Now that the CPU has found the operating system, loaded it into memory, the operating system takes over and the computer is now ready to be used by its owner. The user can now check email, play a game, or do whatever they wanted to do when they started the computer.