|
Answer» Hello, good morning.
Can someone EXPLAIN to me about the "core" and "thread" in the processor.
Questions: 1. What is core? 2. What is thread? 3. What's the difference between core and thread? 4. what does it do?
Thanks and God bless. 1. A CPU has one or more physical cores. Each one is a SEPARATE processor. 2. Threading is a way of dividing a program to RUN on more than one core. Each thread runs on one core. 3. A core is a physical thing but a thread is an ABSTRACT idea. 4. It? Which "it"?
|