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
You must include a Step value in a For...Next loop,even if the Step value is 1.
(True/False)
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
-Loop in which the body of the loop is executed until the condition becomes true
(Essay)
4.8/5
(34)
A ____-controlled loop tests the condition before the loop body is executed.
(Multiple Choice)
4.8/5
(32)
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
-Objects that can be assigned a default value representing the most likely user input
(Essay)
4.7/5
(30)
-A(n)____________________ loop should be used when the iterations should continue while or until a condition is true or false.

(Essay)
4.8/5
(27)
The compound operator ____ adds the value of the right operand to the value of the left operand and stores the result in the left operand's variable.
(Multiple Choice)
4.9/5
(36)
When the user clicks the Cancel button in an input box and the InputBox function returns a null character,the program can test for the null character to determine further processing.
(True/False)
4.8/5
(30)
An InputBox object allows user input without the need for a TextBox object on the Windows Form object.
(True/False)
4.8/5
(45)
Case 6-2
Robin thinks that she has a good handle on the use of compound operators but she wants to do a couple of sample problems just to make certain.In both of the problems below,Robin assumes that intResult = 24.
-When Robin correctly calculates intResult ^= 2,what value does she get?
(Multiple Choice)
4.8/5
(38)
-A(n)____________________ value is the value in a For...Next loop that is added to,or subtracted from,the beginning value on each iteration of the loop.

(Essay)
4.8/5
(38)
You can place an executable version of a program on your hard disk,on a web server,or on a network server by using the ____ process.
(Multiple Choice)
4.9/5
(37)
When in break mode,you can use ____ to examine the value of variables.
(Multiple Choice)
4.8/5
(30)
The ____________________ procedure of the Windows Form object closes a window and terminates a program.
(Essay)
4.8/5
(41)
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 variable that contains an accumulated value such as a running total
(Essay)
4.9/5
(40)
How many times will the following loop execute? For intCount = 10 To 16 Step 2
'Body of Loop
Next
(Multiple Choice)
4.8/5
(40)
A loop's ____ variable is a numeric variable that keeps track of the number of iterations the loop completes.
(Multiple Choice)
4.9/5
(45)
A ____-controlled loop tests the condition after the code in the loop body has been executed.
(Multiple Choice)
4.7/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
-Identified in the code editor with a bullet to the left of the line number and highlighting of the code on that line
(Essay)
5.0/5
(27)
Showing 81 - 100 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)