Our social:

Wednesday, 24 January 2018

Components of a Desktop Computer (Processor)



Processor
You might have heard it an uncountable number of times that a processor or a CPU (Central Processing Unit) is the brain of a computer. Often, in the case of desktops, people confuse the CPU with the cabinet. But it’s a small chip placed on the socket of the motherboard and is responsible for all the calculations and input/output operations to be done in order to process the data. Modern computers have small-sized CPU chips known as Microprocessors.
A microprocessor houses the two components of a processor, processing unit and the control unit, on a single small IC. Modern microprocessors come as single core or multi-core. A multi-core microprocessor such as the Intel Core i7, have more than one processing units (cores) present on a single chip.
The basic task a processor has to perform can be divided into three categories:
  • It gathers the necessary program data to be processed. For this, the data is first shifted from the hard drive to the RAM of the computer then to the CPU.
  • The CPU then processes the data on the basis of some rules and regulations, known as Instruction Set, it already knows.
  • Finally, the processed data is ready. It then follows the steps the programmer has included in the program. For example, the processed data can be displayed on the screen or saved to the hard drive.

Cache

It is a memory supplement used by the CPU while it’s busy with the processing jobs. Cache memory contains the data which is often required by a CPU like the program instructions. It is easier for the CPU access the cache memory first than going for the larger ones. Cache memory is way faster than RAMs and hence it’s costlier. So, the size of the cache memory is kept very limited.

0 comments: