1. The number of key comparisons in a sequential search depends on the value of the search item.
a) True
b) False
2) The copy constructor automatically executes when, as a parameter, an object is passed by value. (I'm confuse on this one because of the word automatically)
a)True
b) False
3) If the list is stored in an array, we can traverse the list in either direction using an________
a) interface variable
b) increment variable
c) index variable
4) If the list is stored in a linked list, we can traverse the list in only one direction starting at the first node because the links are only in one direction.
a) True
b) False