Computer Science, asked by bachanyatharth, 5 months ago

different types of number system
with their examples.
90​

Answers

Answered by linachaudhari2005
1

Answer:

binary number system , decimal base2, hexa decimal 16 ,bcd code , octal base 8

Explanation:

example 001010 , 12345 , a1 a2a3 ,

Answered by kdmondal1955
0

Answer:

Different types of number system are :-

  1. Binary number system : This includes only 2 no.s which are 0 and 1 . Its base is 2 . Ex: 101001
  2. Octal number system : This system includes 8 numbers : 0,1,2,3,4,5,6,7 . Base is 8. Ex: 175634
  3. Decimal system : In this system, 10 numbers are included which are 0,1,2,3,4,5,6,7,8,9.Base is 10. Ex:196395678
  4. Hexadecimal number system : This system includes 16 numbers which are 0,1,2,3,4,5,67,8,9,A,B,C,D,E andF . Base of this number system is 16. Ex: AB196412FE.
Similar questions