PCAP Practice Exam Questions with complete solution
7 views 0 purchase
Course
PCEP
Institution
PCEP
PCAP Practice Exam Questions with complete solution PCAP Practice Exam
hasattr() - correct answer what method is used to safely check if a class/object has a certain attribute
the first argument's value - correct answer the first parameter of each method is set by...
class X: - correc...
PCAP Practice Exam
hasattr() - correct answer ✔what method is used to safely check if a
class/object has a certain attribute
the first argument's value - correct answer ✔the first parameter of each
method is set by...
class X: - correct answer ✔the simplest possible class definition in python
can be expressed as:
except Exception as e: - correct answer ✔if you want to access and
exception object's components and store them in an object called e, you have
to use the following form of exception statement
s.write("Hello\n") - correct answer ✔there is a stream named s open for
writing. how do you write a line to the stream?
+ - correct answer ✔python strings can be "glued" together using the
operator:
the code is erroneous - correct answer ✔how many stars (*) does the
snippet print?
>s = '*****'
>s = s - s[2]
>print(s)
1 - correct answer ✔what is the value of the i variable when the loop
finishes?
, >i=0
>while i !=0:
->i=i-1
>else:
->i=i+1
<< and >> - correct answer ✔and operator able to perform bitwise shifts is
coded as
the variable becomes unavailable - correct answer ✔what is the value of the
i variable when the loop finishes its execution?
for i in range(10):
pass
check and execute the source code - correct answer ✔a compiler is a
program designed to:
two - correct answer ✔how many lines does the snippet output?
>for i in range(1,3):
->print("*",end="")
>else:
->print("*")
34.23 - correct answer ✔what is the value of the two literals .3423e2 and
3423e-2
3 - correct answer ✔what is the output of the snippet?
The benefits of buying summaries with Stuvia:
Guaranteed quality through customer reviews
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller flyhigher329. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $13.49. You're not tied to anything after your purchase.