Convert the decimal number 157 into its binary form.a)10011101b)101001...
Decimal 157 converts to binary as: 157 / 2 = 78 remainder 1, 78 / 2 = 39 remainder 0, 39 / 2 = 19 remainder 1, 19 / 2 = 9 remainder 1, 9 / 2 = 4 remainder 1, 4 / 2 = 2 remainder 0, 2 / 2 = 1 remainder 0, 1 / 2 = 0 remainder 1. So, the binary equivalent is 10011101.
View all questions of this test