A prototype reviews stored temperature readings:
for reading in [45, 62, 60, 75]:
if reading > 60:
record_alert()
How many alerts does it record?
A prototype reviews stored temperature readings:
for reading in [45, 62, 60, 75]:
if reading > 60:
record_alert()
How many alerts does it record?
A model lifting platform must stop moving as soon as it reaches its target height or its safety switch is disabled. Both readings are refreshed during every iteration. Which rule should control continued movement?
Fill in the blank: A student wants a prototype to display the stage numbers 1 through 6. The loop should begin with for stage in __________.
A light should switch on when brightness < 50 and switch off otherwise. Which test pair is most useful for checking the decision boundary?
A custom lamp stores the user's chosen colours in a list named colours. The list length varies, and the program must preview each stored colour once. Which Python header most directly supports that design?
Practice MYP MYP Design Topic Selection and Iteration with authentic exam-style questions for both SL and HL students. This question bank focuses on the exact syllabus content for Selection and Iteration and mirrors Paper 1, 2 style where relevant.
Get instant solutions, detailed explanations, and build confidence with questions aligned to MYP examiner expectations.