exam questions

Exam PCPP-32-101 All Questions

View all questions & answers for the PCPP-32-101 exam

Exam PCPP-32-101 topic 1 question 75 discussion

Actual exam question from Python Institute's PCPP-32-101
Question #: 75
Topic #: 1
[All PCPP-32-101 Questions]

Select the true statements about XML modules in the Python standard library. (Choose two.)

  • A. SAX is an acronym for "Simple API for XML".
  • B. SAX is an interface for event-driven XML document analysis.
  • C. The xml.sax module Is the minimum implementation of the Document Object Model (DOM).
  • D. The xml.etree.ElementTree and xml.dom.minidom modules parse an XML document into a DOM.
Show Suggested Answer Hide Answer
Suggested Answer: BD 🗳️

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
6d6a19c
1 month, 1 week ago
Selected Answer: AB
A. SAX is an acronym for "Simple API for XML". B. SAX is an interface for event-driven XML document analysis.
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 ...