Multiple Choice Questions (MCQ) and answers on
Numerical Methods
2.231
2.312
c.
d.
(Ans:b)
a.
b.
c.
d.
a.
b.
c.
d.
a.
b.
c.
d.
a.
b.
c.
d.
a.
b.
c.
d.
a.
b.
c.
d.
a.
b.
c.
d.
a.
b.
c.
d.
a.
b.
In which of the following method, we approximate the
curve of solution by the tangent in each interval.
Picards method
Eulers method
Newtons method
Runge Kutta method
(Ans:b)
Jacobis method is also known as
Displacement method
Simultaneous displacement method
Simultaneous method
Diagonal method
(Ans:b)
a.
b.
c.
d.
The expected value of the random variable
Will also be the most likely value of the random
variable
Is another term for the mean value
Is also called the variance
Cannot be greater than 1
(Ans:b)
1:
The convergence of which of the following method is sensitive to
starting value?
The number of significant digits in the number
204.020050 is
5
6
8
9
(Ans:d)
A.
False position
B.
Gauss seidal method
C.
Newton-Raphson method
In general the ratio of truncation error to that of round
off error is
2:1
1:1
1:2
1:3
(Ans:a)
D.
All of these
2:
Newton-Raphson method is used to find the root of the equation
x2 - 2 = 0.
If iterations are started from - 1, then iterations will be
The convergence of which of the following method is
sensitive to starting value?
False position
Gauss seidal method
Newton-Raphson method
All of these
(Ans:c)
To perform a Chi-square test
Data conform to a normal distribution
Data be measured on a nominal scale
Each cell has equal number of frequencies
All of these
(Ans:d)
In the Gauss elimination method for solving a system
of linear algebraic equations, triangularzation leads to
Diagonal matrix
Lower triangular matrix
Upper triangular matrix
Singular matrix
(Ans:c)
Match the following:
A. Newton-Raphson
1. Integration
B. Runge-kutta
2. Root finding
C. Gauss-seidel
3. Ordinary Differential Equations
D. Simpsons Rule
4. Solution of system of Linear
Equations
The correct sequence is
A2-B3-C4-D1
A3-B2-C1-D4
A1-B4-C2-D3
A4-B1-C2-D3
(Ans:a)
Order of convergence of Regula-Falsi method is
1.321
1.618
A.
converge to -1
B.
converge to 2
C.
converge to -2
D.
no coverage
3:
Which of the following statements applies to the bisection
method used for finding roots of functions?
A.Converges within a few iterations
B.Guaranteed to work for all continuous functions
C.Is faster than the Newton-Raphson method
D.Requires that there be no error in determining the sign of the
function
4:
We wish to solve x2 - 2 = 0 by Newton Raphson technique. If
initial guess is x0 = 1.0, subsequent estimate of x (i.e. x1) will be
A.
1.414
B.
1.5
C.
2.0
D.
None of these
9:
Using Bisection method, negative root of x3 - 4x + 9 = 0 correct to
three decimal places is
5:
Using Newton-Raphson method, find a root correct to three
decimal places of the equation x3 - 3x - 5 = 0
A.
-2.506
B.
-2.706
A.
2.275
C.
- 2.406
B.
2.279
D.
None of these
C.
2.222
D.
None of these
10:
Four arbitrary points (x1, y1), (x2, y2), (x3, y3),(x4, y4) are given in the
x, y-plane. Using the method of least squares, if regressing y
6:
upon x gives the fitted line y = ax + b; and regressing y upon x
In the Gauss elimination method for solving a system of linear
gives the fitted line y + ax + b; and regressing x upon y gives the
algebraic equations,triangularzation leads to
fitted line
x = cy + d, then
A.
Diagonal matrix
B.
Lower triangular matrix
A. Two fitted lines must coincide
B. Two fitted lines need not coincide
C.
Upper triangular matrix
C. It is possible that ac = 0
D.
Singular matrix
D. A must be 1/c
7:
If f(x) = f(x+h) - f(x), then a constant k, k equals
11:
The root of x3 - 2x - 5 = 0 correct to three decimal places by using
A.
Newton-Raphson method is
B.
A.
2.0946
C.
f(k)- f(0)
B.
1.0404
D.
f(x + k) - f(x)
C.
1.7321
D.
0.7011
8:
Double (Repeated) root of
4x3- 8x2- 3x + 9 = 0 by Newton-raphson method is
12:
Newton-Raphson method of solution of numerical equation is not
A.
1.4
preferred when
B.
1.5
A.Graph of A(B) is vertical
C.
1.6
B.Graph of x(y) is not parallel
D.
1.55
C.The graph of f(x) is nearly horizontal-where it crosses the x-
axis.
D.None of these
13:
C.
h3
D.
h4
Following are the values of a function y(x) : y(-1) = 5, y(0), y(1) = 8
dy/dx at x = 0 as per Newton's central difference scheme is
A.
B.
1.5
C.
2.0
D.
3.0
17:
In which of the following methods proper choice of initial value is
very important?
14:
A root of the equation x3 - x - 11 = 0 correct to four decimals using
bisection method is
A.
2.3737
B.
2.3838
C.
2.3736
D.
None of these
A.
Bisection method
B.
False position
C.
Newton-Raphson
D.
Bairsto method
18:
Using Newton-Raphson method, find a root correct to three
decimal places of the equation sin x = 1 - x
Newton-Raphson method is applicable to the solution of
A Both algebraic and transcendental Equations
.
B Both algebraic and transcendental and also used when the roots are
A.
0.511
B.
0.500
C.
0.555
D.
None of these
. complex
19:
C Algebraic equations only
Errors may occur in performing numerical computation on the
computer due to
D Transcendental equations only
.
A.
Rounding errors
B.
Power fluctuation
C.
Operator fatigue
D.
All of these
16:
The order of error s the Simpson's rule for numercal integration
with a step size h is
A.
B.
h2