Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

QUESTION 1 In the ourvector implementation, the [] method and the at method have the exact same functionality. True False 5 points QUESTION 2 What

QUESTION 1

In the ourvector implementation, the [] method and the at method have the exact same functionality.

True

False

5 points

QUESTION 2

What ADTs have the fastest search/lookup capabilties?

Map

Dynamic array

Queue

Set

Stack

10 points

QUESTION 3

Click all ADTs below that do not allow looping through each element.

map

set

dynamic array

stack

queue

10 points

QUESTION 4

A stringstream can be used to convert a string to a series of different variables including variables of a different type.

True

False

10 points

QUESTION 5

Which of the following are potential/possible implementations of a stack? (which of the following below could implement a stack)

queue

linked list

array

deque

10 points

QUESTION 6

What data structure is used to implement the ourvector class?

deque

linked list

stack

array

10 points

QUESTION 7

A stack is an ADT in which items are inserted at the end of the stack and removed from the front of the stack.

True

False

5 points

QUESTION 8

Which ADTs maintain the order which elements are inserted?

Queue

Set

Map

Dynamic Array

Stack

10 points

QUESTION 9

Which is NOT an example of an abstract data type (ADT)?

A.

Stack

B.

Integer

C.

Queue

D.

Vector

5 points

QUESTION 10

Match the ADT with its behavior.

- A. B. C. D.

Stack

A.

Last-In-First-Out (LIFO) structure

- A. B. C. D.

Queue

B.

Collection of pairs (k, v), where v can be found quickly if you know k.

- A. B. C. D.

Set

C.

First-In-First-Out (FIFO) structure

- A. B. C. D.

Map

D.

An unordered collection of distinct elements.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

T Sql Window Functions For Data Analysis And Beyond

Authors: Itzik Ben Gan

2nd Edition

0135861446, 978-0135861448

More Books

Students also viewed these Databases questions

Question

1. What are vulture funds?

Answered: 1 week ago

Question

What risks do you feel P&G will face going forward?

Answered: 1 week ago