COP3402, Assignment 4

Due 11/16 at the start of class

Write a program that calculates the even parity, hamming code word for a 8-bit word. The result will be stored in a 16-bit code word, with the last 4 bits of the code word always be equal to 0. For example, if the data is 11001010, then the code word will be
0011100010100000.

Guidelines