Question 1
+2 marksOne or more correct optionsSelect all that apply.
- A
- B
- C
- D
The IIT Madras BS Mathematics for Data Science I (Maths 1) Quiz 1 paper sat on 11 Jul 2021, in the May 2021 term, set POD21QZBQPA: 10 questions for 25 marks in 120 minutes. Every question is below with its answer. Take it as a timed mock test to be marked, or read it through first.
Correct answers
–4
–1
1
4
Correct answers
–4
1
If we perform Depth First Search at node 0, then one of the possible order in which the nodes will be visited is 05142367
If we perform Depth First Search at node 0, then one of the possible order in which the nodes will be visited is 01453672
If we perform Breadth First Search at node 0, then one of the possible order in which the nodes will be visited is 01542367
If we perform Depth First Search at node 0, then one of the possible order in which the nodes will be visited is 01543267
Correct answers
If we perform Depth First Search at node 0, then one of the possible order in which the nodes will be visited is 05142367
If we perform Depth First Search at node 0, then one of the possible order in which the nodes will be visited is 01453672
If we perform Breadth First Search at node 0, then one of the possible order in which the nodes will be visited is 01542367
Correct answer
A curious student of the IITM Online Degree Program wants to fit the data given in Table: 1. Using the knowledge of Maths1 course, he came to an understanding that the model will be of the form . The student wants to calculate the value of such that the SSE will be minimum. What is the value of ?
| x | y |
|---|---|
| 0 | 3 |
| 2 | 2 |
| 4 | 3 |
Table: 1
NOTE: Enter your answer to the nearest integer.
Correct answer: 1
Correct answers
Correct answers
Which of the following options is(are) CORRECT?
A graph can be drawn with 5 vertices, 5 edges, and the degree of each vertex being 2.
6,2,2,2,2,2,2 can be a possible listing of the degrees of a graph with 7 vertices.
5,5,2,2,1,1 can be a possible listing of the degrees of a graph with 6 vertices.
A graph can be drawn with 6 vertices, 9 edges, and the degree of each vertex being 3.
In an Adjacency matrix A, if all the entries are non-zero, then the graph represented by A is a simple graph.
Correct answers
A graph can be drawn with 5 vertices, 5 edges, and the degree of each vertex being 2.
6,2,2,2,2,2,2 can be a possible listing of the degrees of a graph with 7 vertices.
A graph can be drawn with 6 vertices, 9 edges, and the degree of each vertex being 3.
Below table shows the adjacency list w.r.t incoming edges of a directed graph . Which of the following tables shows the adjacency list w.r.t outgoing edges of the graph ?
| 0 | { } |
|---|---|
| 1 | {0} |
| 2 | {0,1} |
| 3 | {2} |
| 4 | {2,3} |
| 5 | {3} |
| 6 | {4} |
| 7 | {8,4} |
| 8 | {3} |
Adjacency list w.r.t incoming edges
Correct answer
Which of the following graphs has the smallest vertex cover?
Correct answer