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 1 of 6.

  1. Question 2: Can a module run like regular code?
  2. Question 3: A variable stored separately in every object is called:
  3. Question 4: Python's built in function named open () tries to open a file and returns:
  4. Question 5: Is it possible to safely check if a class/object has a certain attribute?
  5. Question 6: The first parameter of each method:
  6. Question 9: Files with the suffix .pyc contain:
  7. Question 15: Assuming that the V variable holds an integer value to 2, which of the following operators should be used instead of OPER to make the expression equal to 1? V…
  8. Question 17: A two-parameter lambda function raising its first parameter to the power of the second parameter should be declared as:
  9. Question 21: If you need to serve two different exceptions called Ex1 and Ex2 in one except branch, you can write:
  10. Question 35: Which of the following invocations are valid? (Choose two.)