Binary Conversion
Binary Conversion
INTRODUCTION TO INFORMATION
AND COMMUNICATION TECHNOLOGY
Decimal: The numbers are represented with base 10. The way
of denoting the decimal numbers with base 10 is also termed as
decimal notation. This number system is widely used in
computer applications. It is also called the base-10 number
system which consists of 10 digits, such as, 0 to 9.
Hexadecimal : A number system used in computers in which
numbers are composed of combinations of 16 digits, using
0-9 then the letters A-F to represent 10-15. Hex allows binary
numbers to be expressed in a more compact and
comprehensible form.