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

PCPP-32-101 Exam Dumps - PCPP1 – Certified Professional in Python Programming 1

Searching for workable clues to ace the Python Institute PCPP-32-101 Exam? You’re on the right place! ExamCert has realistic, trusted and authentic exam prep tools to help you achieve your desired credential. ExamCert’s PCPP-32-101 PDF Study Guide, Testing Engine and Exam Dumps follow a reliable exam preparation strategy, providing you the most relevant and updated study material that is crafted in an easy to learn format of questions and answers. ExamCert’s study tools aim at simplifying all complex and confusing concepts of the exam and introduce you to the real exam scenario and practice it with the help of its testing engine and real exam dumps

Go to page:
Question # 9

What is true about the invocation of the cget () method?

A.

It can be used to read widget attributes.

B.

It has the same effect as the config () method.

C.

It can be used to set new values to widget attributes.

D.

It can be replaced with a dictionary-like access manner.

Full Access
Question # 10

Select the true statements related to PEP 8 naming conventions. (Select two answers.)

A.

Class names should use the mixedCase naming style.

B.

Exception names should follow the function naming conventions.

C.

Modules should have short names entirely in lower-case.

D.

You should never use the characters “l” (lower-case letter “el”) and “O” (upper-case letter “oh”) as single character variable names.

Full Access
Question # 11

Which of the following types cannot be pickled?

A.

integers, floating-point numbers, complex numbers

B.

function and class definitions

C.

None, booleans

D.

strings, bytes, bytearrays

Full Access
Question # 12

If w is a correctly created main application window, which method would you use to foe both of the main window's dimensions?

A.

w. f ixshape ()

B.

w. f ixdim ()

C.

w. resizable ()

D.

w.makewindow ()

Full Access
Question # 13

What is true about the following snippet of code?

class Cat:

def __init__(self, weight, sex):

self.height = height

self.weight = weight

self.sex = sex

def say(self):

print('meows')

kitty = Cat(1, 'male')

kitty.say()

A.

The snippet will print: 1 male.

B.

The snippet will cause a NameError exception.

C.

The snippet will print: meows.

D.

The snippet will cause a ValueError exception.

Full Access
Question # 14

What is ElementTree?

A.

A Python built-in module that contains functions used for creating HTML files.

B.

A Python library that contains an API used for parsing and manipulating JSON files.

C.

A Python library that contains functions and tools used for manipulating text files in GUI Programming.

D.

A Python built-in module that contains functions used for parsing and creating XML data.

Full Access
Question # 15

Analyze the following snippet and choose the best statement that describes it.

A.

self. name is the name of a class variable.

B.

varl is the name of a global variable

C.

Excalibur is the value passed to an instance variable

D.

Weapon is the value passed to an instance variable

Full Access
Question # 16

If purple can be obtained from mixing red and blue, which color codes represent the two ingredients? Select two answers)

A.

#FFFFFF

B.

#0000FF

C.

#FF0000

D.

#000000

Full Access
Go to page: