Well, you seem to have a lot of questions. I will try my best answering them :) I guess I will go from the bottom up.
what does GHZ on cpus mean ? |
GHz is an abbreviation of
gigahertz. Is a unit of measurement, just like inches, grams, centimeters, etc. It is a larger version of
hertz. A
hertz is just a measurement of how many operations the processor makes in a second.
That being said...
KHz is 1,000 hertz (a thousand)
MHz is 1,000,000 hertz (a million)
GHz is 1,000,000,000 hertz (a billion)
THz is 1,000,000,000,000 hertz (a trillion)
aannnnd so on...
A core of a CPU is just how many processors there are. Basically, refer to this equation:
newHertz =
numOfCores *
listedGHz
Explanation:
numOfCores is the number of cores listed.
Dual Core: 2 cores
Tri Core: 3 cores
Quad Core: 4 core
Six Core: 6 cores
so on and so forth
listedGHz is just the speed listed in the retail desc of the CPU. Usually in GHz.
newHertz is just the above two variables multiplied.
Let's use my processor as an example. 6 Cores, 3.5 GHz. This equation resembles my total speed:
6 * 3.5 = 21
So, in the end, I have 21Ghz to use, which is 21 billion hertz.
i would like to know the words such as thread of a CPU ? |
The thread of a processor is merely an ordered sequence of instructions telling the computer what to do.
I assume you have more questions, so just shoot.