Exam 5: Problem Solving and Control Statements

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

The control variable of the For…Next statement must have its type declared before or at the beginning of the loop.

(True/False)
4.9/5
(27)

A While statement automatically increments a variable that a programmer specifies.

(True/False)
4.9/5
(33)

The Exit and Continue statements cannot be used in nested repetition statements.

(True/False)
4.8/5
(29)

Which of the following statements is false?

(Multiple Choice)
4.8/5
(29)

Which of the following headers will cause the body not to execute at least once?

(Multiple Choice)
4.8/5
(38)

Counting loops should be controlled with whatever data type most closely reflects the operations taking place,whether that is an Integer,Single or Double.

(True/False)
4.9/5
(41)

The Xor operator is true if and only if one of its operands results in a true value and the other a false value.

(True/False)
4.8/5
(32)

The Continue statement is used to undo the effects of the Exit statement.

(True/False)
4.8/5
(36)

A program waits for a message dialog to be closed before executing the next line of code-this type of dialog is known as a nodal dialog.

(True/False)
4.8/5
(39)
Showing 41 - 49 of 49
close modal

Filters

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