LIST I | LIST II | ||
A. | Binary coded Decimal | I. | 4 bits are used to represent each digit |
B. | ASCII | II. | Characters are represented by eight bits |
C. | EBCDIC | III. | Character set supports Japanese and Chinese fonts |
D. | UNICODE | IV. | Standard character codes used to store data |
LIST I | LIST II | ||
A. | (123)s | I. | (0001 1111 1100)2 |
B. | (IFC)16 | II. | (0011001)2 |
C. | (25)10 | III. | (0001 0010 0011)2 |
D. | (123)16 | IV. | (001 010 011)2 |