Number System in Computers
Number System in Computers
COMPUTERS
CARL C. GLORIOSO
INSTRUCTOR
WHAT IS A NUMBER?
• Communication protocols:
Binary, with its straightforward 0s and 1s, holds a prominent place in
communication protocols for data transmission. This system provides a direct
and uncomplicated means of conveying information, ensuring that electronic
devices can interpret and process the data accurately.
TYPES OF NUMBER SYSTEMS
There are various types of number systems in mathematics.
The four most common number system types are:
• Decimal number system (Base- 10)
• Binary number system (Base- 2)
• Octal number system (Base-8)
• Hexadecimal number system (Base- 16)
DECIMAL NUMBER SYSTEM (BASE 10
NUMBER SYSTEM)
• The decimal number system, with a base of 10, utilizes the ten digits from 0 to 9. In this
system, the positions to the left of the decimal point represent units, tens, hundreds,
thousands, and so forth. Decimal numbers express values in this system, where each
position signifies a specific power of the base (10).
• (1×103) + (4×102) + (5×101) + (7×100)
• (1×1000) + (4×100) + (5×10) + (7×1)
• 1000 + 400 + 50 + 7
• 1457
BINARY NUMBER SYSTEM
• Hexa means six and decimal means ten, hence the word hexadecimal. There
are 16 digits in a hexadecimal number system, therefore. It has the first five
letters of the alphabet after the numbers 0 through 9. These are:
HEXADECIM 0 1 2 3 4 5 6 7 8 9 A B C D E F
AL
DECIMAL 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
HEXADECIMAL NUMBER SYSTEM