engineering computer science MCQ #488

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?

engineering computer science MCQ #488

  1. Question 1

    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?

    • A) 100
    • B) 110
    • C) 101
    • D) 011

    Answer: 101

    Explanation: Performing CRC division: 1101 (data) divided by 1011 (divisor) gives remainder 101.