C-03-Q147mediumsingle_mcqWhy are "binary 1+11+11+1" and "Boolean 1+11+11+1" not the same?aBoth give 1bBinary 1+1=101+1 = 101+1=10 (with carry) but Boolean 1+1=11+1 = 11+1=1