
LOOPS
Quiz by Brad Yourth
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
6 questions
Show answers
- Q1A while loop is a ____?____ type of loop.pretestendlesscounterinfinite30s
- Q2A for loop is a(n) ____?____ loop.booleancondition-controlledaccumulatorcount-controlled30s
- Q3A(n) ____?____ is a variable used for a running total in a loop.sentinelcounteraccumulatorboolean30s
- Q4When detected, a ___?___ is a special value used to stop a loop.conditioncounterdecisionsentinel30s
- Q5Counters and accumulators must be assigned an initial value of zero.TrueFalse30s
- Q6__?__ loops must be coded with care to prevent them from being infinite.both for and whilewhilefor30s