Exam 6: Loop Structures

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

The feature shown in the accompanying figure provides an easy way for you to specify ____ actions for an object as you design a form.​

Free
(Multiple Choice)
4.7/5
(28)
Correct Answer:
Verified

B

​When nesting loops,the inner loop must be completely contained in the outer loop and must use a different control variable.

Free
(True/False)
4.9/5
(35)
Correct Answer:
Verified

True

Loops cannot be nested.​

Free
(True/False)
4.8/5
(31)
Correct Answer:
Verified

False

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

(Multiple Choice)
4.8/5
(38)

The ____ prefix is used for a MenuStrip object.​

(Multiple Choice)
4.8/5
(38)

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

(Multiple Choice)
4.8/5
(39)

  ​ -While in break mode,you can examine the values in all variables that are within the scope of execution through the use of ____________________.​ ​ -While in break mode,you can examine the values in all variables that are within the scope of execution through the use of ____________________.​

(Essay)
4.9/5
(22)

The BackgroundImage property of the Form object cannot use imported as the background image;the image must be drawn from the Visual Studio library.​

(True/False)
4.9/5
(37)

It is best to indent the body of the loop,to identify clearly the code that is being repeated.​

(True/False)
4.8/5
(26)

Only one breakpoint can be set in a program.​

(True/False)
4.8/5
(36)

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 -​Loop that should be used when code is to be executed a known,exact number of times

(Essay)
4.8/5
(40)

A(n)____ variable collects a total value over a period of time.​

(Multiple Choice)
4.8/5
(37)

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

(Essay)
4.7/5
(38)

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

(True/False)
4.8/5
(34)

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

(Essay)
4.7/5
(40)

The nongraphical Toolbox objects,such as MenuStrip objects,are organized and displayed below the form in the ____________________ at the bottom of the Visual Studio interface.​

(Essay)
4.9/5
(31)

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

(Multiple Choice)
4.8/5
(39)

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

(Essay)
4.8/5
(34)

Case 6-1 Chris is trying to decide which kind of loop is the best loop for him to use to solve a couple of different programming challenges that he faces. -Chris knows the exact number of repetitions he needs the loop to execute.Which of the following is the best choice for him?​

(Multiple Choice)
4.9/5
(33)

Case 6-1 Chris is trying to decide which kind of loop is the best loop for him to use to solve a couple of different programming challenges that he faces. -Chris wants to guarantee that the instructions within the loop are executed one time regardless of the status of a condition.Which of the following should he use?​

(Multiple Choice)
4.8/5
(38)
Showing 1 - 20 of 112
close modal

Filters

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