Exam 6: Loop Structures

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

The Publish Wizard allows you to create an install file to be placed on a ____.

Free
(Multiple Choice)
4.9/5
(35)
Correct Answer:
Verified

A,B,C,D

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

Free
(Multiple Choice)
4.9/5
(33)
Correct Answer:
Verified

D

A(n) ____________________ is used to pause the execution of code while debugging.

Free
(Short Answer)
5.0/5
(39)
Correct Answer:
Verified

breakpoint

The installation files created by the ClickOnce Publishing Wizard can be used for a software release.

(True/False)
4.8/5
(35)

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

(Multiple Choice)
4.8/5
(36)

While in break mode, you can examine the values in all variables that are within the scope of execution through the use of ____________________.

(Short Answer)
5.0/5
(32)

Breakpoints are stop points placed in the code where execution will be paused during the execution of the program

(True/False)
4.8/5
(45)

The ____ follows the keyword For in a For...Next loop.

(Multiple Choice)
4.9/5
(36)

Discuss what a breakpoint is and how to use it.

(Essay)
4.8/5
(27)

The ____ character is used to indicate that a letter is a hot key on a menu item.

(Multiple Choice)
4.9/5
(41)

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

(Multiple Choice)
4.8/5
(30)

Menu item hot keys are case sensitive. _________________________

(True/False)
4.9/5
(34)

A(n) ____________________ loop is a loop placed completely inside another loop.

(Short Answer)
4.8/5
(43)

The ____ prefix is used for a MenuStrip object.

(Multiple Choice)
4.8/5
(43)

The ____________________ property of a ListBox identifies which item is selected.

(Short Answer)
4.8/5
(36)

A For...Next loop with a beginning value of 1, an ending value of 25, and a Step value of 3 will execute ____ times.

(Multiple Choice)
4.8/5
(30)

A ____ operator allows you to perform arithmetic operations with a variable and store the results back to that variable.

(Multiple Choice)
5.0/5
(35)

The nongraphical Toolbox objects, such as MenuStrip objects, are organized and displayed below the form in the ____________________ at the bottom of the Visual Studio interface.

(Short Answer)
4.9/5
(38)

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

(Multiple Choice)
4.9/5
(38)

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

(True/False)
4.9/5
(44)
Showing 1 - 20 of 103
close modal

Filters

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