Site MapHelpFeedbackMultiple Choice Quiz
Multiple Choice Quiz
(See related pages)

1.
A collection is a group of _______.
A)properties
B)fields
C)objects
D)strings
2.
Which of the following is another word commonly used to refer to a collection?
A)List
B)Group
C)Arrangement
D)Enumeration
3.
The Push and Pop methods are used by the _______ class to add and remove items from the list.
A)Stack
B)Queue
C)Hash Table
D)SortedList
4.
_______ are the fastest type of list that can be used for searching.
A)SortedLists
B)Stacks
C)Queues
D)Hash Tables
5.
Sorted lists and hash tables are examples of _______-type collections.
A)sorted
B)dictionary
C)value
D)index







Advanced Programming VB.NETOnline Learning Center

Home > Chapter 10 > Multiple Choice Quiz