

InterviewSolution
Saved Bookmarks
1. |
The binary number of 8is |
Answer» 1000 : 82|8|0 1000=82|4|02|2|0 |1|1<br><html><body><pre>2--8--0 divide 8 by 2 we get remainder 02--4--0 8 is divided by 2 4times when we divide 4 by 2 we get 0 as remainder 2--2--0 the process is going on same way --1->1 at last 1 come write it from bottom to topwe get 1000 we divide the number by 2 because decimal number system has base 2</pre></body></html><br>The binary number of 8 is 1000<center>\tDecimalHexadecimalBinary00000011000122001033001144010055010166011077011188100099100110A101011B101112C110013D110114E111015F1111\t</center> | |