Data Structure - Queue

Data Structure - Queue

University

35 Qs

quiz-placeholder

Similar activities

Technical Quiz

Technical Quiz

University

30 Qs

QUEUE DATA STRUCTURE

QUEUE DATA STRUCTURE

University

30 Qs

DaSA FINAL

DaSA FINAL

University

39 Qs

Data Structures and  Its Applications

Data Structures and Its Applications

University

30 Qs

DSA Quiz Finals

DSA Quiz Finals

University

30 Qs

uts ALG & SD

uts ALG & SD

University

40 Qs

Data Structures & Algorithm

Data Structures & Algorithm

University

40 Qs

DataStrc FINALS REVIEWER

DataStrc FINALS REVIEWER

University

32 Qs

Data Structure - Queue

Data Structure - Queue

Assessment

Quiz

Computers

University

Hard

Created by

KarunaiMuthu SriRam

Used 6+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Minimum number of queues required for priority queue implementation?

5

4

3

2

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data structure is used for breadth first traversal of a graph?

queue

stack

list

none of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A queue data-structure can be used for −

expression parsing

recursion

resource allocation

all of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If locality is a concern, you can use _______ to traverse the graph.

Breadth First Search

Depth First Search

Either BFS or DFS

None of the above!

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aposterior analysis are more accurate than apriori analysis because −

it contains the real dat

it assumes all other factors to be dynamic

it assumes all other factors to be constant.

it is a result of reverse-engineering.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Prefix notation is also known as

Reverse Polish Notation

Reverse Notation

Polish Reverse Notation

Polish Notation

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If queue is implemented using arrays, what would be the worst run time complexity of queue and dequeue operations?

Ο(n), Ο(n)

Ο(n), Ο(1)

Ο(1), Ο(n)

Ο(1), Ο(1)

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?