answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Why do we use modulo 2 arithmetic?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you subtract when using ounces?

You use modulo 16 arithmetic.


What is the purpose of using modulo 2 arithmetic rather than binary arithmetic in computing an FCS?

Any arithmetic process would work provided it is applied the same way in the forward and reverse process. Modulo 2 is easy to implement in hardware.


Why does twelve plus one equal one?

Normally it does not. It only does if you are working with congruence numbers, modulo 12. That is a rather technical way of saying you are using "clock" arithmetic. There are other such examples: modulo 7 for days of the week modulo 2 for ON/OFF are another two that most people are familiar with, even if they don't know that they are using modulo arithmetic!


What will b the remainder when minus 10 is divided by 3?

7


Where is XOR implemented?

It is mainly implemented in error detection and correction. It is used for performing modulo arithmetic.


When or where can you add two and eleven and get one as the correct answer?

When you are working in modulo 12 arithmetic: for example, on a clock, or the months of a year.


How many flip flops are required for a modulo 19?

2^5 >19 > 2^4 32>19>16 so we use 5 flip flops for modulo 19


What is the answer for 4 modulo 2?

It is 0.


A go-back-n ARQ uses a window of size 15How many bits are needed to defined the sequence number?

As the sequence Number is modulo arithmetic of 2^m ,the window Size is always less than (2^m )-1,where m is the bits for Sequence Number.So u can use 4 bits as your Window Size is 15.(2^4)- 1 = 15.


HOW TO MAKE MODULO ART?

make a modulo art


Why modulo division can't use with floating numbers?

The modulo of two numbers is the remainder of dividing one number by the other. For instance, 14 modulo 4 is 2 because 14/4 is 3 remainder 2. Both the numbers and the remainder must be integers otherwise there would be no remainder. If we used floating point numbers, 14/4 would be 3.5 with no remainder. In other words, there's no reason to have a modulo operator for floating point values because the result would always be 0.


When is 11 2 1?

11 plus 2 is 1 when calculating in modulo 12.