Search Header Logo

2nd Year Data Structures Quiz Qn

Authored by Keerthana Moorthy

Information Technology (IT)

University

Used 5+ times

2nd Year Data Structures Quiz Qn
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is an array initialized in C language?

int a[3] = {1, 2, 3};

int a = {1, 2, 3};

int a[] = new int[3]

int a(3) = [1, 2, 3];

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not the type of queue?

Priority queue

Single-ended queue

Circular queue

Ordinary queue

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

From following which is not the operation of data structure?

Operations that manipulate data in some way

Operations that perform a computation

Operations that check for syntax errors

Operations that monitor an object for the occurrence of a controlling event

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are applications of Topological Sort of a graph?

Sentence Ordering

Course Scheduling

OS Deadlock Detection

All of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of the binary search algorithm?

O(n)

O(n^2)

O(log2n)

O(1)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following algorithms are used to find the shortest path from a source node to all other nodes in a weighted graph?

BFS

Kruskal’s Algorithm

Prims Algorithm

Djikstra’s Algorithm

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many edges are present in the complete graph of n vertices?

n(n-1)/2

n(n+1)/2

n

n/2

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?