Binary addition can be performed in a similar way as that of decimal addition
Step1: Write the equivalent decimal value for the given number
Step2: Perform binary addition
Example: Add +3 and +5 using binary addition
3+5=8 == (1000)2
Example: Add 1011011 and 1111 using binary addition
10110112 + 11112 = 1101012