Question
Easy

EBCDIC code 1111 1001 represents the character _

1
F
2
R
3
I
4
9
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Computer System & Hardware Fundamentals
Topic: Encoding Schemes and Number System
Correct Answer
Option D
Explanation

The correct option is (4): The EBCDIC (Extended Binary Coded Decimal Interchange Code) character set is an 8-bit code used primarily by IBM mainframe operating systems. An EBCDIC code is conceptually split into two 4-bit sections: the high-order bits, known as the Zone nibble, and the low-order bits, known as the Digit nibble. For the decimal digits (0 through 9), the Zone nibble is consistently set to 1111 (Hex F).…Read More