Exam 21: Standard Template Library
Exam 1: An Overview of Computers and Programming Languages40 Questions
Exam 2: Basic Elements of C++50 Questions
Exam 3: Inputoutput40 Questions
Exam 4: Control Structures I Selection40 Questions
Exam 5: Control Structures Ii Repetition40 Questions
Exam 6: User-Defined Function41 Questions
Exam 7: Namespaces, the Class String, and User-Defined Simple Data Types40 Questions
Exam 8: Arrays40 Questions
Exam 9: Records Structs40 Questions
Exam 10: Classes and Data Abstraction43 Questions
Exam 11: Inheritance and Composition41 Questions
Exam 12: Pointers, Classes, Virtual Functions, and Abstract Classes44 Questions
Exam 13: Operator Overloading and Templates41 Questions
Exam 14: Exception Handling43 Questions
Exam 15: Recursion43 Questions
Exam 16: Linked Lists40 Questions
Exam 17: Stacks and Queue43 Questions
Exam 18: Searching and Sorting Algorithms40 Questions
Exam 19: Binary Trees43 Questions
Exam 20: Graph Algorithms48 Questions
Exam 21: Standard Template Library41 Questions
Select questions type
____ returns the maximum number of elements that can be inserted into the vector container vecCont without reallocation.
(Multiple Choice)
4.9/5
(39)
____________________ predicates check a specific property for a single argument.
(Short Answer)
4.9/5
(36)
Every object in a(n) ____ container has a specific position.
(Multiple Choice)
4.8/5
(25)
____ containers allow elements to be inserted at both ends.
(Multiple Choice)
4.9/5
(41)
List containers are implemented as doubly ____________________.
(Short Answer)
4.9/5
(37)
The ____________________ iterators are used to output data from a program into an output stream.
(Short Answer)
4.8/5
(34)
The ____ operation on a vector container deletes the last element.
(Multiple Choice)
4.9/5
(43)
A function object contains a function that can be treated as a function using the ____ operator.
(Multiple Choice)
4.8/5
(38)
____________________ iterators are forward iterators that can also iterate backward over the elements.
(Short Answer)
4.9/5
(29)
If the data needs to be processed in a(n) ____ manner, use a queue.
(Multiple Choice)
4.8/5
(37)
The ____ operation removes the first element from the deque object deq.
(Multiple Choice)
4.9/5
(37)
If consecutive elements in listCont have the same value, the ____ operation removes the duplicates.
(Multiple Choice)
4.9/5
(42)
Elements in a(n) ____ container are automatically sorted according to some ordering criteria.
(Multiple Choice)
4.9/5
(31)
The only difference between the containers set and multiset is that the container multiset allows ____________________.
(Short Answer)
4.9/5
(40)
An iterator to a vector container is declared using the ____ iterator.
(Multiple Choice)
4.7/5
(33)
The associated header file of the sequence container multimap is ____________________.
(Short Answer)
4.9/5
(36)
Predicates are special types of function objects that return ____ values.
(Multiple Choice)
4.7/5
(43)
Showing 21 - 40 of 41
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)