Learn Free Computer HardWare PC all Componets, Parts, Accessories

COMPUTER CPU

Computer CPU :
               CPU standards  for Central processing Unit.
              It is the Brain of the computer. It contains an arthematic and logic unit for maniculating data, a number of resistors for storing data and control circuit for fetching and executing instructions.

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 CPU have changed dramatically since the earliest examples, but their fundamental operation remains much the same.
On large machines, CPU require one or more printed circuit boards. On personal computers and small workstations, the CPU is housed in a single chip called a microprocessor. Since the 1970s the microprocessor class of CPU has almost completely overtaken all other CPU implementations. Modern CPU's are large scale integrated circuits in small, rectangular packages, with multiple connecting pins.
Two typical components of a CPU are the arithmetic logic unit (ALU), which performs arithmetic and logical operations, and the control unit (CU), which extracts instructions from memory and decodes and executes them, calling on the ALU when necessary.
Not all computational systems rely on a central processing unit. An array processor or vector processor has multiple parallel computing elements, with no one unit considered the "center". In the distributed computing model, problems are solved by a distributed interconnected set of processors.
How does the cpu work :
       To properly perform its job, the CPU must complete a cycle of four steps. The first step in this cycle is to fetch a instruction from a software program's memory. Once the CPU fetches the instruction, its second step is to decode the instruction. By decoding the instruction, the CPU is able to organize the information from the instruction in a manner that allows the CPU to complete the next step, which is executing.
                           During the execution step, the CPU completes the instruction. It accomplishes this by following the information gained during the decoding step. Once the CPU has finished executing the instruction, the final step in this cycle is to write-back the results that occurred during the execution step. The CPU can write-back the results to its own internal register, or to the main memory of the computer.