What is a Computer?
A computer can be fined in many different ways but in this case we are looking at the "personal computer" (PC) which in today's world can be found in almost any technology based device, be it your laptop or mobile to a car.
The PC is a general-purpose tool built around the microprocessor, the heart of every computer. By general-purpose I mean that it can be used for any kind of process assuming that it is equipped with the right tools to do so.
A PC started off with just a microprocessor and a very simple in and output interface through which the user could enter commands that would then be interpreted by the processor. These processors spoke a certain language which at the earliest version was just a special combination of 0s and 1s but then developed into "Basic", an input language that could be used with normal words. This accelerated the development of the PC industry quite significantly.
Today a PC is still based on the same principle only that the processors have gained large amounts of processing power and became much smaller which allowed the industry to produce even more "personal" personal computers.
The Different Parts of a Computer
Even though the microprocessor does do most of the work of a personal computer it can not do so without certain other components that make the device a useful tool. Different forms of memory had to be added to a PC as it is not supposed to be used for the processes given to it at the moment, but also be able to look back and use codes and commands that had been used before.
Disk Drives were the main hard drives where temporary files could be stored on. Later on other types such as the
RAM (Random Access Memory)
ROM (Read Only Memory) and
BIOS (Basic Input/Output System) were introduced as the PC started running the
OS (Operating System) and Multitasking became one of the main aims of any computer. With the RAM memory the machine could store temporary data that was useful for the operations run at the moment, therefor the more RAM the more programs can be run at the same time.
The BIOS memory is the first one to start when the computer is booted up. It makes sure all the necessary parts are present and functional and then hands further instructions for the processor over to the Operating System.
Example of Today's PC Unit
You can already see that all these components interact with each other and are absolutely vital for a PC unit to operate as expected, but there is far more hardware under the hood of a PC. However as I already mentioned the importance of interaction of all the different components I can also introduce the
Motherboard which is essentially a circuit board that connects all the parts mentioned above and many others that can be also attached to the system. A few other example of additional hardware is the
GPU (Graphics Processing Unit) that takes care of visualizing the processors output data and sending it to a screen, the
IDE (Integrated Drive Electronics Controller) which is responsible for picking up the data from all sorts of present memory and sending it to the processor.
The Operating System
The Operating System
(OS) is what essentially runs the computer and makes it for us possible to use it without having to know all the complex codes and commands that go into the microprocessor. In some way it can be seen as a translator and helper for the user to communicate with the processor.
Back in the days when the first PCs entered the market they consisted of a screen, the processor unit and a keyboard and the the user would have to use a simple text input interface to enter commands which would then be sent straight to the processor.
The Operating System was introduced to make this much easier and the biggest improvement was the introduction of
GUI, The Graphical User Interface. Its main purpose was taking what used to be a mass of complex commands and turning them into something simple and
visual.