architecture: relocate notes on processor cores
This commit is contained in:
parent
3ddc9f0dff
commit
ca4c6326d3
1 changed files with 6 additions and 0 deletions
|
@ -15,3 +15,9 @@ This is the heart of the CPU; all the other components on the CPU chip are appen
|
|||
Below is a schematic of a series of logical circuits within the CPU core:
|
||||
|
||||

|
||||
|
||||
### Processor cores
|
||||
|
||||
The vast majority of general purpose computers are multi-core. This means that the CPU contains more than one processing unit. They are best thought of as mini-CPUs within the main CPU since they each have the same overall Von Neumann architecture.
|
||||
|
||||
With Intel processors the two main consumer processors are the i5 and i7. The latter has more cores than the former. Consequently it has faster clock speeds and greater concurrency due to increased threads.
|
||||
|
|
Loading…
Add table
Reference in a new issue