Exam 21: Standard Template Library (STL)
Exam 1: An Overview of Computers and Programming Languages50 Questions
Exam 2: Basic Elements of C++50 Questions
Exam 3: Input/Output50 Questions
Exam 4: Control Structures I (Selection)50 Questions
Exam 5: Control Structures II (Repetition)50 Questions
Exam 6: User-Defined Functions50 Questions
Exam 7: User-Defined Simple Data Types, Namespaces, and the string Type50 Questions
Exam 8: Arrays and Strings50 Questions
Exam 9: Records (structs)50 Questions
Exam 10: Classes and Data Abstraction50 Questions
Exam 11: Inheritance and Composition50 Questions
Exam 12: Pointers, Classes, Virtual Functions, Abstract Classes, and Lists50 Questions
Exam 13: Overloading and Templates50 Questions
Exam 14: Exception Handling50 Questions
Exam 15: Recursion50 Questions
Exam 16: Linked Lists50 Questions
Exam 17: Stacks and Queues50 Questions
Exam 18: Searching and Sorting Algorithms50 Questions
Exam 19: Binary Trees50 Questions
Exam 20: Graphs50 Questions
Exam 21: Standard Template Library (STL)50 Questions
Select questions type
Input iterators,with read access,step forward element by element.
Free
(True/False)
4.7/5
(44)
Correct Answer:
True
Random access iterators are ____ iterators that can randomly process the elements of a container.
Free
(Multiple Choice)
4.9/5
(38)
Correct Answer:
A
The name of the class that implements the vector container is container.
Free
(True/False)
4.8/5
(40)
Correct Answer:
False
The operator ____________________,supported by the stack container class,inserts a copy of item onto the stack.
(Short Answer)
4.7/5
(41)
The container member function ____ returns the position of one past the last element in the container.
(Multiple Choice)
4.8/5
(32)
The associated header file of the sequence container multimap is ____________________.
(Short Answer)
4.8/5
(50)
____________________ predicates check a specific property for a pair-that is,two arguments.
(Short Answer)
4.8/5
(39)
____________________ iterators are forward iterators that can also iterate backward over the elements.
(Short Answer)
4.7/5
(37)
An iterator to a vector container is declared using the ____ iterator.
(Multiple Choice)
4.9/5
(38)
A container's ____ executes when the object goes out of scope.
(Multiple Choice)
4.9/5
(38)
The operator ____________________,supported by the queue container class,returns the next (i.e.,first)element in the queue,but does not remove the element from the queue.
(Short Answer)
4.9/5
(34)
Predicates are special types of function objects that return ____ values.
(Multiple Choice)
4.8/5
(40)
List containers are implemented as doubly ____________________.
(Short Answer)
4.9/5
(38)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)