

InterviewSolution
Saved Bookmarks
1. |
What is the hexadecimal equivalent of the digit 9?(a) E9(b) F9(c) G9(d) H9I had been asked this question during an internship interview.Query is from EBCDIC in portion Computer Codes of Computer Fundamentals |
Answer» RIGHT CHOICE is (b) F9 Easiest EXPLANATION: For DIGITS in EBCDIC, the hex EQUIVALENT starts from F0 to F9. F0=0 F1=1 F2=2 F3=3 and so on. |
|