given x = [101011110] and y = [110101001] find xoy and x ^ y
Taking into account that 0⊕0=0, 0⊕1=1, 1⊕0=1, 1⊕1=00\oplus 0=0,\ 0\oplus 1=1,\ 1\oplus 0=1,\ 1\oplus 1=00⊕0=0, 0⊕1=1, 1⊕0=1, 1⊕1=0 and 0∧0=0, 0∧1=0, 1∧0=0, 1∧1=10\land 0=0,\ 0\land 1=0,\ 1\land 0=0,\ 1\land 1=10∧0=0, 0∧1=0, 1∧0=0, 1∧1=1, and using component-wise operations to xxx and yyy, we conclude that
x⊕y=[101011110]⊕[110101001]=[011110111]x\oplus y=[101011110]\oplus [110101001]=[011110111]x⊕y=[101011110]⊕[110101001]=[011110111] and x∧y=[101011110]∧[110101001]=[100001000]x\land y=[101011110]\land [110101001]=[100001000]x∧y=[101011110]∧[110101001]=[100001000]
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments