ADS - Question Bank
ADS - Question Bank
UGC-Autonomous
II-B.Tech II-Semester Question Bank
Branch :CSE,AIML,DS
Academic Year 2024-25
UNIT-1
Short Answer Questions:
S.
Question Marks CO BL PO PSO
No
Define asymptotic notations and list different
1 2 1 L1 PO1, PO2 PSO1
types.
PO1, PO2,
2 What is a B-Tree? Explain its applications. 2 1 L2 PSO1
PO3
PO1, PO2,
3 What is an AVL tree? Explain its applications. 2 1 L2 PSO1
PO3
UNIT-2
Short Answer Questions:
1 Define Min Heap and Max Heap with 2 2 L1 PO1, PO2 PSO1
examples.
PSO1,PSO2
2 What are priority queues? Mention their 2 2 L2 PO1, PO2
applications.
3 Differentiate between BFS and DFS in graph 2 2 L4 PO2, PO3 PSO1
traversal.
What are connected and biconnected
4 2 2 L2 PO2, PO3 PSO1
components in graphs?
5 Define Divide and Conquer with an example. 2 2 L2 PO2, PO3 PSO1
UNIT-3
Short Answer Questions:
S. Question Marks CO BL PO PSO
No
1 What is the Greedy Method? 2 L1 PO1, PO2 PSO1
2
2 Define the Knapsack Problem. 2 L1 PO1, PO2 PSO1
2
3 What is a Minimum Cost Spanning Tree (MST)? 2 L2 PO2, PO3 PSO1
2
PSO1,
4 State Dijkstra’s algorithm and its purpose. 2 2 L2 PO2, PO3
PSO2
5 What is Dynamic Programming? Give an example. 2 2 L2 PO2, PO3 PSO1
UNIT-4
Short Answer Questions:
S.
Question Marks CO BL PO PSO
No
1 What is backtracking? Give an example. 4 L2 PO1, PO2 PSO2
2
2 State the 8-Queens problem. 4 L2 PO1, PO2 PSO2
2
Mar
SNo Question CO BL PO PSO
ks
What is Backtracking? Discuss the general
P PO2,
1 method of backtracking and its application to the 10 4 L4 PSO2
PO3
8-Queens problem.
Explain the Sum of Subsets problem and how
2 10 4 L4 PO1, PO2 PSO2
backtracking is used to solve it.
How is Graph Coloring approached using
PO1, PO2,
3 backtracking? Explain the solution approach and its 10 4 L5 PSO2
PO3
complexity.
What is the 0/1 Knapsack problem and how is it
4 10 4 L5 PO1, PO2 PSO2
solved using Backtracking?
Explain the concept of Branch and Bound. How is it
5 applied to solve the Traveling Salesperson Problem 10 4 L5 PO2, PO3 PSO2
(TSP)?
RV Institute of Technology
UGC-Autonomous
II-B.Tech II-Semester Question Bank
Branch : CSE,AIML,DS
Academic Year 2024-25
UNIT-5
Short Answer Questions: