InterviewSolution
Saved Bookmarks
| 1. |
Convert 13 and write the binary equivalent. please dont send me the pic and send me the steps |
|
Answer» hi...Explanation:for CONVERTING (13)10 to its binary equivalent you should divide it REPEATEDLY with 2.. first step-13 /2 will give the quotient as 6 and 1 as remainder... second step-6/2 will give the quotient as 3 and 0 as remainder.. THIRD step -3/2 will give the quotient as 1 and 1 as remainder .. so FINALLY we get ..(1101)2 ... which is the binary equivalent of (13)10.. hope it helps you please mark bainliest and for further refer the image... |
|