Exam 6: Repeating Program Instructions
Exam 1: An Introduction to Visual Basic 201250 Questions
Exam 2: Creating a User Interface50 Questions
Exam 3: Memory Locations and Calculations50 Questions
Exam 4: Making Decisions in a Program50 Questions
Exam 5: More on the Selection Structure50 Questions
Exam 6: Repeating Program Instructions50 Questions
Exam 7: More on the Repetition Structure50 Questions
Exam 8: Sub and Function Procedures50 Questions
Exam 9: Arrays50 Questions
Exam 10: String Manipulation and Menus50 Questions
Exam 11: Structures and Sequential Files50 Questions
Exam 12: Access Databases and Linq50 Questions
Exam 13: Creating Simple Web Applications50 Questions
Exam 14: Creating Classes and Objects50 Questions
Exam 15: an Introduction to Programming17 Questions
Select questions type
Match each item with a statement below.
a.posttest
f.loop exit condition
b.looping condition
g.index
c.update read
h.pretest
d.repetition
i.String Collection Editor window
e.collection
-Used to specify the list box items during design time.
Free
(Short Answer)
4.8/5
(33)
Correct Answer:
I
The repetition structure is used when a programmer needs the computer to repeatedly process one or more program instructions until some condition is met.
Free
(True/False)
4.9/5
(43)
Correct Answer:
True
____ means to assign a beginning value to the counter or accumulator.
Free
(Multiple Choice)
4.9/5
(30)
Correct Answer:
D
In a(n) ____ loop, the condition is evaluated after the instructions within the loop are processed.
(Multiple Choice)
4.7/5
(32)
Match each item with a statement below.
a.posttest
f.loop exit condition
b.looping condition
g.index
c.update read
h.pretest
d.repetition
i.String Collection Editor window
e.collection
-Allows the user to update the value of the input item that controls the loop's condition.
(Short Answer)
4.9/5
(44)
The number of choices the user can select in a list box is controlled by the list box's ____ property.
(Multiple Choice)
4.7/5
(39)
The Do...Loop statement can be used to code both a pretest loop and a posttest loop.
(True/False)
4.7/5
(23)
What two list box properties can be used to determine the item selected in the list box and to select a list box item from code?
(Essay)
4.9/5
(37)
Describe the similarities and differences between a pretest loop and a posttest loop.
(Essay)
4.8/5
(34)
When accessing items in a list box, the first item in the collection has an index of ____.
(Multiple Choice)
4.9/5
(43)
The ____________________ function displays an input dialog box, which is one of the standard dialog boxes available in Visual Basic.
(Short Answer)
5.0/5
(45)
A ____ box displays a list of items from which the user can select zero items, one item, or multiple items.
(Multiple Choice)
4.8/5
(36)
In a(n) ____ loop, the condition is evaluated before the instructions within the loop are processed.
(Multiple Choice)
4.7/5
(35)
Each time either the user or a statement selects an item in a list box, both the list box's ____ event and its SelectedIndexChanged event occur.
(Multiple Choice)
4.9/5
(31)
Match each item with a statement below.
a.posttest
f.loop exit condition
b.looping condition
g.index
c.update read
h.pretest
d.repetition
i.String Collection Editor window
e.collection
-A programming structure used when the programmer needs the computer to repeatedly process one or more program instructions until some condition is met, at which time the repetition structure ends.
(Short Answer)
4.7/5
(37)
Match each item with a statement below.
a.posttest
f.loop exit condition
b.looping condition
g.index
c.update read
h.pretest
d.repetition
i.String Collection Editor window
e.collection
-A loop that evaluates the condition before the instructions within the loop are processed.
(Short Answer)
4.8/5
(45)
Which method can you use to delay program execution? What is the syntax of the method?
(Essay)
4.9/5
(46)
Incrementing or decrementing the value stored in the counter or accumulator is also referred to as ____.
(Multiple Choice)
4.9/5
(31)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)