Numerical computing final mcqs[1]
Numerical computing final mcqs[1]
10.If the initial interval in the Bisection Method is [1, 2], how many
iterations are needed to reach an accuracy of 10-3 ?
a) 5
b) 10
c) 11
d) 20
Answer: c) 11
What is the main disadvantage of the Bisection Method?
a) It requires derivative evaluation
b) It converges very slowly
c) It cannot be applied to transcendental equations
d) It requires the function to be continuous
Answer: b) It converges very slowly
11.The Bisection Method guarantees convergence:
a) Always
b) Only if the function is continuous and changes sign in the interval
c) Only for linear functions
d) Only for polynomial functions
Answer: b) Only if the function is continuous and changes sign in the
interval
12.What is the relationship between the initial interval and the
maximum number of iterations in the Bisection Method?
a) The larger the interval, the fewer iterations are needed
b) The smaller the interval, the more iterations are needed
c) The larger the interval, the more iterations are needed
d) The interval does not affect the number of iterations
Answer: c) The larger the interval, the more iterations are needed
13.If the function f(x) = x2 − 4, what is the root obtained using one
iteration of the Bisection Method in the interval [0, 3]?
a) 0.5
b) 1.5
c) 1.75
d) 2.0
Answer: b) 1.5
14.In a Bisection Method iteration, if the midpoint m satisfies f(m) = 0
what happens next?
a) Continue with the next iteration
b) Stop as the root is found
c) Increase the interval size
d) Decrease the step size
Answer: b) Stop as the root is found
15.Which of the following best describes the error in the Bisection
Method?
a) Absolute error increases with iterations
b) Absolute error decreases exponentially with iterations
c) Absolute error decreases linearly with iterations
d) Absolute error decreases logarithmically with iterations
Answer: d) Absolute error decreases logarithmically with iterations
16.In the Bisection Method, the interval is halved in each iteration.
What does this halving do to the error?
a) Multiplies it by 2
b) Divides it by 2
c) Reduces it by 25%
d) Keeps it constant
Answer: b) Divides it by 2
17.For a function f(x) = ex − 3x, the Bisection Method is applied to find a
root in [0, 1]. After two iterations, the estimated root is closest to:
a) 0.25
b) 0.375
c) 0.625
d) 0.5
Answer: b) 0.375
18.The Bisection Method fails to find the root when:
a) The function is discontinuous
b) The function does not change sign in the interval
c) Both a and b
d) None of the above
Answer: c) Both a and b
19.If the Bisection Method is applied to f(x) = x3 + 2x in the interval [0,
1], the first two midpoints are:
a) 0.25 and 0.5
b) 0.5 and 0.75
c) 0.5 and 0.25
d) 0.25 and 0.75
Answer: b) 0.5 and 0.75
Secent Method
Easy Level MCQs
Jacobi method:
1. What is the primary goal of the Jacobi method?
2. The Jacobi method is best suited for solving systems of linear equations
where the matrix is:
5. Which of the following is not required for the Jacobi method to converge?
A) Always converges
B) May fail to converge
C) Converges very quickly
D) Requires more iterations
A) The same values from the previous iteration for all components
B) Values from the current iteration for all components
C) The previous values for all components except for the iii-th element
D) Only the diagonal elements of the matrix
Answer: C) The previous values for all components except for the iii-th element
10. Which of the following is not a typical use case of the Jacobi method?
Answer: C) Each element update depends on all other elements from the previous iteration
A) Direct method
B) Iterative method
C) Divided difference method
D) Least-squares method
15. Which of the following would be a suitable stopping condition for the
Jacobi method?
A) When the sum of the absolute values of the matrix elements is small
B) When the solution vector stops changing significantly between iterations
C) When the matrix is fully sparse
D) When the determinant of the matrix is positive
Answer: B) When the solution vector stops changing significantly between iterations
16. The Jacobi method is particularly effective when the matrix is:
Answer: B) The values of all other variables from the previous iteration
18. If the initial guess for xxx in the Jacobi method is x(0)=[0,0,0]Tx^{(0)} =
[0, 0, 0]^Tx(0)=[0,0,0]T, the first iteration uses:
A) Quadratic equations
B) Systems of linear equations
C) Nonlinear equations
D) Polynomial equations
Answer: B) The most recent updated values within the same iteration
3. The Gauss-Seidel method is more efficient than the Jacobi method because
it:
Answer: B) Uses the most recent values during the same iteration
A) Slower
B) More memory-intensive
C) More efficient
D) Less accurate
5. The Gauss-Seidel method is particularly useful when the matrix AAA is:
A) Sparse
B) Symmetric and positive definite
C) Diagonally dominant
D) Both B and C
A) Direct method
B) Iterative method
C) Approximation method
D) Eigenvalue method
Answer: B) The previous value of x1(k)x_1^{(k)}x1(k) and the updated values of other
variables
A) Symmetric
B) Diagonally dominant or positive definite
C) Sparse
D) Non-singular
12. The Gauss-Seidel method converges faster than the Jacobi method
because:
A) Only x2(k+1)x_2^{(k+1)}x2(k+1)
B) All remaining variables in the same iteration
C) Only xn(k+1)x_n^{(k+1)}xn(k+1)
D) No other variables in the same iteration
15. If the matrix AAA is not diagonally dominant, the Gauss-Seidel method:
Here are 5 easy and simple multiple-choice questions (MCQs) related to the Gauss-Seidel
method:
16. The Gauss-Seidel method converges faster when the coefficient matrix is:
C) Slower to converge
D) More complex to implement
A) Non-linear equations
B) Systems of linear equations
C) Ordinary differential equations
D) Polynomial equations
A) Newton's method
B) Bisection method
C) Euler's method
D) Trapezoidal rule
3. In the Regula Falsi method, you need to start with two points aaa and bbb
such that:
A) f(a)=f(b)f(a) = f(b)f(a)=f(b)
B) f(a)⋅f(b)>0f(a) \cdot f(b) > 0f(a)⋅f(b)>0
C) f(a)⋅f(b)<0f(a) \cdot f(b) < 0f(a)⋅f(b)<0
D) f(a)=0f(a) = 0f(a)=0
5. In the Regula Falsi method, once the new approximation ccc is computed,
the interval is updated based on:
Answer: B) It can fail to converge if the function has a horizontal tangent near the root
8. In the Regula Falsi method, when should the new approximation ccc
replace aaa or bbb?
Answer: B) When f(a)⋅f(c)<0f(a) \cdot f(c) < 0f(a)⋅f(c)<0 or C) When f(b)⋅f(c)<0f(b) \cdot
f(c) < 0f(b)⋅f(c)<0
12. The formula for the new point ccc in Regula Falsi method is derived using:
A) Arithmetic mean
B) Geometric mean
C) Linear interpolation
D) Polynomial fitting
13. If the function in the Regula-Falsi method has a zero slope at the point, the
method may:
A) Converge slowly
B) Converge faster than expected
C) Fail to converge
D) Converge exactly
14. Which of the following methods uses a linear interpolation to estimate the
root?
A) Newton's method
B) Bisection method
C) Regula Falsi method
D) Secant method
Answer: B) Two points such that f(a)⋅f(b)<0f(a) \cdot f(b) < 0f(a)⋅f(b)<0
2. Which of the following refers to how close a measured value is to the true
value?
A) Rounding
B) Precision
C) Accuracy
D) Inflection point
Answer: C) Accuracy
A) Is zero
B) Changes sign
C) Is undefined
D) Is equal to the first derivative
5. Which of the following is used for approximating the area under a curve?
A) Precision
B) Accuracy
C) Numerical integration
D) Rounding
A) Inflection point
B) Numerical integration
C) Rounding
D) Accuracy
Answer: C) Rounding
A) Rounding
B) Precision
C) Inflection
D) Integration
Answer: B) Precision
8. Which of the following methods is used to find the area under a curve when
an analytical solution is not possible?
A) Rounding
B) Numerical integration
C) Precision
D) Accuracy
10. If you round 3.14159 to two decimal places, what is the result?
A) 3.1
B) 3.142
C) 3.14
D) 3.141
Answer: C) 3.14
A) Derivatives
B) Rounding
C) Numerical integration
D) Precision
15. The process of determining the point where the curve changes direction is
called:
A) Rounding
B) Precision
C) Numerical integration
D) Inflection point