How many processors do computers typically have?
I was always under the impression that computers only have one processor, however when I looked under the device manager of my desktop I saw two processor listings. They were identical, but there were two of them. Does this mean that my computer has two processors, or is it one single processor repeated?
Comments
-
lsud00d Member Posts: 1,571Typically computers have a single physical processor that is capable of multi-core operation. What you are describing is a dual-core processor. My home desktop is a quad-core processor. It is for parallel computing and I've seen multi-core's go up to 8.
Here is a quick Wikipedia blurb:
A multi-core processor is a single computing component with two or more independent actual central processing units (called "cores"), which are the units that read and execute program instructions.[1] The instructions are ordinary CPU instructions such as add, move data, and branch, but the multiple cores can run multiple instructions at the same time, increasing overall speed for programs amenable to parallel computing.[2] Manufacturers typically integrate the cores onto a single integrated circuit die (known as a chip multiprocessor or CMP), or onto multiple dies in a single chip package. -
Michael2 Member Posts: 305 ■■■□□□□□□□Thanks, lsu00d. That makes sense, since it does say dual-core. I guess I just didn't understand why it appeared twice.
-
lsud00d Member Posts: 1,571You're welcome Michael2! Your computer shows two processors in device manager because it is dual-core and thus has two CPU's. If you look at Task Manager and then the Performance tab, you should see separate monitoring for each CPU. Also if you right click on a process under the Processes tab and choose 'Set Affinity', you can choose which process the CPU executes on.
-
SteveLord Member Posts: 1,717I haven't had a reason to mess around with the Set Affinity since Windows XP days.
Dualcore is pretty much the bottom of the barrel that you can get in a new desktop/laptop nowadays. Most programs/games take full advantage of it. And other do utilize 4 or more cores.WGU B.S.IT - 9/1/2015 >>> ??? -
inscom.brigade Member Posts: 400 ■■■□□□□□□□Heres a multi core example
http://media.bestofmicro.com/8/2/255602/original/device-manager.jpg
this is two cpu chips -
RobertKaucher Member Posts: 4,299 ■■■■■■■■■■For those of you who have not seen the new Task Manager for 2012...
Using Task Manager with 64+ logical processors - Building Windows 8 - Site Home - MSDN Blogs
-
WafflesAndRootbeer Member Posts: 555Technically, the average computer has several processors for different functions. Soon that will go down to one or two as CPU designs are moving towards System-On-Chip designs with almost everything crammed into a single chip except audio and storage I/O.