Adv VB.Net Quiz 7

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Tcarteronw
T
Tcarteronw
Community Contributor
Quizzes Created: 38 | Total Attempts: 32,005
| Attempts: 149 | Questions: 43
Please wait...
Question 1 / 43
0 %
0/100
Score 0/100
1. The process of repeating a series of instructions is called ______________.

Explanation

Page: 288 Objective: 8

Submit
Please wait...
About This Quiz
Adv VB.Net Quiz 7 - Quiz

Adv VB. Net Quiz 7 assesses knowledge in using VB. Net for building user interfaces, focusing on controls like ListBox and DropDownList. It evaluates understanding of list and... see morecombo box styles and properties, essential for developers enhancing user interaction in applications. see less

2. Use the _______ control from the toolbox to create list boxes on a form.

Explanation

Page: 280 Objective: 1

Submit
3. The code that will add the name, John, to a combo box named cboNames is _______.

Explanation

Page: 283 Objective: 4

Submit
4. Which of the following instructions will add the word, monkey, to a list box named lstAnimals?

Explanation

Page: 283 Objective: 4

Submit
5. Items can be added to a list during run time using the _________ method.

Explanation

Page: 282 Objective: 4

Submit
6. Values for the items in a list _______.

Explanation

Page: 281 Objective: 3

Submit
7. Items in a list can be placed in alphabetical order by _______.

Explanation

Page: 283 Objective: 4

Submit
8. The SelectedIndex property of the first item in a list is _______.

Explanation

Page: 284 Objective: 5

Submit
9. The values of Boolean data types are referred to as _______.

Explanation

Page: 290 Objective: 8

Submit
10. List boxes and combo boxes _______.

Explanation

Page: 281 Objective: 1

Submit
11. Which of the following code examples can be used to determine the number of items in a list box named lstColor?

Explanation

Page: 284 Objective: 6

Submit
12. Items can be added to a list during design time using the _________ collection.

Explanation

Page: 281 Objective: 3

Submit
13. What is the value of the SelectedIndex property if the user has selected the last item in a list with four items?

Explanation

Page: 284 Objective: 5

Submit
14. A single execution of a group of instructions inside a Do/Loop is called _______.

Explanation

Page: 288 Objective: 8

Submit
15. The code to delete the selected item from lstColor is _______.

Explanation

Page: 286 Objective: 4

Submit
16. The group of instructions that are repeated in a Do/Loop are called a(n) __________.

Explanation

Page: 288 Objective: 8

Submit
17. When is the counter tested in a FOR/NEXT statement?

Explanation

Page: 292 Objective: 8

Submit
18. How many times will the statements inside this For/Next loop be executed?                 For indexInteger = 1 to 10                   'Statements in loop                 Next indexInteger

Explanation

Page: 293 Objective: 8

Submit
19. What is the value of the SelectedIndex property if the user has not selected an item from a combo box?

Explanation

Page: 284 Objective: 5

Submit
20. The data that appears in a combo box when it is first displayed can be added to the combo box _______.

Explanation

Page: 281 Objective: 4

Submit
21. How many times will the statements inside this For/Next loop be executed?                 For indexInteger = 2 to 12 Step 3                   'Statements in loop                             Next indexInteger

Explanation

Page: 293 Objective: 8

Submit
22. An individual item can be deleted from a list with the _______.

Explanation

Page: 285 Objective: 4

Submit
23. What will be the value of valueInteger after execution of these statements?             For indexInteger = 1 to 10 Step 2                 valueInteger += indexInteger                         Next indexInteger

Explanation

Page: 293 Objective: 8

Submit
24. When is the counter incremented in a FOR/NEXT statement?

Explanation

Page: 292 Objective: 8

Submit
25. When does a For/Next statement terminate iteration?

Explanation

Page: 292 Objective: 8

Submit
26. Which of the following is not a style for combo boxes?

Explanation

Page: 281 Objective: 2

Submit
27. Incorrect indentation of the statements in For/Next loops _______.

Explanation

Page: 292 Objective: 8

Submit
28. Skip to the next iteration of a Do loop with the _______ statement.

Explanation

Page: 295 Objective: 10

Submit
29. ________ is used for viewing print output on the screen.  The user can then choose to print or cancel.

Explanation

Page: 303 Objective: 11

