
Mathematics for Data Science I End Term: 13 April 2025, Set QDF1 (January 2025 term)
The IIT Madras BS Mathematics for Data Science I (Maths 1) End Term paper sat on 13 Apr 2025, in the January 2025 term, set QDF1: 19 questions for 50 marks in 180 minutes. Every question is below with its answer. Take it as a timed mock test to be marked, or read it through first.
- 19
- 50
- 180 min
- 5
- 5
- 9
Show answer
Correct answer
Question 2
Which of the following options is true?
The minimum cost-spanning tree obtained by Prim’s Algorithm is always the same as obtained by Kruskal’s Algorithm.
The minimum cost-spanning tree is not a tree.
The cost of the spanning tree obtained by Prim’s Algorithm is the same as obtained by Kruskal’s Algorithm.
If the weight of each edge in a graph is equal, then the total cost of the graph is equal to the cost of the minimum cost-spanning tree.
Show answer
Correct answer
The cost of the spanning tree obtained by Prim’s Algorithm is the same as obtained by Kruskal’s Algorithm.
Question 3
Which of the following statements is (are) correct?
Show answer
Correct answers
Question 4
Show answer
Correct answers
Question 5
If we perform Breadth-First Search at node 0, then one of the possible orders in which the nodes will be visited is 01423567.
If we perform Depth First Search at node 0, then one of the possible order in which the nodes will be visited is 04123576
If we perform Breadth-First Search at node 0, then one of the possible orders in which the nodes will be visited is 01423765.
If we perform Depth First Search at node 0, then one of the possible orders in which the nodes will be visited is 04132567.
Show answer
Correct answers
If we perform Breadth-First Search at node 0, then one of the possible orders in which the nodes will be visited is 01423567.
If we perform Depth First Search at node 0, then one of the possible orders in which the nodes will be visited is 04132567.
Question 6
Show answer
Correct answer: 0
Question 7
Show answer
Correct answer: 120
Question 8
Based on the above data, answer the subquestions.
Show answer
Correct answer: 15
Question 9
Based on the above data, answer the subquestions.
Show answer
Correct answer: 0.12 (accepted within ±0.01)
Question 10
TRUE
FALSE
Show answer
Correct answer
FALSE
Question 11
TRUE
FALSE
Show answer
Correct answer
TRUE
Question 12
TRUE
FALSE
Show answer
Correct answer
TRUE
Question 13
Show answer
Correct answer: -2
Question 14
Based on the above data, answer the given subquestions.
Show answer
Correct answer: 6
Question 15
Based on the above data, answer the given subquestions.
Show answer
Correct answer: -6
Question 16
How much time(in sec) the arrow will take to reach the ground?
Show answer
Correct answer: 4
Question 17
Which of the following options is/are true ?
Show answer
Correct answers
Question 18
Suppose Nitya wishes to find the minimum cost spanning tree of the graph given below. While finding the minimum cost spanning tree she finds that a few edge weights are missing (x and y) but she is sure that the weight of the minimum cost spanning tree is 15 in the graph.
Based on the above data, answer the given subquestions.
Which of the following are possible values for x and y?
x = 2, y = 6.
x= 4, y = 3.
x = 3, y = 4.
x = 1, y = 6.
Show answer
Correct answers
x = 2, y = 6.
x = 3, y = 4.
Question 19
Suppose Nitya wishes to find the minimum cost spanning tree of the graph given below. While finding the minimum cost spanning tree she finds that a few edge weights are missing (x and y) but she is sure that the weight of the minimum cost spanning tree is 15 in the graph.
Based on the above data, answer the given subquestions.
What is the minimum number of colors required to properly color the vertices of the given graph such that no two adjacent vertices share the same color?
Show answer
Correct answer: 4