Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Python Institute logo

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 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 14 practice questions to prepare you well beyond it. (estimate)

14questions here
3free pages
6concepts
18%of the exam

Questions 6–10

  1. 6foundation · easy

    What is the result of float('3.14')?

    Select an answer first
  2. 7expert · medium

    A program must read a user's height in meters (e.g., '1.75') and weight in kilograms (e.g., '70'), then print the BMI as a float. The developer writes: h = input(); w = input(); print(w / (h * h)). What is the result?

    Select an answer first
  3. 8foundation · easy

    What is the data type of the value returned by the input() function?

    Select an answer first
  4. 9foundation · easy

    What is the result of int('42')?

    Select an answer first
  5. 10foundation · medium

    Which statement correctly describes the role of the sep parameter in the print() function?

    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.