What are quad/dual cores used for?

668 views

I know its supposed to be able to do multiple tasks at once, but what are these task? For example, is it like playing video games while listening music or something. Im sure its probably a lot more advanced than that, so please give examples.

In: Technology

5 Answers

Anonymous 0 Comments

Most modern programs are built to make use of multiple cores. Instead of designing each process to consist of multiple steps to be taken one after the other, it is divided up into tasks that can be all done at the same time.

The reason for dual or quad cores (or more – the leading AMD cpu gives you 32!) is that our ability to make computer chips run faster is limited by physics, but our ability to pack more stuff onto a chip keeps on getting better. So we pack multiple CPUs on one chip, and build programs that take advantage of those multiple CPUs.

You are viewing 1 out of 5 answers, click here to view all answers.