Problem 1
Can you store a mixture of data types in an array?
Problem 2
What is an array size declarator?
Problem 3
In most languages, can the size of an array be changed while the program is running?
Problem 5
What is a subscript?
Problem 6
What is usually the first subscript in an array?
Problem 7
Look at the following pseudocode and answer questions a through d.
Constant Integer
Problem 8
What does "array bounds checking" mean?
Problem 10
What is a search algorithm?
Problem 11
Which array element does the sequential search algorithm first look at?
Problem 12
What does the loop do in the sequential search algorithm? What happens when the value being searched for is found?