central processing unit

noun, Computers.
1.
CPU.
Also called central processor.
Origin
1965-70
Examples from the web for central processing unit
  • Digital codes can be output to identify the type of vehicle detected or report detection faults to a central processing unit.
British Dictionary definitions for central processing unit

central processing unit

noun
1.
the part of a computer that performs logical and arithmetical operations on the data as specified in the instructions CPU
central processing unit in Science
central processing unit  
The part of a computer that interprets and carries out instructions provided by the software. It tests and manipulates data, and transfers information to and from other components, such as the working memory, disk drive, monitor, and keyboard. The central processing units of personal computers are generally implemented on a single chip, called a microprocessor.
central processing unit in Technology
architecture, processor
(CPU, processor) The part of a computer which controls all the other parts. Designs vary widely but the CPU generally consists of the control unit, the arithmetic and logic unit (ALU), registers, temporary buffers and various other logic.
The control unit fetches instructions from memory and decodes them to produce signals which control the other parts of the computer. These signals cause it to transfer data between memory and ALU or to activate peripherals to perform input or output.
Various types of memory, including cache, RAM and ROM, are often considered to be part of the CPU, particularly in modern microprocessors where a single integrated circuit may contain one or more processors as well as any or all of the above types of memory. The CPU, and any of these components that are in separate chips, are usually all located on the same printed circuit board, known as the motherboard. This in turn is located in the system unit (sometimes incorrectly referred to as the "CPU").
A parallel computer has several CPUs which may share other resources such as memory and peripherals.
The term "processor" has to some extent replaced "CPU", though RAM and ROM are not logically part of the processor.
List of processors (https://lldn.timesys.com/complete_list_of_processors).
(2007-04-02)