AI ML NW DSA APP

AI ML NW DSA APP

University

50 Qs

quiz-placeholder

Similar activities

IT2112 Networking 1 Quiz 1

IT2112 Networking 1 Quiz 1

University

45 Qs

2024-25-2S-OADT3-PreQ2

2024-25-2S-OADT3-PreQ2

University

45 Qs

Prelim Exam on Living in the IT Era A

Prelim Exam on Living in the IT Era A

University

45 Qs

Кәсіби ағылшын 201 - 250

Кәсіби ағылшын 201 - 250

University

50 Qs

PRELIM EXAM_INTERNET RESEARCH FOR BUSINESS

PRELIM EXAM_INTERNET RESEARCH FOR BUSINESS

University

55 Qs

Algorithm Design and Analysis Quiz

Algorithm Design and Analysis Quiz

University

45 Qs

GE IT ERA- Quiz # 1

GE IT ERA- Quiz # 1

University

55 Qs

 COMPUTER SYSYTEMS SERVICING

COMPUTER SYSYTEMS SERVICING

10th Grade - University

55 Qs

AI ML NW DSA APP

AI ML NW DSA APP

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Dr.C.P. CSE

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is application of Breath First Search on the graph?

Finding diameter of the graph


Finding bipartite graph

Both (A) and (B)

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Breadth First Search(BFS) is started on a binary tree beginning from the root vertex. There is a vertex t at a distance four from the root. If t is the n-th vertex in this BFS traversal, then the maximum possible value of n is______ .


16

15

31

32

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following algorithms solves the all pair shortest path problem?

Prim's algorithm

Dijkstra's algorithm

Bellman ford algorithm


Floyd warshalls algorithm

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The Floyd-Warshall algorithm for all-pair shortest paths computation is based on

Greedy paradigm

Divide-and-Conquerparadigm.

Dynamic Programing paradigm.

neither Greedy nor Divide-and-Conquer nor Dynamic Programming paradigm

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The minimum number of comparisons required to find the minimum and the maximum of 100 numbers is _________________.

100

99

148

198

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the worst case time complexity of inserting n elements into an empty linked list, if the linked list needs to be maintained in sorted order?

O(n log n)
O(n)
O(log n)
O(n^2)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following operations is performed more efficiently by doubly linked list than by linear linked list?

Deleting a node whose location is given

Insertion of a node at the beginning is faster.
Traversal of the list is more efficient.
Searching for a node is quicker.

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?