English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

is that related to mother board. what is it work?

2006-12-26 19:16:26 · 7 answers · asked by tapu 1 in Computers & Internet Hardware Desktops

7 answers

The processor (CPU) is a chip on the motherboard that can be removed or replaced by another CPU - not a fixed or permanent piece. It's main function is to process data, if your computer had a brain that's what the CPU would be.

It's one of the major factors in how fast your PC can handle tasks.

2006-12-26 19:21:34 · answer #1 · answered by π² 4 · 0 0

A processor is like a brain of the computer.
A computer is a machine which only understands zeroes and ones..Processor is the unit responsible for processing this information to enable all the functions tat a modern day computer does !

2006-12-26 20:04:56 · answer #2 · answered by Deepak 1 · 0 0

what all those other guys said . it does all the hard work running messages to & from the rest of the computer . it's usually the biggest chip on the motherboard underneath the finned aluminium block ( called a heatsink ) & fan . some are different speeds & some have different socket plug types.

check the motherboard pic in the link below :

2006-12-26 19:35:07 · answer #3 · answered by iammoza 3 · 0 0

Central Processing Unit:

It is where all the math in the computer takes place. It is made up of millions of switches which then are translated into a language we can understand.

2006-12-26 19:20:47 · answer #4 · answered by Baphomet 3 · 0 0

The processor, or the CPU is directly connected to the motherboard. Without it your computer wont work...it wont start up.

2006-12-26 19:19:20 · answer #5 · answered by Spotty 3 · 0 0

It's the brain of the motherboard. Every bit of data has to go through it for processing.

2006-12-26 19:33:55 · answer #6 · answered by Ted B 6 · 0 0

