Content deleted Content added
→Background and nomenclature: "In a modern system" HDD -> SSD |
→Background and nomenclature: DDR3→DDR4 because it's 2016. |
||
Line 16:
==Background and nomenclature==
Computer systems generally consist of three main parts: the [[central processing unit]] (CPU) that processes data, [[main memory|memory]] that holds the programs and data to be processed, and I/O (input/output) devices as [[peripherals]] that communicate with the outside world. An early computer might use a hand-wired CPU of [[vacuum tube]]s, a [[magnetic drum]] for main memory, and a [[punch tape]] and [[Printer (computing)|printer]] for reading and writing data. In a modern system we might find a [[multi-core CPU]], [[
In most traditional [[computer architecture]]s, the CPU and main memory tend to be tightly coupled. A [[microprocessor]] conventionally is a single chip which has a number of electrical connections on its pins that can be used to select an [[Memory address|"address"]] in the main memory and another set of pins to read and write the data stored at that ___location. In most cases, the CPU and memory share signalling characteristics and operate in [[Synchronization (computer science)|synchrony]]. The bus connecting the CPU and memory is one of the defining characteristics of the system, and often referred to simply as the [[system bus]].
|