What is the Full Form of CPU?

CPU Full Form is Central Processing Unit. It is hardware of a computer which is also referred to as processor or central processor and It is also known as a brain of the computer. It carries out instructions and computer programs and performs all the basic arithmetical and logical operations.
The central processing unit (CPU) is the portion of a computer system that carries out the instructions of a computer program, to perform the basic arithmetical, logical, and input/output operations of the system. The CPU plays a role somewhat analogous to the brain in the computer. The term has been in use in the computer industry at least since the early 1960s. The form, design and implementation of CPUs have changed dramatically since the earliest examples, but their fundamental operation remains much the same. A CPU cache is a cache used by the central processing unit of a computer to reduce the average time to access memory. The cache is a smaller, faster memory which stores copies of the data from the most frequently used main memory locations. As long as most memory accesses are to cached memory locations, the average latency of memory accesses will be closer to the cache latency than to the latency of main memory.
Disk caching works under the same principle as memory caching, but instead of using high-speed SRAM, a disk cache uses conventional main memory. The most recently accessed data from the disk (as well as adjacent sectors) is stored in a memory buffer. When a program needs to access data from the disk, it first checks the disk cache to see if the data is there. Disk caching can dramatically improve the performance of applications, because accessing a byte of data in RAM can be thousands of times faster than accessing a byte on a hard disk. When data is found in the cache, it is called a cache hit, and the effectiveness of a cache is judged by its hit rate. Many cache systems use a technique known as smart caching, in which the system can recognize certain types of frequently used data. The strategies for determining which information should be kept in the cache constitute some of the more interesting problems in computer science.
Computers operate at very high speeds. Current CPU's operate at speeds of 400 million cycles per second or more. What this means is, every 2.5 nanoseconds, the computer can execute a complete processing loop.On modern computers, this means usually executing one or two instructions. This is the
speed you will see advertised on a computer--a Pentium III 400. Hard drives are very slow compared to the CPU. RAM is much faster than a hard drive, but still 4-5 times slower than your CPU. Also, RAM is erased if the power goes off. Cache RAM is extremely fast--it is capable of delivering data at or near the speed of the CPU. 









There are 3 main Components of a CPU :-
  1. Arithmetical Logic Unit:- This is a key part of the CPU. This is responsible of performing all the logical and arithmetical operations.
  2. Control Unit:- It is the most important part of the CPU. It instructs the complete computer system to carry out a particular task.
  3. Registers:- Registers are the special type of memory devices. They store the data that have to be processed and already processed by the processor. 

Comments

Popular posts from this blog

What is the Full Form of LASER?

What is the Full Form of LPG?

What is the Full Form of TFT?