Question
Question: An extended ASCII character is represented by an 8-bit quantity. The associated Ham ming encoding of each character can then be represented by a
Question: An extended ASCII character is represented by an 8-bit quantity. The associated Ham ming encoding of each character can then be represented by a string of three hex digits. Encode the following extended five-character ASCII text using an even-parity Ham- ming code: Earth. Show your answer as a string of hex digits.
This question is related to Structure Computer Architecture.
I know the answer is C85, DD1, DF2,5F4, 4D8. Don't understand how to get it. Below is my answer don't know where I went wrong.
(bolded is parity bit and unbolded is information bit).
1100 1001 0101 for E so I got hex string for C95.
1100 1101 0001 for a so I got hex value of CC1.
1100 1111 0010 for r so I got hex string for CF2
0101 1111 0010 for t so I got hex string for 5F2
0101 1100 1000 for h so I got hex string for 5C8
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started