Exam 5: Looping

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

A comparison is correct only when the correct ____ and operator are used.

(Multiple Choice)
4.7/5
(37)

Match each term with a statement below. -To add to a variable

(Multiple Choice)
4.7/5
(39)

Every high-level computer programming language contains a while statement.

(True/False)
4.8/5
(33)

Match each term with a statement below. -To override incorrect data by setting the variable to a specific,predetermined value

(Multiple Choice)
4.8/5
(34)

It is the programmer's responsibility to initialize all variables that must start with a specific value.

(True/False)
4.9/5
(32)

An indefinite loop is a loop that never stops.

(True/False)
5.0/5
(35)

Match each term with a statement below. -Initialized before entering a while loop

(Multiple Choice)
4.9/5
(45)

A mistake programmers often make with loops is that they ____.

(Multiple Choice)
4.7/5
(42)

When one loop appears inside another is is called an indented loop.

(True/False)
4.9/5
(45)

Both the while loop and the for loop are examples of pretest loops.

(True/False)
4.7/5
(32)

What is an accumulator?

(Essay)
4.9/5
(36)

In a ____,the loop body might never execute because the question controlling the loop might be false the first time it is asked.

(Multiple Choice)
4.8/5
(35)

When are you required to use a for statement,and what are the advantages of for statements?

(Essay)
4.8/5
(37)

Business reports that list only totals,with no individual item details,are called ____.

(Multiple Choice)
4.8/5
(34)

A posttest loop is sometimes called a ____________________ loop.

(Short Answer)
4.9/5
(39)

____ is a technique with which you try to prepare for all possible errors before they occur.

(Multiple Choice)
4.8/5
(46)

You usually use the for loop with ____ loops.

(Multiple Choice)
4.9/5
(43)

____________________ are frequently used to accumulate totals and to validate data.

(Short Answer)
4.8/5
(32)

Match each term with a statement below. -Any numeric variable you use to count the number of times an event has occurred

(Multiple Choice)
4.7/5
(43)
Showing 41 - 59 of 59
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)