Certified Associate in Python Programming (PCAP-31-03) — Question 76

Which of the following statements are true? (Choose two.)

Answer options

Correct answer: B, C

Explanation

Option B is correct because UTF-8 is indeed a widely used encoding for UNICODE code points. Option C is also correct as ASCII is a recognized character coding standard. Options A and D are incorrect; A misrepresents the concept of a code point, and D inaccurately describes how escape sequences are identified.