Exam 21: Standard Template Library Stl

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Which of the following function calls is a valid way to place elements into vector< char > chars?

Free
(Multiple Choice)
4.8/5
(41)
Correct Answer:
Verified

A

Which of the following is not true of a class that will be used to instantiate function objects?

Free
(Multiple Choice)
5.0/5
(41)
Correct Answer:
Verified

D

The main difference between set and multiset is:

Free
(Multiple Choice)
4.7/5
(33)
Correct Answer:
Verified

D

Functions iter_swap and swap_ranges are similar in that both:

(Multiple Choice)
4.9/5
(31)

Which of the following is not a mathematical algorithm included in the STL?

(Multiple Choice)
4.7/5
(27)

Which of the following function calls would not return the value that is its first argument?

(Multiple Choice)
4.8/5
(44)

Which algorithm cannot take a predicate function as an argument?

(Multiple Choice)
4.9/5
(33)

Which of the following is not a member function of all sequence containers?

(Multiple Choice)
4.9/5
(30)

Select the false statement. Container adapters:

(Multiple Choice)
4.8/5
(33)

To pop an element off the top of a stack for processing:

(Multiple Choice)
4.8/5
(42)

If a program attempts to insert a duplicate key into a set:

(Multiple Choice)
4.9/5
(34)

Attributes of a heap do not include:

(Multiple Choice)
4.9/5
(36)

Which of the following are mutating-sequence algorithms defined in the STL?

(Multiple Choice)
5.0/5
(45)

Which of the following applications would a deque not be well suited for?

(Multiple Choice)
4.8/5
(32)

Assuming that bitset b1 contains the bits [0 1 1 0] and bitset b2 contains the bits [1 1 1 1], which of the following expressions returns true?

(Multiple Choice)
4.9/5
(26)

Which of the following is a valid generator function prototype for use with generate or generate_n on a vector< char >?

(Multiple Choice)
4.9/5
(37)

Suppose you have a shopping list stored in a vector. What function would you use to remove all items in that vector that are under 10 dollars and place them in another container?

(Multiple Choice)
4.8/5
(36)

Unlike a vector, a deque:

(Multiple Choice)
4.8/5
(45)

Which of the following statements is true of a priority_queue?

(Multiple Choice)
4.8/5
(34)

Which of the following is a not a member function of queue?

(Multiple Choice)
4.7/5
(42)
Showing 1 - 20 of 56
close modal

Filters

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