Exam 13: Standard Template Library (STL) II
Exam 1: Software Engineering Principles and C++ Classes42 Questions
Exam 2: Object-Oriented Design OOD and C++35 Questions
Exam 3: Pointers and Array-Based Lists45 Questions
Exam 4: Standard Template Library (STL) I47 Questions
Exam 5: Linked Lists44 Questions
Exam 6: Recursion36 Questions
Exam 7: Stacks44 Questions
Exam 8: Queues48 Questions
Exam 9: Searching and Hashing Algorithms49 Questions
Exam 10: Sorting Algorithms47 Questions
Exam 11: Binary Trees and B-Trees47 Questions
Exam 12: Graphs43 Questions
Exam 13: Standard Template Library (STL) II50 Questions
Select questions type
The algorithm ____ is used to find the elements that are contained in two ranges of elements.
(Multiple Choice)
4.8/5
(33)
The functions generate and generate_n are used to generate elements and fill a sequence.
(True/False)
4.8/5
(42)
The header file ____ contains the definition of the function template make_pair.
(Multiple Choice)
4.9/5
(37)
The algorithms reverse, reverse_copy, rotate, and rotate_copy are contained in the header file ____.
(Multiple Choice)
4.8/5
(35)
The definition of the class pair is contained in the header file utility, thus, to use the class pair in a program, the program must include the following statement ____.
(Multiple Choice)
5.0/5
(36)
The algorithm ____ is used to access and process each element in a given range by applying a function, which is passed as a parameter.
(Multiple Choice)
4.9/5
(40)
Predicates are special types of function objects that return Boolean values.
(True/False)
4.9/5
(43)
The definition of the class implementing a specific container is contained in the header file.
(True/False)
4.8/5
(45)
The containers map and multimap manage their elements in the form ____.
(Multiple Choice)
4.9/5
(42)
Showing 41 - 50 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)