InterviewSolution
Saved Bookmarks
| 1. |
List the encoding systems for characters immemory? |
|
Answer» There are several encoding systems used for computer. They are 1. BCD: Binary Coded Decimal. 2. EBCDIC: Extended Binary Coded Decimal Interchange Code. 3. ASCII: American Standard Code for Information Interchange. 4. Unicode 5. ISCII: Indian Standard Code for Information Interchange. |
|