Respuesta :
Answer/Explanation:
To have a way of encoding a programming language in a way that both man and machine can read. We program machines by typing words like
>>Ping ::1
Machines can't read Ping, but they can translate the code into 1s and 0s. This allows us to not turn every phrase into a long string of binary text so we can just type in a human language.
Answer:
Unicode technology is the basis for XML.
Explanation:
Unicode is the basis for XML: legal XML characters "are tab, carriage return, line feed, and the legal characters of Unicode and ISO/IEC 10646, and all XML processors must accept the UTF-8 and UTF-16 encodings of Unicode 3.1.