Exam 6: Loop Structures

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

  ​ -The values in a ListBox like the kind shown in the accompanying figure are called ____________________.​ ​ -The values in a ListBox like the kind shown in the accompanying figure are called ____________________.​

(Essay)
4.8/5
(36)

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

(Multiple Choice)
4.9/5
(43)

The InputBox function returns a null string ("")when a user taps or clicks the Cancel button.​

(True/False)
4.8/5
(34)

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

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

(Multiple Choice)
4.9/5
(28)

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

(Multiple Choice)
4.9/5
(39)

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

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

(True/False)
4.9/5
(36)

Menu item hot keys are case sensitive._________________________​

(True/False)
4.9/5
(44)

Discuss what a breakpoint is and how to use it.​

(Essay)
4.7/5
(26)

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 -​The process of repeating a set of instructions while a condition is true or until a condition is true

(Essay)
4.7/5
(39)

  ​ -The process of ____________________ involves resolving defects in the program code.​ ​ -The process of ____________________ involves resolving defects in the program code.​

(Essay)
4.8/5
(41)

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

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

(Essay)
4.8/5
(34)

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

(True/False)
4.9/5
(24)

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

(Essay)
4.9/5
(31)

Breakpoint lines are highlighted in what color?​

(Multiple Choice)
4.9/5
(33)

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

(Essay)
4.9/5
(40)

The BackgroundImageLayout property can be changed to Center,Stretch,or Zoom.​

(True/False)
4.8/5
(37)

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
(31)
Showing 61 - 80 of 112
close modal

Filters

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