A closer look at some of the internal components of a PC


Motherboard

The components inside a computer are located on a large circuit board called the motherboard. If you looked at a motherboard, you would see the CPU, main memory RAM, and connections for the other devices like the hard drive and CD-ROM drive. You would also see circuit traces connecting these components. These are the buses.

You would also see other chips soldered onto the board, resembling mini-CPUs. They might even have their own heatsink and fan. These other chips are device interfaces.

Graphics Card

The CPU does not directly generate the images that are displayed on the monitor. Instead, the images are produced by a specialized device called a graphics card or display adapter. These are small circuit boards that fit into a slot on the motherboard.

Because a video screen is constantly refreshed, the image displayed must be stored in RAM. Originally, graphics cards were just the RAM to hold the image and a device that constantly scanned through the RAM and converted the image stored there into the signals the monitor needed for display. Now, graphic cards are much more complicated.

Computers, especially those used for entertainment, have to generate incredibly complicated images and do so many times a second. Today, graphics cards are almost complete computers in miniature. They have their own large banks of specialized RAM, sometimes almost as much as main memory.

They have their own processors, which are generally more complicated, in terms of number of transistors, than the CPUs in the same system. Because these processors get very hot, they too have heatsinks and fans. Some even draw so much power that they need a special direct connection to the computer's power supply.

Sound Card

As with video, the CPU doesn't generate sound directly. Instead, the audio you hear is produced by a sound card, which is a circuit board that fits into a slot on the motherboard. Because users are often less picky about sound than video, some motherboards have the sound-producing circuits directly hardwired onto the motherboard.

The heart of a sound card is a digital-to-analog converter. This converter performs the task of modulation, which is the opposite of sampling. It takes numbers and converts them back into continuous signals. These are the signals sent to your speakers or headphones.

Legal Disclaimer

Our website is not responsible for the information contained by this article. Webworldarticles.com is a free articles resource thus practically any visitor can submit an article. However if you notice any copyrighted material, please contact us and we will remove the article(s) in discussion right away.


This article was sent to us by: Brendan Stonker at 02122011

Related Articles

1. Digital data versus analog data storage
Data with distinct values is called discrete data. Data with continuous values is called analog data. Discrete data stored in binary form is digital. Just think of "dig...

2. Common output devices of a personal computer
A monitor, the most important output device, is a computer display screen. Early monitors displayed white or a single color on a black background, but current monitors ...

3. Main memory in a PC consists of RAM
The main memory in a computer is made of RAM, which stands for Random Access Memory. The term "random access" means the same thing: that the data in the memory can be acc...

4. Modern CPUs: Backwards compatibility, pipelining, heat dissipation
Designers of modern CPUs have challenges that weren't faced in the early days of computing. Most personal computers sold today are descendants of the IBM PC and probably ...

5. Types of software usually used on a PC
Software can be categorized many different ways. One way is to divide all programs into a few broad categories: system software, application software, utility software, a...

6. What does computer file management refer to
File management refers to the ability to read and modify files on storage devices and to create and delete files. Storage devices like hard drives are divided into tracks...

7. Event and output device management, security and system data management
A very important function of a modern operating system is event management. In computer science, an event is a specific action that produces a reaction in some program. ...

8. Interoperability of different pieces of hardware and software
In recent years, attention has shifted away from independent application programs toward programs that work together as a team. Interoperability refers to the ability of ...

9. Phases of software development can be combined in different ways
Waterfall This first development paradigm is the most direct. In the waterfall paradigm the phases are performed in order. This does not mean that one phase mus...