Content deleted Content added
m Improved grammar, clarified phrasing, reduced redundancy, and made style more encyclopedic |
Enhanced CPU description with key internal links (instruction cycle, multi-core, integrated graphics) and technical precision |
||
Line 82:
Components directly attached to or to part of the motherboard include:
* At least one [[central processing unit|CPU]] (central processing unit), which performs
*The internal bus connects the CPU to the main memory with several lines for simultaneous communication—typically 50 to 100—which are separated into those for addressing or memory, data, and command or control.{{sfn|Wang|2021|p=75}} Although parallel buses used to be more common, serial buses with a [[serializer]] to send more information over the same wire have become more common in the twenty-first century.{{sfn|Wang|2021|p=78}} Computers with multiple processors will need an interconnection bus, usually managed by a [[Northbridge (computing)|northbridge]], while the [[Southbridge (computing)|southbridge]] manages communication with slower peripheral and I/O devices.{{sfn|Wang|2021|p=90}}
*[[Random-access memory]] (RAM), which stores the code and data that are being actively accessed by the CPU in a hierarchy based on when it is expected to be next used. [[Processor register|Register]]s are closest to the CPU but have very limited capacity.{{sfn|Wang|2021|p=47}} CPUs also typically have multiple areas of [[cache memory]] that have much more capacity than registers, but much less than main memory; they are slower to access than registers, but much faster than main memory.{{sfn|Wang|2021|pp=49-50}} Caching works by prefetching data before the CPU needs it, reducing latency.{{sfn|Wang|2021|pp=49-50}}{{sfn|Hennessy |Patterson|2011|p=45}} If the data the CPU needs is not in the cache, it can be accessed from main memory.{{sfn|Wang|2021|pp=49-50}} [[Cache memory]] is typically [[Static random-access memory|SRAM]], while the main memory is typically [[DRAM]].{{sfn|Wang|2021|p=3}} RAM is volatile, meaning its contents will disappear if the computer powers down.{{sfn|Wang|2021|p=54}}
|