using hexadecimal notation write the ebcidic coding for the following. output, program , octal, byte
Question
Using hexadecimal notation write the EBCDIC coding for the following:
- output
- program
- octal
- byte
Solution
EBCDIC (Extended Binary Coded Decimal Interchange Code) is a character encoding set used by IBM mainframes. Here are the hexadecimal EBCDIC codes for the words you asked for:
-
"output":
- 'o' = '96'
- 'u' = 'A4'
- 't' = 'A3'
- 'p' = '97'
- 'u' = 'A4'
- 't' = 'A3'
So, "output" in EBCDIC hexadecimal notation is '96A4A397A4A3'.
-
"program":
- 'p' = '97'
- 'r' = '99'
- 'o' = '96'
- 'g' = '87'
- 'r' = '99'
- 'a' = '81'
- 'm' = '94'
So, "program" in EBCDIC hexadecimal notation is '97999687998194'.
-
"octal":
- 'o' = '96'
- 'c' = '83'
- 't' = 'A3'
- 'a' = '81'
- 'l' = '93'
So, "octal" in EBCDIC hexadecimal notation is '9683A38193'.
-
"byte":
- 'b' = '82'
- 'y' = 'A8'
- 't' = 'A3'
- 'e' = '85'
So, "byte" in EBCDIC hexadecimal notation is '82A8A385'.
Similar Questions
Which format specifier is used for printing an unsigned integer in hexadecimal with at least 4 characters?
Which of the following describes a program written by a programmer in high-level programming language?BinaryHexadecimalSource CodeAssembly Code
Decode the following hexadecimal string: 4e 65 77 20 59 65 61 72 2c 20 4e 65 77 20 53 65 63 75 72 69 74 79 20 50 72 6f 66 65 73 73 69 6f 6e 61 6c 73 2e
Which format specifier returns the memory address and in which form?Options%p, hexadecimal%p, octadecimal%lf, hexadecimal%lf, octadecimal
This is the most widely used character encoding standard that is recognized by virtually every computer system.Multiple ChoiceEBCDICASCIIUnicodeBinary
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.