Electrical Engineering XYZ MCQs
Extended Binary Coded Decimal Interchange Code is:
- 16 bit code
- 7 bit code
- 32 bit code
- 8 bit code
Correct answer: 4. 8 bit code
Explanation:
The Extended Binary Coded Decimal Interchange Code (EBCDIC) is an 8-bit character encoding widely used in IBM mainframe computers and other systems. Each character in EBCDIC is represented by an 8-bit binary code, allowing for a total of 256 possible characters. EBCDIC was developed by IBM and is primarily used in legacy systems, especially in the mainframe environment.
The other options are incorrect:
- 16 bit code: This is not the correct bit length for EBCDIC. EBCDIC uses 8 bits to represent each character.
- 7 bit code: EBCDIC is not a 7-bit code. It uses 8 bits for character representation.
- 32 bit code: This is not the correct bit length for EBCDIC. EBCDIC uses 8 bits to represent each character.