In a cyclic redundancy check (CRC), the divisor is x³ + x + 1. What is the remainder when the data 1101 is divided by the divisor?
Q1. In a cyclic redundancy check (CRC), the divisor is x³ + x + 1. What is the remainder when the data 1101 is divided by the divisor?
Answer: 101
Explanation: Performing CRC division: 1101 (data) divided by 1011 (divisor) gives remainder 101.