Exam 6: Loop Structures

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

Starting a loop with a preset value for the variable tested in the condition is called priming the loop.

(True/False)
4.8/5
(40)

A Step value in a For...Next loop can be positive or negative.

(True/False)
4.7/5
(38)

If ____ appears as the first line of a loop,the loop is a top-controlled Do loop that will stop execution when a condition becomes true.

(Multiple Choice)
4.9/5
(36)

Explain what a compound operator is,and of what it consists.

(Essay)
4.9/5
(30)

In order to run a program deployed with ClickOnce Deployment,the computer needs ____ installed on it.

(Multiple Choice)
4.8/5
(30)

The process of ____________________ involves resolving defects in the program code.

(Short Answer)
4.8/5
(36)

A ____ object displays a collection of items,or values,with one item per line.

(Multiple Choice)
4.8/5
(30)

Breakpoints are stop points placed in the code where execution will be paused during the execution of the program,and enter debug mode.

(True/False)
4.8/5
(45)

In a Do While loop,the body of the loop is executed until the condition becomes true.

(True/False)
4.8/5
(34)

You must test the data a user enters to ensure it is accurate and that its use in other programming statements will not cause a program exception.

(True/False)
4.8/5
(33)

A top-controlled loop is always executed at least once.

(True/False)
4.9/5
(25)

When in break mode,you can use ____ to examine the value of variables.

(Multiple Choice)
4.9/5
(32)
Showing 101 - 112 of 112
close modal

Filters

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