MCQ Concept
MCQ Concept
MCQ Concept
2. **When adding two quantities with uncertainties, how do you combine their uncertainties?**
- A) Add the uncertainties directly
- B) Multiply the uncertainties
- C) ✓ Add the squares of the uncertainties and take the square root
- D) Subtract the uncertainties
3. **In error propagation, what assumption is commonly made about the errors in the input quantities?
**
- A) Errors are correlated
- B) ✓ Errors are uncorrelated
- C) Errors are equal
- D) Errors are zero
4. **Which of the following best describes the purpose of error propagation analysis?**
- A) To reduce measurement errors
- B) To increase the precision of measurements
- C) ✓ To determine how uncertainties in measured variables affect the uncertainty in a calculated
result
- D) To eliminate uncertainties in calculations
5. **Which of the following is a commonly used error measure for regression problems?**
- A) Median Absolute Deviation
- B) ✓ Mean Squared Error (MSE)
- C) Root Mean Squared Error (RMSE)
- D) Relative Absolute Error (RAE)
10. **If you want to minimize the impact of large errors in your model evaluation, which metric should
you avoid?**
- A) Mean Absolute Error (MAE)
- B) ✓ Mean Squared Error (MSE)
- C) Median Absolute Deviation (MAD)
- D) Mean Bias Deviation (MBD)
11. **Which of the following methods can be used to estimate the coefficients of a linear regression
model?**
- A) ✓ Gradient Descent and Ordinary Least Squares (OLS)
- B) Maximum Likelihood Estimation (MLE) only
- C) Bayesian Estimation only
- D) Support Vector Machines (SVM)
13. **What is the main disadvantage of Ridge Regression compared to LASSO Regression?**
- A) ✓ It does not perform feature selection
- B) It is computationally more expensive
- C) It increases overfitting
- D) It is more sensitive to multicollinearity
15. **Which of the following conditions must be met for the Bisection Method to be applicable?**
- A) ✓ The function must be continuous
- B) The function must be differentiable
- C) The function must be linear
- D) The function must have no roots
16. **The Bisection Method converges:**
- A) Exponentially
- B) Quadratically
- C) ✓ Linearly
- D) Superlinearly
19. **In which scenario might the Newton-Raphson Method fail to converge?**
- A) When the function is continuous
- B) ✓ When the derivative at the initial guess is zero
- C) When the function is linear
- D) When the initial guess is far from the root