Computer Science, asked by PrakhyatYadav, 1 month ago

Explain four types of number systems with example- Decimal number system, Binary Number System, Octal Number System and Hexadecimal Number System.​

Answers

Answered by krupa212010106
8

Decimal Number System

Decimal system, also called Hindu-Arabic number system or Arabic number system, in mathematics, positional numeral system employing 10 as the base and requiring 10 different numerals, the digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9. ... It also requires a dot (decimal point) to represent decimal fractions.

Binary Number System

In mathematics and digital electronics, a binary number is a number expressed in the base-2 numeral system or binary numeral system, which uses only two symbols: typically "0" and "1". The base-2 numeral system is a positional notation with a radix of 2. Each digit is referred to as a bit, or binary digit. 

Octal Number System

The octal numeral system, or oct for short, is the base-8 number system, and uses the digits 0 to 7. Octal numerals can be made from binary numerals by grouping consecutive binary digits into groups of three (starting from the right). For example, the binary representation for decimal 74 is 1001010.

Hexadecimal Number System

The hexadecimal numeral system, often shortened to "hex", is a numeral system made up of 16 symbols (base 16). The standard numeral system is called decimal (base 10) and uses ten symbols: 0,1,2,3,4,5,6,7,8,9. Hexadecimal uses the decimal numbers and six extra symbols.

Answered by sumankumar078
2

Answer:

Binary number system (Base - 2) Octal number system (Base - 8) Decimal number system (Base - 10) Hexadecimal number system (Base - 16)

Similar questions