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 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)
____ 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)
Menu item hot keys are case sensitive._________________________
(True/False)
4.9/5
(44)
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.

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

(Essay)
4.8/5
(34)
-A(n)____________________ loop should be used when the iterations should continue as long as a condition remains true.

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