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 memory and type

what is a memory Computer  memory  is any physical device capable of storing information temporarily or permanently. For example, Random Access Memory ( RAM ), is a volatile memory that stores information on an  integrated circuit  used by the  operating system , software , and  hardware . type of memory 1st-Volatile memory Volatile memory is computer memory that requires power to maintain the stored information. Most modern  semiconductor  volatile memory is either static RAM ( SRAM ) or dynamic RAM ( DRAM ). SRAM retains its contents as long as the power is connected and is easy for interfacing, but uses six transistors per bit. Dynamic RAM is more complicated for interfacing and control, needing regular refresh cycles to prevent losing its contents, but uses only one transistor and one capacitor per bit, allowing it to reach much higher densities and much cheaper per-bit costs. SRAM is not worthwhile for desktop system mem...

TRICK HOW I AM HIDE AND UN HIDE THE DATA

AGAR AAP KO APNE SYSTEMKA DATA HIDE KARNA HO TO IS TARHA KAR SAKTE HO  SABSE PHLE AAP KO APNE KEYBOARD MAI WINDOW BUTTON KE SATH R BUTTON PRESS KARNA HAI OR PHIR AAP KE SAMNE KUCH ISS TARHA KI DISPLAY AAYEGI  PHIR AAP KO ISS MAI CMD TYPE KARNA HAI ISS TRHA OR OK KARNE KE BAAD AAP KE SAM NE EK NEW TAB AAYE GI KUCH IS TYPE KI AB AAP KO ISS MAI DATA HIDE KARNE KE LIYE KUCH YE TYPE KARNA HOGA  Attrib -h -r -s /s /d /h!.*  yha par d vo velu hai jo aap ke system ke hard disk ka partizin h aap ko agar e ki karni hai to aap e daloge local disk jo bhi bhi hai e ya d ya h etc or data un hide kai liye aap ko ye type karna hoga                                  Attrib +h +r +s /s /d /h!*.* AAP KO BS UNHIDE KE LIYE - KI JANGHA + KARNA HOGA   NOTE-AAP C PARTEZIN KO HIDE MAT KARNA VARNA AAP KA SYSTEM BAND HO JAYEGA C PARTIZIN WINDOW K ...

what is Operating system

                       Operating system             An  operating system  ( OS ) is  system software  that manages  computer hardware  and  software  resources and provides common  services  for  computer programs . All computer programs, excluding  firmware , require an operating system to function. Time-sharing  operating systems  schedule tasks  for efficient use of the system and may also include accounting software for cost allocation of  processor time ,  mass storage ,  printing , and other resources. For hardware functions such as  input and output  and  memory allocation , the operating system acts as an intermediary between programs and the computer hardware, [1] [2]  although the application code is usually executed directly by the hardware and frequently makes  sys...