19.4k views
4 votes
Type the correct answer in the box. Spell all words correctly.

What do modern CPUs use to simulate the performance of multiple processors within one processor?
Modern CPUs use to simulate the performance of multiple processors within one processor?

User Baztoune
by
5.3k points

1 Answer

1 vote

Answer:

Modern CPUs contain multiple cores. Think of it as multiple smaller CPU's on the single CPU chip. The multiple cores can handle different processes in parallel allowing for multiple programs to be running at the same time. This is not considered true multi-processing since the architecture still has a single I/O bus and can be subject to a single point of failure. But the operating system will take advantage of the additional cores as if they were multiple physical CPU's - enhancing performance and productivity.

Step-by-step explanation:

User Cherubim
by
6.1k points