Seatwork  (SEQUENTIAL CONTAINER TYPES) data structure

Seatwork (SEQUENTIAL CONTAINER TYPES) data structure

University

15 Qs

quiz-placeholder

Similar activities

Queues

Queues

11th Grade - Professional Development

15 Qs

DS - Chapter 8 - Queue

DS - Chapter 8 - Queue

University

20 Qs

Struktur Data

Struktur Data

University

10 Qs

Array

Array

University

12 Qs

TECHNICAL QUIZ

TECHNICAL QUIZ

University

20 Qs

DSA5541 Quiz 1 TRI 2210

DSA5541 Quiz 1 TRI 2210

University

20 Qs

Sorting and Searching Algorithms Quiz - Batch 1

Sorting and Searching Algorithms Quiz - Batch 1

University

20 Qs

Data Structures

Data Structures

University

20 Qs

Seatwork  (SEQUENTIAL CONTAINER TYPES) data structure

Seatwork (SEQUENTIAL CONTAINER TYPES) data structure

Assessment

Quiz

Computers

University

Easy

Created by

Ronnel Agulto

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

TRUE OR FALSE

The 'vector' essentially means double-ended-queue and works similar in a fashion as queues.

True

False

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

TRUE OR FALSE

Forward List is preferred over the list when only forward traversal is required (same as the singly linked list is preferred over doubly linked list) as we can save space. Some example cases are, chaining in hashing, adjacency list representation of the graph, etc.

True

False

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

TRUE OR FALSE

Forward list are sequence containers that allow constant time insert and erase operations anywhere within the sequence.

TRUE

FALSE

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

TRUE OR FALSE

With C++11, it is not possible for vector or deque to release unneeded memory back to the system with the help of a function called shrink_to_fit().

TRUE

FALSE

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

TRUE OR FALSE

Compared to static sequence containers, both forward_list and list are fast to find a location in the list. 

TRUE

FALSE

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

It uses vector as its core data structure implementation and can be expanded and contracted

Vector

Array

Forward list

Deque

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

This function removes the particular element from the forward list mentioned in its argument.

remove_if()

remove()

clear()

splice_after()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?