2nd Year Data Structures Quiz Qn

2nd Year Data Structures Quiz Qn

University

35 Qs

quiz-placeholder

Similar activities

7_sem

7_sem

University

30 Qs

Honners quiz

Honners quiz

University

40 Qs

Software Development Quiz

Software Development Quiz

University

40 Qs

CTDL Lần 1

CTDL Lần 1

University

33 Qs

IT REVIEW

IT REVIEW

9th Grade - University

40 Qs

PAT_AIJ_XII-TKJ

PAT_AIJ_XII-TKJ

12th Grade - University

30 Qs

Computer Systems Organization Quiz

Computer Systems Organization Quiz

University

40 Qs

Compro2 (Midterm) Exception

Compro2 (Midterm) Exception

University

35 Qs

2nd Year Data Structures Quiz Qn

2nd Year Data Structures Quiz Qn

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Keerthana Moorthy

Used 5+ times

FREE Resource

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

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?