The binary equivalent of the decimal number 132
Answers
Answer:
132 Decimal To Binary Conversion:
132 Decimal To Binary Conversion:step 1 Perform the successive MOD operation by 2 for the given decimal number 132 and note down the remainder (either 0 or 1) for each operation. The last remainder is the MSB (most significant bit) and the first remainder is the LSB (least significant bit).
132 Decimal To Binary Conversion:step 1 Perform the successive MOD operation by 2 for the given decimal number 132 and note down the remainder (either 0 or 1) for each operation. The last remainder is the MSB (most significant bit) and the first remainder is the LSB (least significant bit).132 / 2 = 66 : Remainder is 0 → LSB
132 Decimal To Binary Conversion:step 1 Perform the successive MOD operation by 2 for the given decimal number 132 and note down the remainder (either 0 or 1) for each operation. The last remainder is the MSB (most significant bit) and the first remainder is the LSB (least significant bit).132 / 2 = 66 : Remainder is 0 → LSB66 / 2 = 33 : Remainder is 0
132 Decimal To Binary Conversion:step 1 Perform the successive MOD operation by 2 for the given decimal number 132 and note down the remainder (either 0 or 1) for each operation. The last remainder is the MSB (most significant bit) and the first remainder is the LSB (least significant bit).132 / 2 = 66 : Remainder is 0 → LSB66 / 2 = 33 : Remainder is 033 / 2 = 16 : Remainder is 1
132 Decimal To Binary Conversion:step 1 Perform the successive MOD operation by 2 for the given decimal number 132 and note down the remainder (either 0 or 1) for each operation. The last remainder is the MSB (most significant bit) and the first remainder is the LSB (least significant bit).132 / 2 = 66 : Remainder is 0 → LSB66 / 2 = 33 : Remainder is 033 / 2 = 16 : Remainder is 116 / 2 = 8 : Remainder is 0
132 Decimal To Binary Conversion:step 1 Perform the successive MOD operation by 2 for the given decimal number 132 and note down the remainder (either 0 or 1) for each operation. The last remainder is the MSB (most significant bit) and the first remainder is the LSB (least significant bit).132 / 2 = 66 : Remainder is 0 → LSB66 / 2 = 33 : Remainder is 033 / 2 = 16 : Remainder is 116 / 2 = 8 : Remainder is 08 / 2 = 4 : Remainder is 0
132 Decimal To Binary Conversion:step 1 Perform the successive MOD operation by 2 for the given decimal number 132 and note down the remainder (either 0 or 1) for each operation. The last remainder is the MSB (most significant bit) and the first remainder is the LSB (least significant bit).132 / 2 = 66 : Remainder is 0 → LSB66 / 2 = 33 : Remainder is 033 / 2 = 16 : Remainder is 116 / 2 = 8 : Remainder is 08 / 2 = 4 : Remainder is 04 / 2 = 2 : Remainder is 0
132 Decimal To Binary Conversion:step 1 Perform the successive MOD operation by 2 for the given decimal number 132 and note down the remainder (either 0 or 1) for each operation. The last remainder is the MSB (most significant bit) and the first remainder is the LSB (least significant bit).132 / 2 = 66 : Remainder is 0 → LSB66 / 2 = 33 : Remainder is 033 / 2 = 16 : Remainder is 116 / 2 = 8 : Remainder is 08 / 2 = 4 : Remainder is 04 / 2 = 2 : Remainder is 02 / 2 = 1 : Remainder is 0
132 Decimal To Binary Conversion:step 1 Perform the successive MOD operation by 2 for the given decimal number 132 and note down the remainder (either 0 or 1) for each operation. The last remainder is the MSB (most significant bit) and the first remainder is the LSB (least significant bit).132 / 2 = 66 : Remainder is 0 → LSB66 / 2 = 33 : Remainder is 033 / 2 = 16 : Remainder is 116 / 2 = 8 : Remainder is 08 / 2 = 4 : Remainder is 04 / 2 = 2 : Remainder is 02 / 2 = 1 : Remainder is 01 / 2 = 0 : Remainder is 1 → MSB
132 Decimal To Binary Conversion:step 1 Perform the successive MOD operation by 2 for the given decimal number 132 and note down the remainder (either 0 or 1) for each operation. The last remainder is the MSB (most significant bit) and the first remainder is the LSB (least significant bit).132 / 2 = 66 : Remainder is 0 → LSB66 / 2 = 33 : Remainder is 033 / 2 = 16 : Remainder is 116 / 2 = 8 : Remainder is 08 / 2 = 4 : Remainder is 04 / 2 = 2 : Remainder is 02 / 2 = 1 : Remainder is 01 / 2 = 0 : Remainder is 1 → MSBstep 2 Write the remainders from MSB to LSB provide the equivalent binary number
132 Decimal To Binary Conversion:step 1 Perform the successive MOD operation by 2 for the given decimal number 132 and note down the remainder (either 0 or 1) for each operation. The last remainder is the MSB (most significant bit) and the first remainder is the LSB (least significant bit).132 / 2 = 66 : Remainder is 0 → LSB66 / 2 = 33 : Remainder is 033 / 2 = 16 : Remainder is 116 / 2 = 8 : Remainder is 08 / 2 = 4 : Remainder is 04 / 2 = 2 : Remainder is 02 / 2 = 1 : Remainder is 01 / 2 = 0 : Remainder is 1 → MSBstep 2 Write the remainders from MSB to LSB provide the equivalent binary number10000100