Wednesday 24 April 2019

cpu - Difference Between Cores and Processors


I am confused by the difference between "Cores" and "Processors". A lot of the computers are 2-cores, 4-cores. Does this mean that they have one processor with 2 or 4 cores on that single processor?


Also, for intel core i5, it seems that there are 4 CPUs in the task manager, are they referring to 4 core on a processors, or 4 processors with one core each, or 2 cores on 2 processors?



Answer



Yes, a multi-core processor is a single piece of hardware ("one processor") that provides several cores than can work concurrently.


The i5 is a single processor that provides either 2 or 4 physical cores depending on model (see here).


Note that some Intel processors (the i5 included) use hyperthreading, a system where a single processor has (for example) 2 physical cores, but will provide 4 logical cores - allowing the operating system to treat the processor as having more cores than it really does.


No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...