Computer Science, asked by shahul4501, 1 year ago

In modulo-2 arithmetic we use the ____ operation for both addition and subtraction

Answers

Answered by sushmita1750
10

In modulo-2 arithmetic we use the XOR (Exclusive OR) operation for both addition and subtraction.

Heyy mate...here is your answer ______________________________________________________________Hope it is helpful...plzz drop a thnxx

Answered by brainlysme9
0

In modulo-2 arithmetic, we use the XOR operation for both addition and subtraction.

Exclusive or is a logical operation that takes two boolean operands and returns true if and only if they are different. If the two operands have the same value, the function returns false.

Similar questions