Exam 6: Loop Structures

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

The ____ prefix is used for a MenuStrip object.

(Multiple Choice)
4.9/5
(28)

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

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

(Multiple Choice)
5.0/5
(32)

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

(True/False)
4.9/5
(31)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -A loop that never ends

(Multiple Choice)
4.8/5
(34)

A(n)____________________ object is a dialog box that prompts the user to enter a value.

(Short Answer)
4.8/5
(41)

Only one breakpoint can be set in a program.

(True/False)
4.8/5
(32)

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

(Multiple Choice)
4.9/5
(35)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -Items added to this kind of object during design phase are available for selection by the user during program execution

(Multiple Choice)
4.9/5
(40)

A(n)____ is a single repetition of a loop.

(Multiple Choice)
4.8/5
(31)

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

(Short Answer)
4.8/5
(45)

The ____________________ Wizard is used to publish a program using ClickOnce Deployment.

(Short Answer)
4.8/5
(28)

How does a Do loop work? What is the difference between a Do While loop and a Do Until loop? A top-controlled loop and a bottom-controlled loop?

(Essay)
4.8/5
(27)

Which line of code will add the value "East" to a ListBox object named lstDirections?

(Multiple Choice)
4.8/5
(39)

All data collected by an InputBox object is automatically converted to the best data type for the data.

(True/False)
5.0/5
(31)

You can use the InputBox function instead of a TextBox object to obtain input.

(True/False)
4.9/5
(38)

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

(Multiple Choice)
4.8/5
(29)

MATCHING Identify the letter of the choice that best matches the phrase or definition. -The process of repeating a set of instructions while a condition is true or until a condition is true

(Multiple Choice)
4.7/5
(32)

Menu item hot keys are case sensitive._________________________

(True/False)
4.8/5
(33)

A compound operator allows you to ____ values,storing the result in the same variable.

(Multiple Choice)
4.7/5
(38)
Showing 21 - 40 of 112
close modal

Filters

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