NPTEL Problem Solving Through Programming in C Week 10 Assignment Answers 2024
1. The bisection method is used to find
a) Derivative of a function at a given point
b) Numerical integration of a function within a range
c) The root of the function
d) None of the above
Answer :- For Answers Click Here
2.
a) 40
b) 30
c) Compilation error
d) Runtime error
Answer :- For Answers Click Here
3. What is the advantage of a recursive approach over an iterative approach?
a) Consumes less memory
b) Less code and easy to implement
c) Consumes more memory
d) More code has to be written
Answer :- For Answers Click Here
4. Which of the following is not an application of binary search?
a) To find the lower/upper bound in an ordered sequence
b) Union of intervals
c) Debugging
d) To search an unordered list
Answer :-
5.
a) Exactly one root
b) no root exists
c) at least one root
d) roots are undermined
Answer :-
6.
Answer :- For Answers Click Here
7.
a) 23,11
b) 23,23
c) 11,17
d) 17,17
Answer :-
8.
Answer :-
9.
Answer :-
10.
a) o,o
b) p,g
c) g,g
d) g,r
Answer :- For Answers Click Here