MHB Decoding an Even-Parity SECDED Character

  • Thread starter Thread starter DeathDealer
  • Start date Start date
AI Thread Summary
The discussion centers around a user's struggle with understanding a question related to even-parity SECDED encoding and error correction. The user expresses frustration over inadequate explanations from their tutor, leading to confusion when attempting similar problems. They seek clarification on whether their tutor's approach was correct and request assistance with a specific question involving error detection and correction of a hexadecimal value. A response suggests that the tutor's explanation is acceptable and encourages the user to break down the hexadecimal value into a table for better understanding. The focus remains on improving comprehension of error correction techniques in coding.
DeathDealer
Messages
9
Reaction score
0
Hey guys it feels like I'm banging my head against the wall when it comes to these types of questions. My tutor helped me out with a question but he didn't explain it to well he just wrote all he was doing down and expected me to know every single thing. I had to go through textbooks galore to understand half of it and I don't even know if we got it right in the end, needed tons of help. Now when i look at a similar question all I see is further confusion. Can someone help me out with this question and tell me if they think the one my tutor helped me with was right. I am sure after 2 examples ill be able to get my bearings. Cheers!

Question: An even-parity SECDED encoded character has been retrieved, with hexadecimal value View attachment 4304. Was there an error? If there was an error correct it (reporting corrected ASCII character) or explain why it couldn’t be corrected.This is the one my tutor "helped" me with:
View attachment 4302
 

Attachments

  • tutor helped one-small.jpg
    tutor helped one-small.jpg
    138.9 KB · Views: 98
  • b.png
    b.png
    1.1 KB · Views: 101
Last edited:
Technology news on Phys.org
RobJob said:
Hey guys it feels like I'm banging my head against the wall when it comes to these types of questions. My tutor helped me out with a question but he didn't explain it to well he just wrote all he was doing down and expected me to know every single thing. I had to go through textbooks galore to understand half of it and I don't even know if we got it right in the end, needed tons of help. Now when i look at a similar question all I see is further confusion. Can someone help me out with this question and tell me if they think the one my tutor helped me with was right. I am sure after 2 examples ill be able to get my bearings. Cheers!

Question: An even-parity SECDED encoded character has been retrieved, with hexadecimal value . Was there an error? If there was an error correct it (reporting corrected ASCII character) or explain why it couldn’t be corrected.

This is the one my tutor "helped" me with:

Hi RobJob! Welcome to MHB! :)

The explanation of your tutor seems fine to me.
Where are you stuck?
Perhaps you can start by splitting BEB16 into the same table?
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top