Convert 56 (decimal value) into its binary equivalent

56 into binary56/2 = 28 remainder 028/2 = 14 remainder 014/2 = 7 remainder 07/2 = 3 remainder 13/2 = 1 remainder 1and only 1 is remainingWrite the remainders you found in order from step 6 to 1 = 111000Write the answer as an 8-bit number = 00111000

FW

Related Computing GCSE answers

All answers ▸

Explain some advantages and disadvantages of having your computer connected to a network


What is batch processing?


What is two's complement, and how do I calculate it?


What is a Mutatable Data Structure?