Computer Science, asked by vaishalitorawane67, 5 hours ago

Describe the different number systems.​

Answers

Answered by spbankingandsscserie
1

Answer:

  • Decimal number system (Base- 10)
  • Binary number system (Base- 2)
  • Octal number system (Base-8)
  • Hexadecimal number system (Base- 16)
Answered by saramariyaab
4

Answer:

There are various types of number systems and the most commonly used ones are decimal number system, binary number system, octal number system, and hexadecimal number system.

: Binary number system

: octal number system

: decimal Number system

: hexadecimal number system

Explanation:

Binary Number System:

The binary number system uses only two digits: 0 and 1. The numbers in this system have a base of 2. Digits 0 and 1 are called bits and 8 bits together make a byte. The data in computers is stored in terms of bits and bytes. The binary number system does not deal with other numbers such as 2,3,4,5 and so on.

Octal number system:

The octal number system uses eight digits: 0,1,2,3,4,5,6 and 7 with the base of 8. The advantage of this system is that it has lesser digits when compared to several other systems, hence, there would be fewer computational errors. Numbers like 8 and 9 are not included in the octal number system. Just as the binary, the octal number system is used in minicomputers but with digits from 0 to 7.

Decimal number system:

The decimal number system uses ten digits: 0,1,2,3,4,5,6,7,8 and 9 with the base number as 10. The decimal number system is the system that we generally use to represent numbers in real life. If any number is represented without a base, it means that its base is 10.

hexadecimal number system:

The hexadecimal number system uses sixteen digits/alphabets: 0,1,2,3,4,5,6,7,8, 9 and A,B,C,D, E, F with the base number as 16. Here, A-F of the hexadecimal system means the numbers 10-15 of the decimal number system respectively. This system is used in computers to reduce the large-sized strings of the binary system.

Similar questions