Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Certified Associate in Python Programming

Last Update 6 hours ago Total Questions : 154

The Certified Associate in Python Programming content is now fully updated, with all current exam questions added 6 hours ago. Deciding to include PCAP-31-03 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our PCAP-31-03 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these PCAP-31-03 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Certified Associate in Python Programming practice test comfortably within the allotted time.

Question # 41

A variable stored separately in every object is called:

A.

there are no such variables, all variables are shared among objects

B.

a class variable

C.

an object variable

D.

an instance variable

Question # 42

Which of the following lambda definitions are correct? (Select two answers)

A.

lanbda x, y; return x\\y - x%y

B.

lambda x, y: x//y - x%y

C.

lambda (x, y = x\\y x%y

D.

lambda x, y: (x, y)

Question # 43

What is the expected output of the following snippet?

A.

abc

B.

The code will cause a runtime exception

C.

ABC

D.

123

Question # 44

An operator able to perform bitwise shifts is coded as (select two answers)

A.

- -

B.

++

C.

< <</p>

D.

> >

Question # 45

Which of the following statements are true? (Select two answers)

A.

a code point is a point inside the code when execution stops immediately

B.

an escape sequence can be recognized by the # sign put in front of it.

C.

UTF-8 is one of the ways of representing UNICODE code points.

D.

ASCII is the name of a character coding standard

Question # 46

Which of the following expression evaluate to True? (Select two answers)

A.

len( ' \ ' •) == 1

B.

len( " " "

" " " ) == o

C.

chr(ordCA ' ) + 1) == ' B '

D.

ord( " Z " ) - ord( " z " ) -- ord( " 0 " )

Go to page: