Exam 6: Loop Structures

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

MenuStrip objects can be placed along any edge of the form,depending on which side is closer to the mouse pointer.​

(True/False)
4.9/5
(32)

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

(Multiple Choice)
4.8/5
(43)

A ____ object displays a collection of items,or values,with one item per line.​

(Multiple Choice)
4.7/5
(29)

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

(Multiple Choice)
4.9/5
(40)

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 -​A loop that is always executed at least once

(Essay)
4.8/5
(34)

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

(Essay)
4.8/5
(38)

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 -​Items added to this kind of object during design phase are available for selection by the user during program execution

(Essay)
4.8/5
(40)

Breakpoints are stop points placed in the code where execution will be paused during the execution of the program,and enter debug mode.​

(True/False)
4.9/5
(37)

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

A ____ loop is best used when the specific number of iterations required is known.​

(Multiple Choice)
4.8/5
(36)

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

(Multiple Choice)
4.9/5
(36)

A(n)____ key provides a keyboard shortcut for opening a menu.​

(Multiple Choice)
4.8/5
(47)
Showing 101 - 112 of 112
close modal

Filters

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