exam questions

Exam PCAP-31-03 All Questions

View all questions & answers for the PCAP-31-03 exam

Exam PCAP-31-03 topic 1 question 80 discussion

Actual exam question from Python Institute's PCAP-31-03
Question #: 80
Topic #: 1
[All PCAP-31-03 Questions]

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

  • A. a code point is a point inside the code when execution stops immediately
  • B. UTF-8 is one of the ways of representing UNICODE code points
  • C. ASCII is the name of a character coding standard
  • D. an escape sequence can be recognized by the # sign put in front of it
Show Suggested Answer Hide Answer
Suggested Answer: BC 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
flthymcnsty
1 month ago
Selected Answer: BC
Explanation: The correct answers are: B. UTF-8 is one of the ways of representing UNICODE code points UTF-8 is a widely used encoding scheme that represents Unicode code points as sequences of 1 to 4 bytes. Example: The Unicode code point U+0041 (the letter 'A') is represented in UTF-8 as 0x41. The code point U+1F600 (the 😀 emoji) is represented in UTF-8 as 0xF0 0x9F 0x98 0x80. C. ASCII is the name of a character coding standard ASCII (American Standard Code for Information Interchange) is a character encoding standard. It assigns numeric values to 128 characters, including letters, digits, punctuation marks, and control characters. Example: 'A' in ASCII has the value 65. 'a' in ASCII has the value 97.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago