different types of number system
with their examples.
90
Answers
Answered by
1
Answer:
binary number system , decimal base2, hexa decimal 16 ,bcd code , octal base 8
Explanation:
example 001010 , 12345 , a1 a2a3 ,
Answered by
0
Answer:
Different types of number system are :-
- Binary number system : This includes only 2 no.s which are 0 and 1 . Its base is 2 . Ex: 101001
- Octal number system : This system includes 8 numbers : 0,1,2,3,4,5,6,7 . Base is 8. Ex: 175634
- 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
- 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