Skip to main content

what is a processor (CPU)

                                processor


A processor is the logic circuitry that responds to and processes the basic instructions that drive a computer. The four primary functions of a processor are fetch, decode, execute and write back. 


The basic elements of a processor:
The arithmetic logic unit (ALU), which carries out arithmetic and logic operations on the operands in instructions
The floating point unit (FPU), also known as a math co processor or numeric co processor, a specialized co processor that manipulates numbers more quickly than the basic microprocessor circuitry can.
Registers, which hold instructions and other data. Registers supply operands to the ALU and store the results of operations.
L1 and L2 cache memory. Their inclusion in the CPU saves time compared to having to get data from random access memory (RAM).
Most processors today are multi-core, which means that the IC contains two or more processors for enhanced performance, reduced power consumption and more efficient simultaneous processing of multiple tasks (see: parallel processing). Multi-core set-ups are similar to having multiple, separate processors installed in the same computer, but because the processors are actually plugged into the same socket, the connection between them is faster. 
The term processor is used interchangeably with the term central processing unit (CPU), although strictly speaking, the CPU is not the only processor in a computer. The GPU(graphics processing unit) is the most notable example but the hard drive and other devices within a computer also perform some processing independently. Nevertheless, the term processor is generally understood to mean the CPU.
The processor in a personal computer or embedded in small devices is often called a microprocessor. That term simply means that the processor's elements are contained on a single integrated circuitry (ICchip.
The two main competitors in the processor market are Intel and AMD.
The K Media channel provides an introduction to CPU :

thanks for read my post



Comments

Popular posts from this blog

what is a blue ray disk

blue ray disk Blu - ray  or  Blu - ray Disc  (BD) is a digital optical  disc  data storage format. It was designed to supersede the DVD format, in that it is capable of storing hours of video in high-definition (720p and 1080p) and ultra high-definition resolution (2160p). this is a blue ray disk thanks

COMPUTER REPAIRING AND AWESOME TRICKS

      COMPUTER REPAIRING AND AWESOME TRICKS  1ST                           Basic computer hardware knowledge HARDWARE COMPUTER KA VO PART HAI JISKO SIMPLE LANGUAGE MAI KAHI TO JIS                                PART KO HUM SEE AND TOUCH KAR SAKTE HAI  COMPUTER KI HARDWARE KNOWLEDGE SAB KO HONI CHAHIYE JIS SE AAP SB LOGO KO COMPUTER SHOP PAR REPAIR NA KARA KAR AAP SB LOG GHAR PAR HI THODI                                                       BAHUT PROBLEMS SOLVE KAR SAKE                                              JAI SE KI  1- AGAR AAP KA PC...

what is a Server

                                 Server    In a technical sense, a  server  is an  instance  of a computer program that accepts and responds to requests made by another program, known as a  client . Less formally, any device that runs server software could be considered a server as well. Servers are used to manage  network  resources. For example, a user may setup a server to control access to a network, send/receive e-mail, manage print jobs, or host a website. Some servers are committed to a specific task, often referred to as dedicated. As a result, there are a number of dedicated server categories, like print servers, file servers, network servers, and database servers. However, many servers today are shared servers which can take on the responsibility of e-mail,  DNS ,  FTP , and even multiple websites in the case of a web server. ...