Thread: Quad core cpu

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    deletedforumuser
    Guest

    Quad core cpu

    How many cpu does a quad core have...sorry for asking here.

  2. #2
    and the hat of sweating
    Join Date
    Aug 2007
    Location
    Toronto, ON
    Posts
    3,545
    quad = 4
    dual = 2

  3. #3
    deletedforumuser
    Guest
    Thank you, my friend just doesn't trust me...lol

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,666
    Moved (nothing to do with C++).
    Please ask your random technical questions on the tech board.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  5. #5
    Algorithm Dissector iMalc's Avatar
    Join Date
    Dec 2005
    Location
    New Zealand
    Posts
    6,318
    Also:
    Hexacore = 6 cores
    Octacore = 8 cores

    Glad we could clear that up
    My homepage
    Advice: Take only as directed - If symptoms persist, please see your debugger

    Linus Torvalds: "But it clearly is the only right way. The fact that everybody else does it some other way only means that they are wrong"

  6. #6
    Internet Superhero
    Join Date
    Sep 2006
    Location
    Denmark
    Posts
    964
    Quote Originally Posted by iMalc View Post
    Also:
    Hexacore = 6 cores
    Octacore = 8 cores

    Glad we could clear that up
    Remember Pentacore = 5 cores
    How I need a drink, alcoholic in nature, after the heavy lectures involving quantum mechanics.

  7. #7
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    It's worth mentioning that people are answering a question that they assumed you were asking, however, worded incorrectly. To answer your question more pedantically: A quad core CPU has (or rather is), as the article implies, a single CPU with four cores. There is a significant difference between four cores and four CPU.
    Last edited by SlyMaelstrom; 08-30-2008 at 05:17 AM.
    Sent from my iPad®

  8. #8
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    Quote Originally Posted by SlyMaelstrom View Post
    It's worth mentioning that people are answering a question that they assumed you were asking, however, worded incorrectly. To answer your question more pedantically: A quad core CPU has (or rather is), as the article implies, a single CPU with four cores. There is a significant difference between four cores and four CPU.
    Technically there COULD be a difference, but in current implimentations there isnt.
    The only current difference between a dual core and 2 seperate processors is the combined cache on some models. Other than that they are physically and electronically independant, although usually rendered on the same substrate.

    If you want to get pedantic, there is no such thing as a quad cpu, since the CPU is actually the entire case motherboard and all the chips on it including the processor. The use of CPU to mean the processor is a laymans term, but generally accepted even in techncial discussions.

  9. #9
    Registered User
    Join Date
    Oct 2001
    Posts
    2,129
    > the CPU is actually the entire case motherboard and all the chips on it including the processor.

    It is clearly not. The CPU is a discrete component in almost all non-embedded computer implementations. The main chips on the motherboard are the North Bridge and the South Bridge. Sometimes those two are integrated together. Perhaps that is what you were thinking of?

  10. #10
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    I'm with Robwhit here. There are (what's call ignorant) people who call the whole computer a "CPU", but technically, the CPU in your system is your AMD Athlon or Intel Pentium (etc). The rest of the chips are "periferals".

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  11. #11
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    Quote Originally Posted by robwhit View Post
    > the CPU is actually the entire case motherboard and all the chips on it including the processor.

    It is clearly not. The CPU is a discrete component in almost all non-embedded computer implementations. The main chips on the motherboard are the North Bridge and the South Bridge. Sometimes those two are integrated together. Perhaps that is what you were thinking of?
    Sorry you and matsp are wrong on this matter. The original use is so old that I won't get into it with you, but that was its original meaning.

    Yes, a motherboard does handle multiple processors differently than a single muticore processor. In particular, a multiple processor motherboard must be Intel Multiprocessor Compliant, where a motherboard does not need to meet this requirement to supprt a multicore processor.
    Last edited by abachler; 08-31-2008 at 01:55 PM.

  12. #12
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Quote Originally Posted by abachler View Post
    Sorry you and matsp are wrong on this matter. The original use is so old that I won't get into it with you, but that was its original meaning.
    Oh, sorry abachler. We're just too young to understand anything.

    Why don't you tell us now what REAL music is. Certainly not that hippity-bop we listen to.

    Quote Originally Posted by abachler View Post
    Yes, a motherboard does handle multiple processors differently than a single muticore processor. In particular, a multiple processor motherboard must be Intel Multiprocessor Compliant, where a motherboard does not need to meet this requirement to supprt a multicore processor.
    Hmmm, even these motherboards are Intel Multiprocessor Compliant? Sounds like a monopoly on the multiple socket industry to me.
    Last edited by SlyMaelstrom; 08-31-2008 at 02:02 PM.
    Sent from my iPad®

  13. #13
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Quote Originally Posted by abachler View Post
    Sorry you and matsp are wrong on this matter. The original use is so old that I won't get into it with you, but that was its original meaning.
    Well, in the old days [when the CPU of a system was the size of a fridge, and consisted of hundreds of (or more) discrete chips], the periferals (like hard-disks, tape-machines, etc) where indeed in separate boxes [again, the size of a mid-size fridge].

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  14. #14
    Hurry Slowly vart's Avatar
    Join Date
    Oct 2006
    Location
    Rishon LeZion, Israel
    Posts
    6,788
    And how do you call the CPU with 16 or 32 cores?
    All problems in computer science can be solved by another level of indirection,
    except for the problem of too many layers of indirection.
    – David J. Wheeler

  15. #15
    Registered User
    Join Date
    Oct 2001
    Posts
    2,129
    > And how do you call the CPU with 16 or 32 cores?

    Multi-core.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. pthread question
    By quantt in forum Linux Programming
    Replies: 7
    Last Post: 04-07-2009, 01:21 AM
  2. questions on multiple thread programming
    By lehe in forum C Programming
    Replies: 11
    Last Post: 03-27-2009, 07:44 AM
  3. how to make opengl draw in lighter colors ?
    By jabka in forum Game Programming
    Replies: 2
    Last Post: 12-17-2007, 06:12 AM
  4. OpenGL, loading BMP Textures?
    By Zeusbwr in forum Game Programming
    Replies: 12
    Last Post: 12-09-2004, 05:16 PM
  5. Odd 3D Invis Objects?
    By Zeusbwr in forum Game Programming
    Replies: 4
    Last Post: 12-07-2004, 07:01 PM