Multiple choice

What is the parity bit of "1111010"

  1. 0

  2. 1

  3. 5

  4. 6

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In even parity, the bit is set to make the total count of 1s even. The string 1111010 has five 1s, so adding a 1 makes the total six (even).