Computer Studies
Data Representation
What is the result of binary addition 101 + 011?
Explanation
101 + 011 = 1000. Working right to left: 1+1=10 (write 0 carry 1) then 0+1+1=10 (write 0 carry 1) then 1+0+1=10 (write 0 carry 1) giving 1000.
Reference: Computer Studies Textbook
, Page 7