A sender wants to send binary data (01001101) using even parity hamming code. Determine P1, P2, P4 and P8 in the resulting transmission bit sequence P1, P2,0,P4,1,0,0,P8,1,1,0,1 P1 = 0, P2=0, P4 = 1, P8 = 1 OP1=1, P2=0, P4 = 0, P8 = 0 OP1=0, P2=1, P4 = 0, P8 = 1 OP1=1, P2=1, P4 = 0, P8 = 0 You are given the 8 code words for a (6,3) linear block code. How many bit* 3 points errors can this code detect? 000000 110100 011010 101110 101001 011101 110011 000111 1 4