Submit
30. How many times will the statements inside this For/Next loop be executed?                 For indexInteger = 4 to 1                   'Statements in loop                             Next indexInteger

Explanation

Page: 293 Objective: 8

Submit
31. Which text box event occurs each time the user types a character into a text box?

Explanation

Page: 287 Objective: 7

Submit
32. What method is used to make all of the text in a text box appear selected?

Explanation

Page: 297 Objective: 7

Submit
33. Which text box event occurs when a text box gets the focus?

Explanation

Page: 287 Objective: 7

Submit
34. The methods and events of the _________ component can be used to set up output for the printer.

Explanation

Page: 298 Objective: 11

Submit
35. What is the value of indexInteger after the code in the loop below is completed?                 For indexInteger = 1 to 10                   'Statements in loop                 Next indexInteger

Explanation

Page: 293 Objective: 8

Submit
36. Terminate a For/Next loop with the _______ statement.

Explanation

Page: 295 Objective: 9

Submit
37. A _______ control contains a text box as part of the control

Explanation

Page: 280 Objective: 1

Submit
38. The statements inside of a Do/Loop may never be executed if _______.

Explanation

Page: 288 Objective: 8

Submit
39. What is the value of indexInteger after the loop below is executed?                 For indexInteger = 4 to 1                   'Statements in loop                 Next indexInteger

Explanation

Page: 293 Objective: 8

Submit
40. What will be the value of indexInteger after execution of these statements?             For indexInteger = 1 to 10 Step 2                 valueInteger = += indexInteger                         Next indexInteger

Explanation

Page: 293 Objective: 8

Submit
41. The _______ method is used to send a line of text to the graphics page.

Explanation

Page: 300 Objective: 11

Submit
42. The PrintDocument's PrintPage event is fired once for each page to be printed.  This technique is referred to as a _______.

Explanation

Page: 299 Objective: 11

Submit
43. The code to print the selected item from the lstColor is _______.

Explanation

Page: 302 Objective: 11

Submit
View My Results

Quiz Review Timeline (Updated): Mar 14, 2024 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 14, 2024
    Quiz Edited by
    ProProfs Editorial Team
  • May 11, 2011
    Quiz Created by
    Tcarteronw
Cancel
  • All
    All (43)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
The process of repeating a series of instructions is called...
Use the _______ control from the toolbox to create list boxes on a...
The code that will add the name, John, to a combo box...
Which of the following instructions will add the word, monkey, to a...
Items can be added to a list during run time using the _________...
Values for the items in a list _______.
Items in a list can be placed in alphabetical order by _______.
The SelectedIndex property of the first item in a list is _______.
The values of Boolean data types are referred to as _______.
List boxes and combo boxes _______.
Which of the following code examples can be used to determine the...
Items can be added to a list during design time using the _________...
What is the value of the SelectedIndex property if the user has...
A single execution of a group of instructions inside a Do/Loop is...
The code to delete the selected item from lstColor is _______.
The group of instructions that are repeated in a Do/Loop are called...
When is the counter tested in a FOR/NEXT statement?
How many times will the statements inside this For/Next loop be...
What is the value of the SelectedIndex property if the user has not...
The data that appears in a combo box when it is first displayed can be...
How many times will the statements inside this For/Next loop be...
An individual item can be deleted from a list with the _______.
What will be the value of valueInteger after execution of these...
When is the counter incremented in a FOR/NEXT statement?
When does a For/Next statement terminate iteration?
Which of the following is not a style for combo boxes?
Incorrect indentation of the statements in For/Next loops _______.
Skip to the next iteration of a Do loop with the _______ statement.
________ is used for viewing print output on the screen.  The...
How many times will the statements inside this For/Next loop be...
Which text box event occurs each time the user types a character into...
What method is used to make all of the text in a text box appear...
Which text box event occurs when a text box gets the focus?
The methods and events of the _________ component can be used to set...
What is the value of indexInteger after the code in the loop below is...
Terminate a For/Next loop with the _______ statement.
A _______ control contains a text box as part of the control
The statements inside of a Do/Loop may never be executed if _______.
What is the value of indexInteger after the loop below is executed? ...
What will be the value of indexInteger after execution of these...
The _______ method is used to send a line of text to the graphics...
The PrintDocument's PrintPage event is fired once for each page to...
The code to print the selected item from the lstColor is _______.
Alert!

Advertisement