|
I'll try to keep this simple...The processor is the primary "computing" part of the computer.The vast majority of computers have a "single core" processor. The thing runs so fast for most applications that when doing multiple applications, such as opening up several windows/programs, it appears as if everything is happening at the same time. But, in reality, it is doing what is called, "multitasking." The processor gives some time to this application, sort of puts a bookmark where it left off, goest to the next application, sort of puts a book mark where it left off, etc., until each process has had a share of time, then it goes back to the book mark of the first process, and the cycle continues.Dual core processors are capable of true parallel processing, which means doing 2 applications at the same time. To effectively use this, the operating system and software have to be able to perform this. Windows XP can do it, but again, the application software needs the ability.Quad core processors means 4 parallel processes running simultaneously. The same considerations are given to the operating system and software capabilities.Both dual and quad processors have all the processors on the same chip, which means things execute quicker than if there are 2 or more separate processors on the same motherboard. It takes longer to process with separate processors because the information has to run on the system bus, with speed limitations due to several factors. I hope this helps.
|