Seatwork  (SEQUENTIAL CONTAINER TYPES) data structure

Seatwork (SEQUENTIAL CONTAINER TYPES) data structure

University

15 Qs

quiz-placeholder

Similar activities

Лекция 15. Контейнеры STL

Лекция 15. Контейнеры STL

University

12 Qs

STL

STL

University

10 Qs

Data Structures- Introduction

Data Structures- Introduction

University

20 Qs

Data Structures using C

Data Structures using C

12th Grade - University

20 Qs

Data Structure

Data Structure

University

20 Qs

Online Test-3 ( Wipro Talent Next )- 30th July 2020

Online Test-3 ( Wipro Talent Next )- 30th July 2020

University

20 Qs

Control Structures

Control Structures

University

14 Qs

Advanced Excel

Advanced Excel

KG - 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?