
Python InstitutePCAP - Certified Associate Python Programmer
Domain 1Objective 2
PCAP-31-03 1.2 Perform Evaluations Using the Math Module PCAP-31 Practice Questions (Page 2)
Part of the Modules and Packages domain, which accounts for 12% of the PCAP-31 exam. Python Institute does not publish an official question count, but from its 65-minute exam (~25–45 total, ~3–5 in this domain), expect 1–1 from this objective — we provide 16 practice questions to prepare you well beyond it. (estimate)
16questions here
4free pages
7concepts
12%of the exam
Questions 6–10
- 6
A civil engineer needs to compute the side length of a square plot with an area of 144 square meters. Which math function call returns the side length?
Select an answer first - 7
Which statement correctly imports the math module so that the sqrt() function can be called as math.sqrt()?
Select an answer first - 8
An architect is calculating the length of a ramp that forms the hypotenuse of a right triangle. The vertical rise is 3 meters and the horizontal run is 4 meters. Which math function call computes the ramp length?
Select an answer first - 9
A Python program calculates the number of full boxes needed to ship 10.0 items, where each box holds exactly 3 items. Which expression correctly returns the number of full boxes that can be completely filled?
Select an answer first - 10
A navigation system needs to calculate the straight-line distance between two points on a map. The points are (0, 0) and (6, 8). Which math function call computes this distance?
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. “PCAP-31” is a trademark of its owner, used for identification only.