To which numbering system can the binary number 1101100100111100 be easily converted to?
Answers
Answered by
1
Answer:
It can be easily converted to Octal number system and Hexadecimal number
here we will convert the given number system into Octal number system
Given number 1101100100111100
For that we have group this given binary number into group of three digits if this group does not get complete than add extra zero from left side
001 101 100 100 111 100 (00 these are the extra zero inserted to complete the group of digits)
001 =(0*2^2)+(0*2^1)+(1*2^0)=0+0+1=1
101 =(1*2^2)+(0*2^1)+(1*2^0) = 4+0+1 = 5
100 = (1*2^2)+(0*2^1)+(0*2^0)=4+0+0=4
similarly for the rest
=154474
I hope this helped you so plz rate the answer....
Similar questions