Answer the following statements true (T) or false (F)
1. The Standard Template Library (STL) contains templates for useful algorithms and data structures.
2. A sequence container organizes data in a sequential fashion, similar to an array.
3. When you declare an iterator to work with a container, the compiler automatically chooses the right type.
4. An iterator is a function that is used to access items in an array.
5. An associative container stores data in a nonsequential way so it is slower to locate elements than a sequence container.
1. T
2. T
3. T
4. F
5. F
You might also like to view...
Information is data that has been organized in a useful manner
Indicate whether the statement is true or false
Which of the following is not true about protecting your electronic profile?
A) Every time you provide information to a company, that company may enter the information into a database. B) If nothing else, your name, address, and telephone number are available online for others to see. C) One way to keep yourself safe is to set up an alternate e-mail that you only use when you sign up for promotions or website access. D) Filling out forms online gives the recipient more information than you intend.