
Python InstitutePCEP - Certified Entry-Level Python Programmer
Domain 1Objective 4
PCEP-30-02 1.4 Choose Operators and Data Types Adequate to the Problem PCEP-30 Practice Questions (Page 2)
Part of the Computer Programming and Python Fundamentals domain, which accounts for 18% of the PCEP-30 exam. Python Institute does not publish an official question count, but from its 45-minute exam (~20–30 total, ~4–5 in this domain), expect 1–1 from this objective — we provide 26 practice questions to prepare you well beyond it. (estimate)
26questions here
6free pages
11concepts
18%of the exam
Questions 6–10
- 6
What is the result of bool(0)?
Select an answer first - 7
A developer is evaluating a complex expression for a physics calculation: `result = 2 + 3 * 4 ** 2 - 6 / 2`. What is the value of `result`?
Select an answer first - 8
A developer is comparing two strings in a script: `name1 = 'Alice'` and `name2 = 'alice'`. The developer wants to check if the names are equal, ignoring case. Which expression correctly performs this comparison?
Select an answer first - 9
What is the result of the expression 10 - 4 - 3?
Select an answer first - 10
What is the result of the comparison 7 != 7?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Python Institute. “PCEP-30” is a trademark of its owner, used for identification only.