AI ML NW DSA APP

AI ML NW DSA APP

University

50 Qs

quiz-placeholder

Similar activities

UTS Digital Forensik

UTS Digital Forensik

University

50 Qs

Switching, layering

Switching, layering

University

52 Qs

Pre-FINAL EXAM

Pre-FINAL EXAM

University

49 Qs

Premid Examination - Intro. to Computing

Premid Examination - Intro. to Computing

University

50 Qs

IAS1-FINAL EXAMINATION

IAS1-FINAL EXAMINATION

University

50 Qs

BSIT2102 PL Networking1 Tuando

BSIT2102 PL Networking1 Tuando

University

50 Qs

Digital Citizenship and ICT Quiz

Digital Citizenship and ICT Quiz

8th Grade - University

49 Qs

Administrative Domains Quiz

Administrative Domains Quiz

University

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