Exam 7: More on the Repetition Structure
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
It is customary in Windows applications to select (highlight) the existing text when a text box receives the ____________________.
Free
(Short Answer)
4.9/5
(47)
Correct Answer:
focus
The ____________________ method calculates the periodic payments on a loan amount.
Free
(Short Answer)
4.8/5
(37)
Correct Answer:
Financial.Pmt
Match each item with a statement below.
a.startValue
f.counter-controlled loop
b.Simple
g.combo box
c.loop body
h.DropDown
d.nested
i.endValue
e.list box
-The default style of a combo box
Free
(Short Answer)
4.8/5
(50)
Correct Answer:
H
Match each item with a statement below.
a.startValue
f.counter-controlled loop
b.Simple
g.combo box
c.loop body
h.DropDown
d.nested
i.endValue
e.list box
-Does not allow the full list of choices to be hidden
(Short Answer)
4.8/5
(45)
Match each item with a statement below.
a.startValue
f.counter-controlled loop
b.Simple
g.combo box
c.loop body
h.DropDown
d.nested
i.endValue
e.list box
-Style that always displays the List portion of a combo box
(Short Answer)
4.9/5
(41)
Within a For...Next statement, the loop's condition is evaluated ____ the loop body is processed.
(Multiple Choice)
4.9/5
(31)
A control's ____________________ event occurs when a change is made to the contents of the control's Text property.
(Short Answer)
4.8/5
(44)
A ____ is similar to a list box in that it allows the user to select from a list of choices.
(Multiple Choice)
4.7/5
(45)
Match each item with a statement below.
a.startValue
f.counter-controlled loop
b.Simple
g.combo box
c.loop body
h.DropDown
d.nested
i.endValue
e.list box
-Tells the computer where to end counting for a loop
(Short Answer)
4.9/5
(34)
Describe the two main differences between a combo box and a list box and the advantages of each.
(Essay)
4.7/5
(37)
In the following For clause, if the stepvalue is positive, then the startvalue must be ____ to the endvalue for the loop instructions to be processed. For counter [As datatype] = startvalue To endvalue [Step stepvalue]
(Multiple Choice)
4.8/5
(36)
In the following For clause, when you declare the counter variable using the For clause's As datatype argument, the counter variable has ____ scope. For counter [As datatype] = startvalue To endvalue [Step stepvalue]
(Multiple Choice)
4.9/5
(36)
Given the following For clause, describe the four values or arguments recorded inside the For clause flowchart hexagon.
For counter [As datatype] = startvalue To endvalue [Step stepvalue]
(Essay)
4.8/5
(31)
Many programmers use a(n) ____ to represent the For clause in a flowchart.
(Multiple Choice)
4.8/5
(35)
When using the Do...Loop statement to code a counter-controlled loop, you must include a statement to declare and ____ the counter variable.
(Multiple Choice)
4.9/5
(41)
The style of a combo box is controlled by the combo box's ____ property.
(Multiple Choice)
4.9/5
(35)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)