Content deleted Content added
Guy Harris (talk | contribs) →See also: That's 4-bit communication, not 1-bit communication. |
Guy Harris (talk | contribs) ce |
||
Line 8:
In [[computer architecture]], '''1-bit''' [[integer (computer science)|integer]]s or other [[Data (computing)|data]] units are those that are {{nowrap|1 [[bit]]}} (1/8 [[octet (computing)|octet]]) wide. Also, 1-bit [[central processing unit]] (CPU) and [[arithmetic logic unit]] (ALU) architectures are those that are based on [[processor register|register]]s of that size.
There are no computers or [[microcontroller]]s of any kind that are exclusively 1-bit for all registers and [[address bus]]es. A 1-bit register can only store 2<sup>1</sup> different values, i.e. 0 or 1 (off or on, respectively). This is very restrictive and therefore not enough for a [[program counter]] which, on modern systems, is implemented in an on-chip register,
While 1-bit computing is mostly obsolete, 1-bit [[serial communication]] is still used in modern computers, that are otherwise e.g. 64-bit, and thus also have much larger buses.
|