COMP 230 Week 4 Quiz

$0.00

Description

COMP 230 Week 4 Quiz

  1. (TCO 4) A variable that determines if a loop will continue is known as a  comp 230 week 4 quiz ____.
  2. (TCO 4) What is the name for the statements that are repeated during loop execution?
  3. (TCO 4) Which piece of pseudocode represents incrementing the loop-control…..?
  4. (TCO 4) When a value is incremented by 1, ____.
  5. (TCO 4) When a loop-control variable is not altered during loop execution, a(n)___…..
  6. (TCO 4) Which of the following is NOT automatically handled by the for loop?
  7. (TCO 4) A do-until loop has a(n) ______ condition.
  8. (TCO 4) A loop within another loop is known as a(n) _____ loop.
  9. (TCO 4) What is the term for the number used to reference an array element?
  10. (TCO 4) The number of elements in an array is called the ______ of the array.
  11. (TCO 4) Arrays are most efficiently processed using ______.