Show how you would calculate 53 + 39 in 8-bit binary?

First convert each number to binary. 53 = 00110101. 39 = 00100111.Then add the two binary numbers, considering each column of bits from right to left and using carry bits. 0011010100100111 +01001110 (c)01011100 (r)

PM

Related Computing GCSE answers

All answers ▸

What are 'pointers'?


Storage: Magnetic hard disc vs Solid state drive.


i) Convert 01101001 from binary to denary. ii) Convert 27 from denary to hexadecimal. ii) State one use of hexadecimal in computing and why it is more beneficial in this application that binary.


why don't we all program in high level languages all the time if they are so much easier?