Question: Create a spreadsheet with the following columns: Plaintext character ASCII code (7-bits, binary number) First bit Second bit Third bit Fourth bit Fifth bit Sixth
Create a spreadsheet with the following columns:
Plaintext character
ASCII code (7-bits, binary number)
First bit
Second bit
Third bit
Fourth bit
Fifth bit
Sixth bit
Seventh bit
Number of bits with value = 1
Parity bit for odd parity coding
Parity bit for even parity coding
a. Enter the 26 letters a-z (lowercase) and the ten digits (0-9) in the plaintext column
b. The ASCII column should convert the plaintext character to the binary code used by your computer.
c. The next seven columns should each display one bit of the ASCII code, beginning with the leftmost digit. (Hint: Excel provides text functions that can select individual characters from a string).
d. The tenth column should sum the number of bits that have the value ‘1’. (Hint: the text functions used to populate columns 3-9 return a text string that you will need to convert to a numeric value).
e. The eleventh column should have a 1 if the number in the tenth column is odd and 0 if the number in the tenth column is even.
f. The twelfth column should have a 1 if the number in the tenth column is even and a 0 if the number in the tenth column is odd.
Step by Step Solution
3.51 Rating (164 Votes )
There are 3 Steps involved in it
The solution should look like this Functions used to populate columns in the solution Column b converting the ASCII character in column A to its binary equivalent This is accomplished by using the DEC... View full answer
Get step-by-step solutions from verified subject matter experts
Document Format (1 attachment)
373-B-A-I-S (4900).docx
120 KBs Word File
