16-bit refers to a digital data architecture utilizing 16 binary digits (bits). It corresponds to 2 to the 16th power (216), allowing for the representation of 65,536 distinct values. In computing terms, 16 bits is equivalent to 2 bytes. For unsigned integers, the range is 0 to 65,535, while signed integers (using two's complement) range from -32,768 to +32,767.
In the field of programmable power supplies and measurement instruments, 16-bit resolution is a critical specification for Digital-to-Analog Converters (DACs) and Analog-to-Digital Converters (ADCs). A 16-bit DAC divides the maximum voltage or current output range into 65,536 discrete steps, enabling highly precise control. For instance, in a 65 V power supply, 16-bit resolution provides a theoretical setting step of approximately 1 mV (65 V / 65,536 ≈ 0.001 V). This allows for fine-tuning of output levels and accurate detection of minute fluctuations.
The 16-bit architecture was central to early personal computers and microcontrollers, and while modern general-purpose CPUs have moved to 32-bit or 64-bit architectures, 16-bit microcontrollers are still widely used in embedded systems due to their lower cost and sufficient performance for dedicated control tasks, such as those within power supplies or other instruments.