While writing this, I'm going to keep two very important things in mind. First, long explanations are boring and unnecessary. Second, I need to write from the point of view of someone who knows absolutely nothing about computers. So let's get to it!
All computers are made up of the same basic components which interact with one another to perform the overall function of making the computer work. These parts are:
- The motherboard
- The processor
- The RAM
- The hard drive
- The video and sound cards
The processor is the "brain" of the computer. The processor reads and executes all of the code it receives. The faster your processor is, the faster things happens. The more cores your processor has, the more information it can simultaneously process (again, the faster it can go).
The random access memory (RAM) of a computer temporarily holds information the computer needs. For example, your computer's RAM is currently holding your entire internet browser. While information is held in the RAM, the processor can more quickly access it. My dad has a simple explanation of why more RAM is better which I'll quote here: "The more RAM your computer has, the more computer programs you can have running at a good speed at once."
The hard drive is the storage unit of the computer. All of your save files, mp3s, videos, and pictures are stored on the hard drive to be accessed when the computer wants them (ie: When you tell the computer to get them)
The video and sound cards of a computer are parts that output video and sound signals to the monitor and speakers respectively.
All of these different parts work in unison in every computer to provide a user friendly experience. This explanation was aimed at being an extremely simple "ground level" explanation of how computers work so everyone is starting at the same the level for when I get more into how computers work later.
No comments:
Post a Comment