In the Vinony graph
Within Vinony's link graph, 16-bit computing is referenced by 1,248 other articles, and connects out to CPU cache, hazard and central processing unit.
It sits within the topics 16-bit computers, Data unit and Incomplete lists from November 2021.
Its subject is documented across 33 Wikipedia language editions.
Wikidata facts
Show 1 more fact
- Commons category
- 16 bits
Sources (3)
via Wikidata · CC0
~9 min read
Encyclopedic overview
In computer architecture, 16-bit integers, memory addresses, or other data units are those that are 16 bits (2 octets) wide. Also, 16-bit central processing unit (CPU) and arithmetic logic unit (ALU) architectures are those that are based on registers, address buses, or data buses of that size. 16-bit microcomputers are microcomputers that use 16-bit microprocessors.
A 16-bit register can store 2 different values. The range of integer values that can be stored in 16 bits depends on the integer representation used. With the two most common representations, the range is 0 through 65,535 (2 − 1) for representation as an (unsigned) binary number, and −32,768 (−1 × 2) through 32,767 (2 − 1) for representation as two's complement. Since 2 is 65,536, a processor with 16-bit memory addresses can directly access 64 KiB (65,536 bytes) of byte-addressable memory. If a system uses segmentation with 16-bit segment offsets, more can be accessed.
Excerpted from Wikipedia’s “16-bit computing” article, available under the CC BY-SA 4.0 licence.