Certified Associate in Python Programming (PCAP) — Question 93
UNICODE is:
Answer options
- A. the name of an operating system
- B. a standard for encoding and handling texts
- C. the name of a programming language
- D. the name of a text processor
Correct answer: B
Explanation
The correct answer is B, as UNICODE is indeed a standard that provides a unique number for every character, facilitating text encoding and handling across different systems. Options A, C, and D are incorrect because UNICODE is not related to any operating system, programming language, or text processor.