
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 5)
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 21–25
- 21
What is the result of the Boolean expression 3 > 2 and 4 < 5?
Select an answer first - 22
What is the result of the Boolean expression not (True and False)?
Select an answer first - 23
A developer is writing a script that reads a temperature in Celsius as a string and needs to convert it to Fahrenheit. The formula is `F = C * 9/5 + 32`. The variable `celsius` contains the string '25'. Which line of code correctly computes the Fahrenheit temperature?
Select an answer first - 24
What is the result of the bitwise operation 5 & 3?
Select an answer first - 25
What is the result of int(3.99)?
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.