NPTEL Problem solving through Programming In C Assignment 11 Answers 2022
NPTEL Problem solving through Programming In C Assignment 11 Answers 2022 :- Here All The Questions and Answers Provided to Help All The Students and NPTEL Candidate as a Reference Purpose, It is Mandetory to Submit Your Weekly Assignment By Your Own Understand Level.
Are you looking for the Assignment Answers to NPTEL Problem solving through Programming In C Assignment 11 Answers 2022? If Yes You are in Our Great Place to Getting Your Solution, This Post Should be help you with the Assignment answer to the National Programme on Technology Enhanced Learning (NPTEL) Course “NPTEL Problem solving through Programming In C Week 11 Solution 2022”
Table of Contents
NPTEL Problem solving through Programming In C
From My Side :
This course is aimed at enabling the students to :
Formulate easy algorithms for arithmetic and investigative problems
Translate the algorithms to programs (in C language)
Test and kill the programs and truthful syntax and investigative errors
Implement conditional branching, iteration and recursion
Decompose a tortured into functions and synthesize a unmodified program using divide and conquer right of admission
Use arrays, pointers and structures to formulate algorithms and programs
Apply programming to solve matrix adding occurring together and multiplication problems and searching and sorting problems
Apply programming to solve easy numerical method problems, namely rot finding of doing, differentiation of do something and easy integration
This course is aimed at enabling the students to. Formulate easy algorithms for arithmetic and rational problems. Translate the algorithms to programs (in C language) Test and execute the programs and precise syntax and logical errors.
10 Steps to Solving a Programming Problem.
Read the difficulty at least three era (or however many makes you setting satisfying)
Work through the shackle manually taking into account at least three sets of sample data.
Simplify and optimize your steps.
Write pseudocode.
Translate pseudocode into code and debug.
- Formulate simple algorithms for arithmetic and logical problems
- Translate the algorithms to programs (in C language)
- Test and execute the programs and correct syntax and logical errors
- Implement conditional branching, iteration and recursion
- Decompose a problem into functions and synthesize a complete program using divide and conquer approach
- Use arrays, pointers and structures to formulate algorithms and programs
- Apply programming to solve matrix addition and multiplication problems and searching and sorting problems
- Apply programming to solve simple numerical method problems, namely rot finding of function, differentiation of function and simple integration
CRITERIA TO GET A CERTIFICATE
This course can have Associate in Nursing unproctored programming communication conjointly excluding the Proctored communication, please check announcement section for date and time. The programming communication can have a weightage of twenty fifth towards the ultimate score.
- Assignment score = 25% of average of best 8 assignments out of the total 12 assignments given in the course.
- ( All assignments in a particular week will be counted towards final scoring – quizzes and programming assignments).
- Unproctored programming exam score = 25% of the average scores obtained as part of Unproctored programming exam – out of 100
- Proctored Exam score =50% of the proctored certification exam score out of 100
UNPROCTORED PROGRAMMING EXAM SCORE >=10/25 AND PROCTORED EXAM SCORE >= 20/50.
CHECK HERE OTHERS NPTEL ASSIGNMENTS ANSWERS
BELOW YOU CAN GET YOUR NPTEL Problem solving through Programming In C Assignment 11 Answers 2022? :
NPTEL Problem solving through Programming In C Assignment 11 Answers 2022
Problem Solving Through Programming In C NPTEL Week 11 assignment Answer By SciShowEngineers
Q1. Interpolation is a process for
a) extracting feasible data set from a given set of data
b) finding a value between two points on a line or curve
c) removing unnecessary points from a curve
d) all of the mentioned
SHOW Answer By SciShowEngineer
Answer By SciShowEngineer: b) finding a value between two points on a line or curve
Q2. Given two data ponts (a, f(a)) and (b, f(b)), the linear Lagrange polynomial f(x) that passes through these two points are given as
SHOW Answer By SciShowEngineer
Answer By SciShowEngineer: d)
Q3. To solve a differential equation using Runge-Kutta method, necessary inputs from user to the algorithm is/are
a) the differential equation dy/dx in the form x and y
b) the step size based on which the iterations are executed.
c) the initial value of y.
d) all the above
SHOW Answer By SciShowEngineer
Answer By SciShowEngineer: d) all the above
Q4.
a) 0.64
b) 3.33
c) 2.67
d) 0.56
SHOW Answer By SciShowEngineer
Answer By SciShowEngineer: a) 0.64
Q5.
a) 172.7
b) 125.6
c) 136.2
d) 142.8
SHOW Answer By SciShowEngineer
Answer By SciShowEngineer: b) 125.6
Q6. Solve the ordinary differential equation below using Runge-Kutta 4th order method. Step size h=0.2
5dy/dx + xy3 = cos(x), y(0) = 3
The value of y(0.2) is (upto two decimal points)
a) 2.86
b) 2.93
c) 3.13
d) 3.08
SHOW Answer By SciShowEngineer
Answer By SciShowEngineer: b) 2.93
Q7. Using Bisection method, negative root of x3 – 4x + 9 = 0 correct to three decimal place is
a) -2.506
b) -2.706
c) -2.406
d) None of the above
SHOW Answer By SciShowEngineer
Answer By SciShowEngineer: b) -2.706
Q8. Match the following
a) A – 2, B – 4, C – 1, D – 3
b) A – 3, B – 1, C – 2, D – 4
c) A – 1, B – 4, C – 3, D – 2
d) A – 2, B – 3, C – 4, D – 1
SHOW Answer By SciShowEngineer
Answer By SciShowEngineer: a) A – 2, B – 4, C – 1, D – 3
Q9.
a) 1.45 to 1.47
b) 1.74 to 1.76
c) 1.54 to 1.56
d) 1.63 to 1.65
SHOW Answer By SciShowEngineer
Answer By SciShowEngineer: b) 1.74 to 1.76
Q10. Consider the same recursive C function that takes two arguments
unsignedintfunc(unsigned int n, unsigned int r)
{
if(n > 0) return (n%r + func(n/r, r));
else return 0;
}
What is the return value of the function foo when it is called as func(513, 2)?
a) 9
b) 8
c) 5
d) 2
SHOW Answer By SciShowEngineer
Answer By SciShowEngineer: d) 2
Problem solving through Programming In C Week 11 Assignments Solutions
Yhaa You have done it but next? if YOU Want to your Others NPTEL Problem solving through Programming In C Assignments Answers Then Follow US HERE and Join Telegram.