The central processing unit (CPU) is the heart of your computer. This vital component, often referred to simply as the microprocessor (or even just processor), is in some way responsible for every single thing your computer does. It determines, at least in part, which operating systems you can use, which software packages are available to you, how much energy your PC uses, and how stable your system will be, among other things. The processor also dictates how much your system will cost: The newer and more powerful the processor, the more expensive the machine.
In this and the next couple of Tutor columns, we'll take an in-depth look at microprocessors. We'll begin with a brief look at what a processor is made of, and then we'll turn to the different parts of the processor to see how they work. Next time we'll examine the Intel processor family, from the 4004 through the Pentium II, and before we finish we'll examine some other microprocessor families, including Intel clones.
The Makeup of a Microprocessor
You may think a processor is the square or rectangular piece with many pins that fits into the processor slot on your motherboard, but actually that is just the packaging that contains the processor. The processor itself is a small, thin chip of silicon crystal, typically less than half a square inch in area. The packaging both protects the processor from contaminants (such as the air) and allows it, through the pins, to engage the motherboard's circuits and hence the system as a whole. The millions of electronic switches (the transistors) inside the processor need a carefully controlled environment in which to function.
Although most processors are made of silicon, any semiconductor material will do, as long as it can be fabricated into high-quality pieces of the necessary size. Silicon is widely available and inexpensive because of its ubiquitous use, and it is therefore the most popular material. Silicon works well, because it can form large crystals of uniformly high quality; each crystal is about 8 inches across, which is important because manufacturers want to cut each crystal into as many chips as possible. Precision saws cut the crystal into slices less than a millimeter thick. These slices, called wafers, are chemically treated before being cut into individual chips. The process for physically applying the logical design of the processor to the chip is called photolithography; in this step, transistors and tiny wires are built onto the chip in a series of ten or more layers (called masks). Once this layering is complete, the chip is tested several times to ensure that the transistors and wires are in place and working properly, and then the chip is placed within its packaging.
The packaging not only protects the chip but also dissipates heat and allows the processor to connect to the motherboard. Over the years packaging has changed considerably, with new methods adopted for various processor designs. The first Intel chips used dual in-line packages (DIPs), in which two parallel sets of 40 or more pins provided the connection to the motherboard (see Figure 1). Because of the parallel design, upgrades to this package could not accommodate significant expansion of connectors: The package would simply get too long for the motherboard as pins were added, and signals from the end pins would require much more time to reach the processor chip than signals from closer pins. For these reasons, the 80286 processor introduced the pin-grid array (PGA) package. This package is typically square, with two, three, or even four rows of evenly spaced pins arranged around a central area. The pins fit into the corresponding holes of the socket module on the motherboard, and typically the package is locked in place by a levered arm.
The square (or squarish) package design that we are most familiar with began with the 80286 and has remained dominant. As the quest for more capable processors grew, wider buses were needed and consequently more pins were required to fit these buses, and many alterations of the package began to appear. Pentium processors use the staggered pin-grid array (SPGA) design, which staggers the arrangement of the pins to allow them to fit closer together. The Pentium Pro, because it has separate chips for the CPU and the Level 2 cache, uses a design called the multichip module (MCM). An MCM is a package that contains more than one chip. Another recent package, the leadless chip carrier (LCC), uses tiny contact pads of gold instead of pins to make contact with the motherboard.
Other packages include the tape-carrier package (TCP)--which is as thin as photographic film and is soldered to the motherboard--and the single-edge contact (SEC) cartridge, used for the Pentium II. This is actually a PGA package mounted on a small daughtercard that attaches to the motherboard through a single-edge connector. The SEC is a highly appealing design, because it takes up less space on the motherboard and has better electrical characteristics.
Inside the Processor
Fundamentally all processors do the same thing. They take signals in the form of 0s and 1s (thus binary signals), manipulate them according to a set of instructions, and produce output in the form of 0s and 1s. The voltage on the line at the time a signal is sent determines whether the signal is a 0 or a 1. On a 3.3-volt system, an application of 3.3 volts means that it's a 1, while an application of 0 volts means it's a 0.
Processors work by reacting to an input of 0s and 1s in specific ways and then returning an output based on the decision. The decision itself happens in a circuit called a logic gate, each of which requires at least one transistor, with the inputs and outputs arranged differently by different operations. The fact that today's processors contain millions of transistors offers a clue as to how complex the logic system is. The processor's logic gates work together to make decisions using Boolean logic, which is based on the algebraic system established by mathematician George Boole. The main Boolean operators are AND, OR, NOT, and NAND (not AND); many combinations of these are possible as well. An AND gate outputs a 1 only if both its inputs were 1s. An OR gate outputs a 1 if at least one of the inputs was a 1. And a NOT gate takes a single input and reverses it, outputting 1 if the input was 0 and vice versa. NAND gates are very popular, because they use only two transistors instead of the three in an AND gate yet provide just as much functionality. In addition, the processor uses gates in combination to perform arithmetic functions; it can also use them to trigger the storage of data in memory.
Logic gates operate via hardware known as a switch--in particular, a digital switch. In the good old days of room-size computers (which looked lots more impressive in movies than today's machines), the switches were actually physical switches, but today nothing moves except the current itself. The most common type of switch in today's computers is a transistor known as a MOSFET (metal-oxide semiconductor field-effect transistor). This kind of transistor performs a simple but crucial function: When voltage is applied to it, it reacts by turning the circuit either on or off. Most PC microprocessors today operate at 3.3V, but earlier processors (up to and including some versions of the Pentium) operated at 5V. With one type of MOSFET--which will be the focus here--an incoming current at or near the high end of the voltage range switches the circuit on, while an incoming current near 0 switches the circuit off.
Millions of MOSFETs act together, according to the instructions from a program, to control the flow of electricity through the logic gates to produce the required result. Again, each logic gate contains one or more transistors, and each transistor must control the current so that the circuit itself will switch from off to on, switch from on to off, or stay in its current state.
A quick look at the simple AND and OR logic-gate circuits shows how the circuitry works (see Figure 2). Each of these gates acts on two incoming signals to produce one outgoing signal. Logical AND means that both inputs must be 1 in order for the output to be 1; logical OR means that either input can be 1 to get a result of 1. In the AND gate, both incoming signals must be high-voltage (or a logical 1) for the gate to pass current through itself. Notice in Figure 2 how a high voltage must be applied to both of the transistors in this gate in order for the circuit to be completed. Otherwise the circuit will remain turned off, giving you a logical 0. In the OR gate, as long as either incoming current is high, the gate will allow the current through. Notice in Figure 2 how if a voltage is applied to either transistor, the circuit will be completed.
The flow of electricity through each gate is controlled by that gate's transistor. However, these transistors aren't individual and discrete units. Instead, large numbers of them are manufactured from a single piece of silicon (or other semiconductor material) and linked together without wires or other external materials. These units are called integrated circuits (ICs), and their development basically made the complexity of the microprocessor possible. The integration of circuits didn't stop with the first ICs. Just as the first ICs connected multiple transistors, multiple ICs became similarly linked, in a process known as large-scale integration (LSI); eventually such sets of ICs were connected, in a process called (using the industry's deeply creative naming techniques) very large-scale integration (VLSI). Intel's first claim to fame lay in its high-level integration of all the processor's logic gates into a single complex chip. The first processor to do this was the Intel 4004, the forerunner of all of today's Intel offerings. We'll look at the 4004 and its descendants next time.
Two of the most crucial components of the processor are the registers and the system clock. A register is an internal storage area, a unit of memory; and because it is part of the processor, it has the fastest type of memory in your system. Its function is to hold data used by instructions, in the form of bit patterns (sequences of 0s and 1s), in specific places where the processor can find them. The importance of the registers is demonstrated by the fact that processors are identified in one significant way by register size. The term 16-bit processor refers to a processor with registers capable of holding 16 bits of data. Therefore, 32-bit processors have 32-bit register sizes, and 64-bit processors have double that. The greater the number of bits in a register, the more information the processor can process at once.
The processor spends its time reacting to signals, but it can't react to all of them at the same time or they would become jumbled. Instead, the processor waits until it is given the go-ahead to receive a signal; how long it waits is determined by the system clock. At precise intervals, the system clock sends electrical pulses as a means of polling the system for waiting instructions. If an instruction is waiting and the processor is not already busy with previous instructions, the processor brings the instruction in and works on it. The number of instructions the processor can handle in a single clock cycle (one pulse of the system clock) depends on the design of the processor itself.
The first microprocessors were able to handle only one instruction per cycle, but today's processors speed this up considerably through two processes, called pipelining andsuperscalar execution. Pipelining allows the processor to read a new instruction from memory before it is finished processing the current instruction. In some processors, several instructions can be worked on simultaneously. The extent to which pipelined data can flow into the processor is called the pipeline depth. Up through the 80286, Intel processors had a pipeline depth of only 1 (in effect, there was no pipeline at all), but with the 80486 family, the pipeline depth jumped to 4; up to four instructions could be in different pipeline stages. Pentiums have a pipeline depth of 5, and MMX technology enables even more.
A superscalar processor has more than one pipeline, meaning it can execute more than one set of instructions at the same time. Theoretically this can double performance, but usually one of the pipelines ends up waiting for an instruction to finish in another pipeline.

2006-12-26 20:06:11 · answer #7 · answered by Anonymous · 0 0

fedest.com, questions and answers