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 ▸

What is the difference between a high- and a low-level programming languages?


What does a compiler do in the context of programming?


Storage: Magnetic hard disc vs Solid state drive.


What is a Mutatable Data Structure?