(A) Extended Binary Coded Decimal Interchange Code
(B) Exchanged Binary Case Decimal Interchange Code
(C) Extended Case Decimal Interchange Code
(D) None of these
🧠 Explanation:
EBCDIC, which stands for Extended Binary Coded Decimal Interchange Code, is a character encoding system developed by IBM. It is mainly used in IBM mainframe and midrange computer systems to represent text and control characters in binary form. Unlike the more common ASCII code, EBCDIC uses an 8-bit format, allowing for 256 different characters. This encoding was designed to facilitate data processing and communication between IBM computers and peripherals. Although less popular today, EBCDIC played a significant role in early computer systems and is still used in some legacy environments. Understanding EBCDIC helps in working with older computing systems and data conversion processes.