Examers.io
ExamsOrganizationsHow it worksPricingHelp & FAQ
Python Institute logo

Python InstitutePCEP - Certified Entry-Level Python Programmer

Domain 3Objective 2

PCEP-30-02 3.2 Collect and Process Data Using Tuples PCEP-30 Practice Questions (Page 2)

Part of the Data Collections Tuples, Dictionaries, Lists, and Strings domain, which accounts for 25% of the PCEP-30 exam. Python Institute does not publish an official question count, but from its 45-minute exam (~20–30 total, ~5–8 in this domain), expect 1–2 from this objective — we provide 22 practice questions to prepare you well beyond it. (estimate)

22questions here
5free pages
8concepts
25%of the exam

Questions 6–10

  1. 6foundation · easy

    Which statement correctly describes a difference between tuples and lists?

    Select an answer first
  2. 7application · easy

    A developer has a list `data = [(1, 'a'), (2, 'b'), (3, 'c')]` and needs to extract the string 'b'. Which expression correctly retrieves this value?

    Select an answer first
  3. 8application · easy

    A data analyst has a list of coordinate pairs: `points = [(1, 2), (3, 4), (5, 6)]`. They need to access the y-coordinate of the third point (value 6). Which expression retrieves this value?

    Select an answer first
  4. 9foundation · easy

    Which operation is NOT allowed on a tuple?

    Select an answer first
  5. 10application · easy

    A developer has a tuple `t = ('a', 'b', 'c', 'd', 'e')` and needs to access the second-to-last element. Which expression correctly retrieves this value?

    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.