Math, asked by nicholaslobo1972, 1 month ago

write the type of number system with the example. if anyone answer my questions I will thank.

Answers

Answered by harshitadika
1

Answer:

The number system is a way to represent or express numbers. You have heard of various types of number systems such as the whole numbers and the real numbers. But in the context of computers, we define other types of number systems. They are:

The decimal number system

The binary number system

The octal number system and

The hexadecimal number system

plz mark me brainliest

In the binary number system, we only use two digits 0 and 1. It means a 2 number system.

Example of binary numbers: 1011; 101010; 1101101

Answered by nsharmila165
0

Step-by-step explanation:

Types of Number System

  1. Decimal number system (Base- 10
  2. Binary number system (Base- 2)
  3. Octal number system (Base-8)
  4. Hexadecimal number system (Base- 16)

Decimal number system has base 10 because it uses ten digits from 0 to 9. In the decimal number system, the positions successive to the left of the decimal point represent units, tens, hundreds, thousands and so on. This system is expressed in decimal numbers.

The base 2 number system is also known as the Binary number system wherein, only two binary digits exist, i.e., 0 and 1. Specifically, the usual base-2 is a radix of 2. The figures described under this system are known as binary numbers which are the combination of 0 and 1. For example, 110101 is a binary number.

In the octal number system, the base is 8 and it uses numbers from 0 to 7 to represent numbers. Octal numbers are commonly used in computer applications. Converting an octal number to decimal is the same as decimal conversion.

In the hexadecimal system, numbers are written or represented with base 16. In the hex system, the numbers are first represented just like in decimal system, i.e. from 0 to 9. Then, the numbers are represented using the alphabets from A to F.

Hope it helps you.

Similar questions