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 is batch processing?


Describe the diference between an object and a class


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.


How would 12 be represented in binary?