Number System
Number System
SYSTEM
· Computes number system
operation such as addition,
subtraction and complement.
· 1 Zettabyte = 1024 EB
Number
System
• Decimal equivalent of any octal number is sum of
product of each digit with its positional value.
• 726
Hexadecimal Number System
• Hexadecimal number system has 16 symbols – 0 to 9 and A to F
where A is equal to 10, B is equal to 11 and so on till F. Hexadecimal
number system is also a positional value system with where each digit
has its value expressed in powers of 16, as shown here -
• Decimal equivalent of any hexadecimal number is sum of product of
each digit with its positional value.
Number System
Relationship
• The following table depicts the
relationship between decimal,
binary, octal and hexadecimal
number system
ASCII
• Besides numerical data, computer must be able to handle alphabets,
punctuation marks, mathematical operators, special symbols, etc. that
form the complete character set of English language. The complete set of
characters or symbols are called alphanumeric codes. The complete
alphanumeric code typically includes −