 |
| 1.
|  |  What are the two ways you can reference an individual element in a collection? |
|  | |
|
|
 |
| 2.
|  |  What is the difference between a queue and a stack? |
|  | |
|
|
 |
| 3.
|  |  What are two types of dictionary lists? |
|  | |
|
|
 |
| 4.
|  |  What is the purpose of the Peek method which is used for Stack and Queue type lists? |
|  | |
|
|
 |
| 5.
|  |  What are the names of the methods used to add items to a Queue and remove items from a Queue? |
|  | |
|
|
 |
| 6.
|  |  How does a Hash table determine where to add a new record? |
|  | |
|
|
 |
| 7.
|  |  What is the purpose of the TrimToSize method? |
|  | |
|
|
 |
| 8.
|  |  What is the difference between the Remove and RemoveAt methods of a collection? |
|  | |
|
|
 |
| 9.
|  |  How is the For Each/Next structure useful when working with collections? |
|  | |
|
|
 |
| 10.
|  |  How are items added and stored in a SortedList collection? |
|  | |
|
|