Data Structure - Queue

Data Structure - Queue

University

35 Qs

quiz-placeholder

Similar activities

Data Structures Quiz

Data Structures Quiz

University

30 Qs

Operating System 2nd module

Operating System 2nd module

University

30 Qs

EC8393_FDS_MODEL EXAM_3_PART A

EC8393_FDS_MODEL EXAM_3_PART A

University

30 Qs

2025190602

2025190602

University

40 Qs

Techno Excellent

Techno Excellent

University

40 Qs

Data Structure

Data Structure

University

35 Qs

Data Structure & Algorithm-Quiz-1

Data Structure & Algorithm-Quiz-1

University

30 Qs

Trees, Linked Lists, Stacks and Queues

Trees, Linked Lists, Stacks and Queues

11th Grade - University

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