You are on page 1of 10

BINARY

The term bit is an


abbreviation of binary
digit and represents
the smallest piece of
data. A bit can have
only two possible
values, a one digit (1)
or a zero digit (0). For
example, a light switch
can be either On or Off;
in binary
representation, these
states would
correspond to 1 and 0,
respectively.
CONVERT DECIMAL
NUMBERS TO BINARY
To convert a decimal
number to binary, all
you have to do is divide
the number by 2. Get
the quotient and the
remainder. Bring down
the quotient, divide it
by 2, and get the
quotient and remainder
again. Do it repeatedly
until the quotient
results to 0. Copy the
remainder from bottom
to top, and that is the
binary equivalent.
CALCULATING DATA
STORAGE
A byte is 8 bits and is
the smallest unit of
measure (UOM) used to
represent data storage
capacity.
When referring to
storage space, we use
the terms bytes (B),
kilobytes (KB),
megabytes (MB),
gigabytes (GB), and
terabytes (TB). One
kilobyte is a little more
than one thousand
bytes, specifically
1,024

You might also like