Exam 6: Loop Structures

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

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

(Multiple Choice)
4.7/5
(29)

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

(Multiple Choice)
5.0/5
(42)

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.9/5
(42)

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

(Essay)
4.9/5
(41)

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

(Essay)
4.9/5
(35)

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

(True/False)
4.9/5
(25)

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

(Multiple Choice)
4.7/5
(34)

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

(True/False)
4.9/5
(36)

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

(Multiple Choice)
4.8/5
(33)

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.9/5
(36)

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

(True/False)
4.8/5
(28)

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

(True/False)
4.9/5
(37)

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

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

(Multiple Choice)
4.8/5
(33)

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)
5.0/5
(29)

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

(True/False)
4.9/5
(34)

Identify the letter of the choice that best matches the phrase or definition​ a.​ListBox b.​wizard c.​bottom-controlled d.​infinite e.​accumulator f.​For...Next g.​breakpoint h.​looping i.​InputBox j.​Do Until REFERENCES: 358 368 406 373 377 380 387 387 388 400 -​Used to publish a program using ClickOnce Deployment

(Essay)
4.7/5
(37)

  ​ -As shown in the accompanying figure,Visual Basic 2015 contains a(n)____ Tag that allows you to create a full standard menu bar commonly provided in Windows programs.​ ​ -As shown in the accompanying figure,Visual Basic 2015 contains a(n)____ Tag that allows you to create a full standard menu bar commonly provided in Windows programs.​

(Multiple Choice)
4.8/5
(35)

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

(Multiple Choice)
4.9/5
(32)

The ____ function can be used to test if data entered by the user is numeric.​

(Multiple Choice)
4.8/5
(34)
Showing 41 - 60 of 112
close modal

Filters

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