C-03-Q196mediumsingle_mcqWhy is Binary 1+11+11+1 not the same as Boolean 1+11+11+1?aThey are exactly the samebBinary 1+1=101+1 = 101+1=10 (with carry), while Boolean 1+1=11+1 = 11+1=1cBinary 1+1=11+1 = 11+1=1, while Boolean 1+1=101+1 = 101+1=10dBoth equal 2