Student Center
|
Instructor Center
|
Information Center
|
Home
Intro to VB.NET
Projects
Comprehensive Projects
Choose a Chapter
Chapter 1
Chapter 2
Chapter 3
Chapter 4
Chapter 5
Chapter 6
Chapter 7
Chapter 8
Chapter 9
Chapter 10
Chapter 11
Chapter Objectives
PowerPoint Presentations
Multiple Choice Quiz
True or False
Examples from the Text
Feedback
Help Center
Learning Programming Using Visual Basic.Net
Bill Burrows, University of Washington
Joe Lanford, University of Rochester
Working with Collections
True or False
1
To perform a sequential or linear search on a multi-dimensional array, one would probably need to use nested loops.
A)
True.
B)
False.
2
If you dimension an array to have 100 elements, and decide at run-time that you now need the variable to hold 150 elements instead, it is possible to re-dimension an array to the new size.
A)
True.
B)
False.
3
A SortedList is a Visual Basic .NET data structure which combines different properties of a Hashtable and an ArrayList.
A)
True.
B)
False.
4
The statement PriceList(4) returns the 5th element in an array.
A)
True.
B)
False.
5
The elements of a SortedList can be access by either an index or unique key value.
A)
True.
B)
False.
2003 McGraw-Hill Higher Education
Any use is subject to the
Terms of Use
and
Privacy Policy
.
McGraw-Hill Higher Education
is one of the many fine businesses of
The McGraw-Hill Companies
.