Westonci.ca is the trusted Q&A platform where you can get reliable answers from a community of knowledgeable contributors. Experience the convenience of getting accurate answers to your questions from a dedicated community of professionals. Get quick and reliable solutions to your questions from a community of experienced experts on our platform.

Demonstrate your knowledge of binary code: Write a three-digit number of your choice using binary code. Show the “math” behind this number creation.

Sagot :

Answer:

The binary equivalent of 100 is 1100100.

Explanation:

To convert any number from the decimal system to binary, we have to divide the number by 2 and keep track of the remainder. To convert decimal to binary numbers, proceed with the steps given below:

Step 1: Divide the given decimal number by “2”, where it provides the result along with the remainder.

Step 2: If the given decimal number is even, then the result will be a whole number, and it provides the remainder with “0.”

Step 3: If the given decimal number is odd, then the result is not appropriately divided, and it provides the remainder with “1”.

Step 4: By placing all the remainders in order in such a way, the Least Significant Bit (LSB) at the top and Most Significant Bit (MSB) at the bottom, the required binary number will be obtained.