Exam 6: Loop Structures

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

The Step value for a For...Next loop must be a positive whole integer value.

(True/False)
4.8/5
(35)

____ are stop points placed in the code to tell the Visual Studio 2017 debugger where and when to pause the execution of the program.

(Multiple Choice)
5.0/5
(42)

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
(34)

If ____ appears as the last line of a loop, the loop is a bottom-controlled Do loop that will execute as long as a condition remains true.

(Multiple Choice)
4.9/5
(30)

Only one breakpoint can be set in a program.

(True/False)
4.7/5
(39)

How many times will the following loop execute? For intCount = 10 To 16 Step 2     'Body of Loop Next

(Multiple Choice)
5.0/5
(35)

A(n) ____________________ loop should be used when the iterations should continue until a condition becomes true.

(Short Answer)
4.7/5
(38)

The ____ function provides a dialog box that prompts the user to enter a value.

(Multiple Choice)
4.8/5
(46)

To remove all objects from a ListBox object, the ____ method is used.

(Multiple Choice)
4.9/5
(37)

The Checked property of a ListBox object identifies which item in the ListBox has been selected. _________________________

(True/False)
4.8/5
(36)

Smart actions can be specified for a menu by using Action Tags .

(True/False)
4.8/5
(37)

An InputBox object allows user input without the need for a TextBox object on the Windows Form object.

(True/False)
4.8/5
(37)

A(n) ____ variable keeps track of how many times a loop has executed.

(Multiple Choice)
4.8/5
(36)

The BackgroundImage property of the Form object cannot use an imported image as the background image; the image must be drawn from the Visual Studio library.

(True/False)
4.8/5
(31)

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

(Essay)
5.0/5
(28)

A(n) ____________________ loop should be used when the iterations should continue as long as a condition remains true.

(Short Answer)
4.8/5
(31)

Before deployment, an application should be ____.

(Multiple Choice)
4.8/5
(33)

A(n) ____________________ is a variable that calculates a running total.

(Short Answer)
4.8/5
(30)

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

(True/False)
4.8/5
(38)

____ is a fundamental process that repeats instructions until a condition is true or while a condition is true.

(Multiple Choice)
4.8/5
(30)
Showing 61 - 80 of 103
close modal

Filters

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