Exam 21: Standard Template Library STL

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

What does these terms refer to: - \gg Function object:

Free
(Short Answer)
4.9/5
(31)
Correct Answer:
Verified

objects that contain a function that can be treated as a function using the function call operator, (); a function object is a class template that overloads the function call operator, operator ()

What does these terms refer to: - \gg Container:

Free
(Short Answer)
4.9/5
(37)
Correct Answer:
Verified

a class template for a class that can contain other objects of a specified type

What does these terms refer to: - \gg Mutating algorithm:

Free
(Short Answer)
4.9/5
(37)
Correct Answer:
Verified

an algorithm that changes the order of the elements in a container, but not their values

What does these terms refer to: - \gg Numeric algorithm:

(Short Answer)
4.9/5
(28)

What does these terms refer to: - \gg Forward iterators:

(Short Answer)
4.9/5
(27)

A template is a powerful tool that promotes code reuse.

(True/False)
4.8/5
(30)

The function copy can be used with any container type.

(True/False)
4.8/5
(46)

What are the three predefined sequence containers?

(Short Answer)
4.8/5
(40)

What does these terms refer to: - \gg Associative container:

(Short Answer)
4.9/5
(39)

What does these terms refer to: - \gg Deque:

(Short Answer)
4.8/5
(38)

What does these terms refer to: - \gg Modifying algorithm:

(Short Answer)
4.9/5
(38)

What does these terms refer to: - \gg Output iterators:

(Short Answer)
4.9/5
(33)

What does these terms refer to: - \gg Container adapter:

(Short Answer)
5.0/5
(42)

What does these terms refer to: - \gg Random access iterators:

(Short Answer)
4.9/5
(39)

What does these terms refer to: - \gg Heap algorithm:

(Short Answer)
4.8/5
(39)

Are functions that modify their internal states considered to be predicates? Explain your answer.

(Short Answer)
4.9/5
(38)

What does these terms refer to: - \gg Nonmodifying algorithm:

(Short Answer)
4.8/5
(32)

What does these terms refer to: - \gg Iterator:

(Short Answer)
4.9/5
(31)

What does these terms refer to: - \gg Sequence container:

(Short Answer)
4.8/5
(47)

What are the three main components of the STL?

(Short Answer)
4.9/5
(37)
Showing 1 - 20 of 28
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)