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 ▸

How do I put 10101011 from binary into decimal?


Within the systems life cycle, describe what events might take place in the Analysis stage.


Describe and explain how the operating system abstracts memory management away from a systems programmer.


What is Control Flow in a Computer Program?