

InterviewSolution
Saved Bookmarks
1. |
2. Express (12),, into its binary equivalent |
Answer» Here is an EXAMPLE of such CONVERSION using the integer 12. FIRST, let's divide the number by two specifying quotient and remainder: Now, we simply need to write out the remainder in the reverse order —1100. So, 12 in decimal SYSTEM is represented as 1100 in binary. |
|