Ask Question
1 February, 18:24

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

+2
Answers (1)
  1. 1 February, 18:33
    0
    When using modulo 2 arithmetic it is easy to implement and get the result. Any arithmetic process would work provided it applied the same way in the forward and reverse the process. Modulo 2 arithmetic is performed digit by digit on binary numbers. Each digit is considered independently from its neighbors, numbers are not carried or borrows.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “What is the purpose of using modulo 2 arithmetic rather than binary arithmetic in computing an fcs? ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers