Exam 6: Loop Structures
Exam 1: Introduction to Visual Basic 2015 Programming111 Questions
Exam 2: Program and Graphical User Interface Design112 Questions
Exam 3: Program Design and Coding110 Questions
Exam 4: Variables and Arithmetic Operations111 Questions
Exam 5: Decision Structures111 Questions
Exam 6: Loop Structures112 Questions
Exam 7: Using Procedures and Exception Handling112 Questions
Exam 8: Using Arrays and File Handling110 Questions
Exam 9: Creating Web Applications111 Questions
Exam 10: Incorporating Databases With Adonet111 Questions
Exam 11: Multiple Classes and Inheritance112 Questions
Exam 12: Windows Store Apps111 Questions
Select questions type
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:
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:
True
Which line of code will add the value "East" to a ListBox object named lstDirections?
(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 ____________________.

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

(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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)