Numerical Methods Final Exams
Numerical Methods Final Exams
Numerical Methods Final Exams
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Question 2
Complete
Mark 1.00 out of 1.00
Flag question
Question text
In numerical integration, when both the end points of the interval of integration
are used as nodes in the methods, the methods are called closed type methods
Select one:
True
False
Question 3
Complete
Mark 1.00 out of 1.00
Remove flag
Question text
Question 4
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Simpson’s 1/3 rule uses a second degree polynomial formed by the two points of
the original function.
Select one:
True
False
Question 5
Complete
Mark 1.00 out of 1.00
Flag question
Question text
For a two segment trapezoidal rule, it will use the points similar to the ones used
by Simpson’s 1/3 rule.
Select one:
True
False
Question 6
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Question 7
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Question 8
Complete
Mark 1.00 out of 1.00
Flag question
Question text
A cubic polynomial can interpolate three points.
Select one:
True
False
Question 9
Complete
Mark 1.00 out of 1.00
Remove flag
Question text
Question 10
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Question 11
Complete
Mark 1.00 out of 1.00
Flag question
Question text
The degree of the polynomial for the 10 sample values or data points is equal to
10.
Select one:
True
False
Question 12
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Given the function f(x) = 0.75 + 1.1x, an exact value can be given instantly by
Trapezoidal rule
Select one:
True
False
Question 13
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Question 14
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Question 15
Complete
Mark 1.00 out of 1.00
Flag question
Question text
If the interval of the function is given as 0 to pi, for n = 6 segments, each node
or segments will be
Select one:
True
False
Question 16
Complete
Mark 1.00 out of 1.00
Flag question
Question text
In the analysis of algorithm, this is the number of steps taken on any instance of
size a.
Select one:
a. best-case
b. worst-case
c. amortized
d. average-case
Question 17
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Question 18
Complete
Mark 1.00 out of 1.00
Flag question
Question text
This is an informal and human readable description of an algorithm leaving
many granular details of it.
Select one:
a. Process
b. Algorithm
c. Pseudocode
d. Instruction
Question 19
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Question 20
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Question 21
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Using Newton’s interpolation, with data given below compute for f(1.5)
x0 = 0 f(x0) = 2
x1 = 3 f(x1) = 7
x2 = 5 f(x2) = 9
The solution of Y(1.5)=4.8
Select one:
True
False
Question 22
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Question 23
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Using Newton’s interpolation, with data given below to compute for f(1.5)
x0 = 0 f(x0) = 2
x1 = 3 f(x1) = 7
x2 = 5 f(x2) = 9
The first order from x0 = 3 to x1 = 5 has a value of 1
Select one:
True
False
Question 24
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Question 25
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Select one:
True
False
Question 26
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Only four points are needed in constructing a fourth order Newton Divided
Difference polynomial,
Select one:
True
False
Question 27
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Question 28
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Question 29
Complete
Mark 1.00 out of 1.00
Flag question
Question text
From the two data points (1,4) and (3, 7), and (4,10) using Lagrange polynomial
method, the polynomial is Li(x) = 0.5x2 -0.5x +2.
Select one:
True
False
Question 30
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Using Lagrange interpolation, with data given below compute for f(1.5)
x0 = 0 f(x0) = 2
x1 = 3 f(x1) = 7
x2 = 5 f(x2) = 9
the solution is f(1.5) = 4.8
Select one:
True
False
Question 31
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Using Newton’s interpolation, with data given below to compute for f(1.5)
x0 = 0 f(x0) = 2
x1 = 3 f(x1) = 7
x2 = 5 f(x2) = 9
The second ordervalue is 1/3.
Select one:
True
False
Question 32
Complete
Mark 1.00 out of 1.00
Flag question
Question text
If the function, f(x) = cos3x was approximated by the polynomial, P(1.5) = -0.2,
the amount of error approximately 0.05
Select one:
True
False
Question 33
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Question 34
Complete
Mark 1.00 out of 1.00
Flag question
Question text
This is defined as the high level descriptions of instruction which is intended for
human reading.
Select one:
a. Process
b. Algorithm
c. Pseudocode
d. Instruction
Question 35
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Question 36
Complete
Mark 1.00 out of 1.00
Flag question
Question text
The point was added to the Simpson’s 1/3 Rule which gives a better
Question 37
Complete
Mark 1.00 out of 1.00
Flag question
Question text
In numerical differentiation, using a very small step size may increase the
approximation error.
Select one:
True
False
Question 38
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Question 39
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Question 40
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Reducing the equidistant points improves the approximation of the function, f(x)
by the polynomial, P.
Select one:
True
False
Question 41
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Numerical integrations such as Trapezoidal and Simpson’s 1/3 rule should have
intervals that are uniform.
Select one:
True
False
Question 42
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Question 43
Complete
Mark 1.00 out of 1.00
Flag question
Question text
While using two sets of points (x0,y0) and (x1,y1) a straight line is formed and
could use the slope equation which follows that the first derivative can be
approximated using the given values.
Select one:
True
False
Question 44
Complete
Mark 1.00 out of 1.00
Flag question
Question text
For both the Trapezoidal and Simpson’s 1/3 rule , using more strips will give
better approximation of the curve.
Select one:
True
False
Question 45
Complete
Mark 1.00 out of 1.00
Flag question
Question text
>>h=(b-a)/n
>>x=a sum=f(x)
>>for i=1:n-1
>>x=x+h
>>sum=sum+2*f(x)
>> end
>>sum=sum+f(b)
>>(b-a)*sum/(2*n)
Select one:
True
False
Question 46
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Using Lagrange interpolation, with data given below compute for f(1.5)
x0 = 0 f(x0) = 2
x1 = 3 f(x1) = 7
the solution is f(1.5) = 4.5
Select one:
True
False
Question 47
Complete
Mark 1.00 out of 1.00
Flag question
Question text
To measure the efficiency of the algorithm, the space and time efficiency are the
important factors
Select one:
True
False
Question 48
Complete
Mark 1.00 out of 1.00
Flag question
Question text
Flag question
Question text
Using Newton’s interpolation, with data given below to compute for f(1.5)
x0 = 0 f(x0) = 2
x1 = 3 f(x1) = 7
x2 = 5 f(x2) = 9
The first order from x0 = 0 to x1 = 3 has a value of 4.8 which is similar to
Lagrange.
Select one:
True
False
Question 50
Complete
Mark 1.00 out of 1.00
Flag question
Question text
From the two data points(2,5) and (6, 11), using Lagrange polynomial method,
the polynomial is Li(x) = 1.5x +2.
Select one:
True
False