Binary
Binary
Binary
Binary numbers consist of a series of eight "bits," which are known as a "byte." A
bit is a single one or zero that makes up the 8 bit binary number. Using ASCII
codes, binary numbers can also be translated into text characters for storing
information in computer memory.
When computers had 16-bit operating systems, the largest individual number the CPU
could calculate was 65,535. 32-bit operating systems could work with individual
decimal numbers as large as 2,147,483,647. Modern computer systems with 64-bit
architecture have the ability to work with decimal numbers that are impressively
large, up to 9,223,372,036,854,775,807!
The ASCII table consists of 128 text or special characters that each have an
associated decimal value. All ASCII-capable applications (like word processors) can
read or store text information to and from computer memory.
Binary code allows computers to manipulate and store all types of information to
and from computer memory. Everything computerized, even the computers inside your
car or your mobile phone, make use of the binary number system for everything you
use it for.