Data Structure - Queue

Data Structure - Queue

University

35 Qs

quiz-placeholder

Similar activities

Linear Data Structures Quiz

Linear Data Structures Quiz

University

40 Qs

Data structures:  Chapter 2| 1

Data structures: Chapter 2| 1

University

34 Qs

QUEUE DATA STRUCTURE

QUEUE DATA STRUCTURE

University

30 Qs

ACA 1

ACA 1

University

30 Qs

BSIS 2-1 =  arrays , STACKS and Queues

BSIS 2-1 = arrays , STACKS and Queues

University

30 Qs

Queue Quiz 2-A

Queue Quiz 2-A

University

30 Qs

Data Structures Priliminary

Data Structures Priliminary

University

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