
Python InstitutePCEP - Certified Entry-Level Python Programmer
Domain 1Objective 5
PCEP-30-02 1.5 Perform Input/Output Console Operations PCEP-30 Practice Questions (Page 1)
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 14 practice questions to prepare you well beyond it. (estimate)
14questions here
3free pages
6concepts
18%of the exam
Questions 1–5
- 1
A program reads a temperature as '36.6' from the user and must print it as a floating-point number. Which code correctly does this?
Select an answer first - 2
A developer needs to print the average of three test scores: 85, 90, and 78. The output must be a float with two decimal places. Which print() statement achieves this?
Select an answer first - 3
Which code correctly reads the user's name and stores it in a variable called name?
Select an answer first - 4
A user enters '3.14' when prompted for a number. The program must store the value as an integer. What happens if the developer uses int(input())?
Select an answer first - 5
Which statement correctly describes the basic behavior of the print() function in Python?
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.