Concept:EBCDIC is an
8-bit character encoding system developed for IBM mainframe computers.
Explanation:EBCDIC stands for Extended Binary Coded Decimal Interchange Code.
It uses
8 bits to represent characters.
With
8 bits, it can assign numeric values from
0 to
255 to letters, digits, punctuation, and control characters.
IBM introduced EBCDIC in
1964 for use in its mainframe systems.
This encoding allowed large mainframe computers to store and transmit text efficiently.
Answer:A. IBM mainframe computers.