RealityTechComputers → Digitization

Digitization

A bit ('binary' 'digit') is the smallest possible unit of information with just one of two possible states (e.g., 'off' or 'on', resp. '0' or '1'), while a byte is commonly defined as a group of 8 bits [1] . Computer performance increases vastly with the number of bits processed in parallel [2] . Any information, regardless of the medium, can be encoded by bits. Text (including numbers and symbols) can be encoded with ASCII or Unicode standards [3] , audio by sampling sound waves [4] , and images and video by rasterization [5] . The digitized data is then amenable to electronic manipulation by a set of machine-specific instructions that, like data, are also encoded in bits. The binary numeral system lends itself to easy arithmetic operations and their automation. Negative numbers can be represented by the two's complement method without the need for coding a minus sign, and very large or very small numbers can be expressed in floating point (scientific, or exponential) notation. Boolean algebra can be electronically realized in logic gates [6] .


← Computers