You are on page 1of 23

NUMBER SYSTEM

PREPARED BY: ENGR. REYNANTE PASCUA


NUMBER SYSTEM
Number systems are the technique to represent numbers in the computer system
architecture; every value that you are saving or getting into/from computer memory
has a defined number system.
A number is a mathematical object used to count, label, and measure. A number
system is a systematic way to represent numbers. The number system we use daily
is the decimal number system, which uses 10 symbols or digits.
A number system has a unique base, depending on the number of symbols. The
number of characters used in a number system is called the base or radix of a
number system.
TYPES OF NUMBER SYSTEM
TYPES OF NUMBER SYSTEM
NUMBER SYSTEM CHART
EXAMPLES:
1. Assume the number 349 base 10. Thus, the number 349 in different number systems
2. Convert (1001001100) base 2 to a decimal number.
3. Convert 10101 base 2 into an octal number.
4. Convert hexadecimal 2C to decimal number.
SEAT WORKS: due date 8:00PM
1. Convert 100111 base 2 into the decimal number system.
2. Convert 4320 base 10 into the octal number system.
3. Convert 1010111100 base 2 to the hexadecimal number system.
4. Assume the number 532 base 10. Convert into different number system.
5. Assume the number 987 base 10. Convert into different number system.

You might also like