Question 1 : What is the result of OR'ing the binary value with the mask below?
01100111 binary value
01010101 mask
Question 2 : What is the result of OR'ing the binary value with the mask below?
01100111 binary value
00001010 mask
Question 3 : What is the result of AND'ng the binary value with the mask below?
01100111 binary value
11110000 mask
Question 4 : What is the result of OK'ing the binary value with the mask below?
10110101 binary value
10101010 mask
Question 5 : Assume odd parity is being used when transmitting 8-bit bytes. What is the value of the parity bit (either 0 or 1) for the byte below. and explain how you arrived at your answer?
01100011
Question 6 :Assume odd parity is being used when transmitting 8-bit bytes. What is the value of the parity bit (either 0 or 1) for the byte below, and explain how you arrived at your answer?
10110101
Question 7 :Explain Hamming Code, and calculate the 4-bit Hamming Code for the 8-bit word: 10110001