Certified Associate in Python Programming (PCAP) Free Practice Exam Questions

53 real Certified Associate in Python Programming (PCAP) exam questions with answers and AI explanations. Python Institute certification prep — page 3 of 6.

  1. Question 62: A keyword (Choose two.)
  2. Question 65: A Python module named pymod.py contains a function named pyfun(). Which of the following snippets will let you invoke the function? (Choose two.)
  3. Question 66: Which of the following expressions evaluate to True? (Choose two.)
  4. Question 67: Which of the following literals reflect the value given as 34.23? (Choose two.)
  5. Question 71: And operator able to perform bitwise shifts is coded as (Choose two.)
  6. Question 74: If any of a class's components has a name that starts with two underscores (___), then:
  7. Question 75: Which of the following statements are true? (Choose two.)
  8. Question 78: Which of the following expressions evaluate to True? (Choose two.)
  9. Question 79: Assuming that the snippet below has been executed successfully, which of the following expressions evaluate to True? (Choose two.) string = 'python'[::2] strin…
  10. Question 80: A property that stores information about a given class's super-classes is named: