Preview

CPU Explaination

Good Essays
Open Document
Open Document
1844 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
CPU Explaination
CPU - Central Processing Unit:

Pronounced as separate letters, CPU is the abbreviation for central processing unit. Sometimes referred to simply as the central processor, but more commonly called processor, the CPU is the brains of the computer where most calculations take place. In terms of computing power, the CPU is the most important element of a computer system.
On large machines, the CPU requires 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 1970's the microprocessor class of CPUs has almost completely overtaken all other CPU implementations.
The CPU itself is an internal component of the computer. Modern CPUs are small and square and contain multiple metallic connectors or pins on the underside. The CPU is inserted directly into a CPU socket, pin side down, on the motherboard.
Each motherboard will support only a specific type (or range) of CPU, so you must check the motherboard manufacturer's specifications before attempting to replace or upgrade a CPU in your computer. Modern CPUs also have an attached heat sink and small fan that go directly on top of the CPU to help dissipate heat.
Two typical components of a CPU are the following:
The arithmetic logic unit (ALU), which performs arithmetic and logical operations.

The control unit (CU), which extracts instructions from memory and decodes and executes them, calling on the ALU when necessary.

Microprocessor History and Background
The CPU ("central processing unit," synonymous with "microprocessor," or even simply "processor") is often referred to as the "brain" of the computer. Together with the motherboard, the processor is the part that of your machine that will most define its capabilities.
Choosing the correct processor is vital to the success of your homebuilt computer project. The processor's speed, number of cores, architecture, amount of on-board cache memory, power

You May Also Find These Documents Helpful

  • Satisfactory Essays

    CPU is the Central Processing Unit. This is the key component or even the “brain” of the computer. The CPU carries out all the instructions and every single instruction must go through the CPU prior to being performed. It executes arithmetic, logical and input/output operations.…

    • 204 Words
    • 1 Page
    Satisfactory Essays
  • Satisfactory Essays

    Nt1310 Unit 5 Essay

    • 437 Words
    • 2 Pages

    CPU – Register, ALU, control unit - The CPU is a type of processor which acts as the brains of a computer and is an important part of any computer.…

    • 437 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Bus 210 - Appendix E

    • 346 Words
    • 2 Pages

    |Microprocessors |This is describes as a “computer on a chip” It rivaled the mainframe all though it was|…

    • 346 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    It240 Appendix F

    • 1093 Words
    • 5 Pages

    |Processor |A piece of a computer, such as the central processing unit, that preforms |…

    • 1093 Words
    • 5 Pages
    Good Essays
  • Satisfactory Essays

    Bus 210 Week 8 Appendix E

    • 381 Words
    • 2 Pages

    | Also known as “Personal Computers”, it is a kit comprised of various components that, when properly assembled, creates a stand-alone processing system.…

    • 381 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    | Microprocessors are the software components that help to make the personal computer possible. Microprocessors are essentially the brains inside of a pc.…

    • 441 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    Unit 2 Assignment 1

    • 1912 Words
    • 8 Pages

    The processor (CPU) is essentially the brain of a computer system. The role of the CPU is mainly to process everything from basic instructions to complex function. The well known measure of the CPU is clock speed and it is measured in MHz or GHz. The different manufacturers of the CPU are Texas Instruments, Intel Corp, Centaur Technology etc..…

    • 1912 Words
    • 8 Pages
    Powerful Essays
  • Powerful Essays

    The processor is the brain of the computer. It handles all instructions in programs loaded into RAM and gets information from the HDD or SSD. It handles data in binary.…

    • 1180 Words
    • 5 Pages
    Powerful Essays
  • Good Essays

    BTEC ICT Unit 2 P1

    • 944 Words
    • 4 Pages

    A processor is also known as a CPU which stands for central processing unit, is how a computer/laptop functions and this is like the brain of the computer the better the processor is, the faster a computer works…

    • 944 Words
    • 4 Pages
    Good Essays
  • Satisfactory Essays

    NT1110 Module3 SA

    • 365 Words
    • 1 Page

    The motherboard is the foundation of the computer. Everything that makes up a computer has to be attached to the motherboard. The motherboard has many components such as a processor, memory, chipset, expansion slots, and inputs/outputs.…

    • 365 Words
    • 1 Page
    Satisfactory Essays
  • Good Essays

    The Central Processing Unit (CPU) is one of the main parts of the computer, which is used for processing. The Central Processing Unit is known as the processor. The processor is needed to perform the different tasks at once, you need the OS to execute all of these tasks in a systemic way. It basically allows the devices to work concurrently without issues.…

    • 580 Words
    • 3 Pages
    Good Essays
  • Good Essays

    A Central Processing Unit (CPU) is a chip, containing a microprocessor, at the heart of most every modern computing electronic. A microprocessor is a small integrated circuit or chip, comprised of silicon and transistors, which interprets electrical impulses, performs operations on the electrical impulses, and sends the impulses to another device. The transistors are simple switches that turn on and off, allowing the electrical impulses through when on or ‘open '.…

    • 701 Words
    • 3 Pages
    Good Essays
  • Good Essays

    03-Aug-2011 A Computer  CENTRAL PROCESSING UNIT (CPU)  The CPU is the heart and nerve centre of the computer.  It fetches the instruction and data from the peripheral…

    • 1557 Words
    • 7 Pages
    Good Essays
  • Good Essays

    Elements of Processor

    • 701 Words
    • 3 Pages

    Computer processor is the main part of the computer because it is responsible for all the operations done through the computer. In order to work, some components must exist inside the CPU chip. Here is an overview of such components.…

    • 701 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    CPU function

    • 584 Words
    • 2 Pages

    Although most tech-savvy people know that the Central Processing Unit is one of the components in the computer, but not many people understand what a CPU actually does. Infact most people would not even know what CPU stands for, if you asked them today. The CPU, or microprocessor, stands for Central Processing Unit. It is a very suitable name because it describes exactly what it does in the computer. The CPU processes instructions that it gathers from decoding the code in programs and other such files. The CPU has four primary functions: fetch, decode, execute, and writeback. In the first step, the CPU retrieves the instruction that it needs to run from program memory. Each instruction in a program (which contains millions of instructions) is stored at a specific address. The CPU has a program counter, which keeps track of the CPU’s position in the program “more specifically, the address of the instruction that the CPU is accessing”. For the next step, it is important to know no matter what code a program is written in, the compiler for that specific language is broken down to the Assembly Language. The Assembly Language is a language that the CPU understands, but may vary to different CPU’s. The “assembler” translates Assembly Language into binary code, which the CPU can manipulate to execute the instructions it is given. Based on the instructions given, the CPU can do one of three things: 1) using the Arithmetic Unit, the CPU can calculate extremely complicated mathematical equations; 2) move data from one memory location to another; 3) jump to different addresses in the program based on decisions made by the CPU itself. Typically, each of actions taken by the CPU produces some sort of output. The CPU takes this output and writes it into the computer’s memory. When these four steps have been completed, the Program Counter moves onto the next instruction and repeats the entire…

    • 584 Words
    • 2 Pages
    Satisfactory Essays

Related Topics