Exam 6: Loop Structures

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

In Visual Basic 2017, a deployed program can be created easily by using ____________________ Deployment.

(Short Answer)
4.7/5
(39)

When used in a menu name, the asterisk character is used to indicate that a character is a hot key. _________________________

(True/False)
4.8/5
(31)

The ____________________ statement is the last line of a For loop.

(Short Answer)
5.0/5
(47)

A(n) ____________________ is a group of commands, or items, presented in a list.

(Short Answer)
4.8/5
(39)

The beginning, ending, and Step values used in a For...Next loop can vary based on input from a user.

(True/False)
4.7/5
(36)

The compound operator ____ is used to add a string to an existing string.

(Multiple Choice)
4.9/5
(40)

To code an event handler for an Exit menu item, enter the ____________________ procedure call to close the window and exit the application.

(Short Answer)
4.9/5
(31)

One advantage of a ___________ is that it conserves space instead of cluttering a form with objects such as buttons.

(Multiple Choice)
4.8/5
(32)

In Visual Studio 2017, a(n) ____________________ object is used to place menus at the top of a Windows Form.

(Short Answer)
4.9/5
(42)

A(n) ____________________ loop should be used when the iterations should continue while or until a condition is true or false.

(Short Answer)
4.8/5
(31)

A hot key in a menu name must be the first letter.

(True/False)
4.9/5
(32)

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

(True/False)
4.8/5
(28)

A ____-controlled loop tests the condition after the code in the loop body has been executed.

(Multiple Choice)
4.8/5
(38)

A(n) ____________________ is a strip across the top of a window that contains one or more menu names.

(Short Answer)
4.7/5
(37)

Use a For...Next loop when the number of repetitions is unknown.

(True/False)
4.7/5
(42)

Double-clicking a button object on the Windows Form object opens the event handler for that button.

(True/False)
4.7/5
(36)

Instead of typing the menu name on a MenuStrip object, you can add a ____ by clicking the Type Here box's list arrow and selecting the appropriate choice.

(Multiple Choice)
4.8/5
(32)

What will be the value of the variable intTotalCount when the following code is executed? For intOuterCount = 1 to 5     For intInnerCount = 1 to 4         intTotalCount +=1     Next Next

(Multiple Choice)
4.8/5
(35)

The hot key for a menu item can be activated with the keyboard by pressing the ____ key and the hot key at the same time.

(Multiple Choice)
4.8/5
(31)

The ____ property of a ListBox object identifies which item in the ListBox was selected.

(Multiple Choice)
4.8/5
(37)
Showing 21 - 40 of 103
close modal

Filters

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