WorksheetsNumerical Methods & Data Analysis — Worksheet Extraction
Total questions: 135
Worksheet time: 1hrs 8mins
Resolve the following problems: What is the primary purpose of regression analysis?
To sort data values
To calculate probabilities
To predict or estimate one variable based on another
To test for independence between variables
Resolve the following problems: What is the primary purpose of a histogram?
To display data trends over time
To show the relationship between two variables
To represent the frequency distribution of data
To compare categories of data
Resolve the following problems: Which of the following methods is specifically designed for solving systems of linear equations using an iterative approach and updates all variables simultaneously using values from the previous iteration?
Gauss-Seidel
Newton-Raphson
Jacobi
Bisection Method
Resolve the following problems: What is the key requirement for the bisection method to work in finding a root of a function f(x)?
The function must be linear.
The function must be differentiable.
The function must change sign over the interval.
The function must have a maximum or minimum in the interval.
Resolve the following problems: For the Gauss-Seidel method to converge when solving a system of linear equations, what condition must the coefficient matrix satisfy?
Symmetric
Positive definite
Diagonally dominant
Sparse
Resolve the following problems: What type of data is best represented using a bar chart?
Continuous numerical data
Discrete categorical data
Time-series data
Frequency distribution of continuous variables
Resolve the following problems: The aim of elimination steps in Gauss elimination method is to reduce the coefficient matrix to ________.
A diagonal
identity
lower triangular
upper triangular
Resolve the following problems: Which of the following is NOT a root-finding method?
Bisection
Newton-Raphson
Gauss-Seidel
Secant
Resolve the following problems: Which of the following is the main difference between the Jacobi Method and the Gauss-Seidel Method when solving systems of linear equations?
The Jacobi Method updates all variables using the previous iteration values, while the Gauss-Seidel Method updates variables immediately after computing each value.
The Gauss-Seidel Method requires more iterations than the Jacobi Method for convergence.
The Jacobi Method is used for solving nonlinear systems, while the Gauss-Seidel Method is only for linear systems.
The Gauss-Seidel Method requires the matrix to be diagonally dominant, while the Jacobi Method does not.
Resolve the following problems: What is the fundamental requirement for the Newton-Raphson Method to successfully find a root of a function?
The function must be linear.
The derivative of the function must be zero at the root.
The function must be continuous and differentiable near the root.
The initial guess must be far from the root.
Resolve the following problems: In numerical methods, the Jordan method is primarily used for:
Solving systems of linear equations
Finding roots of nonlinear equations
Approximating definite integrals
Eigenvalue analysis
Resolve the following problems: Which of the following updates immediately?
Gauss Jacobi
Gauss Seidel
Newton Raphson
Bisection
Resolve the following problems: How does the Jacobi method differ from the Gauss-Seidel method in solving systems of linear equations?
Jacobi uses updated values immediately, while Gauss-Seidel uses old values only.
Jacobi updates all variables simultaneously using previous iteration values.
Jacobi requires the matrix to be symmetric, while Gauss-Seidel does not.
Jacobi is faster and more stable than Gauss-Seidel in all cases.
Resolve the following problems: What is the primary purpose of a scatter plot in electrical engineering data analysis?
To display voltage versus time in a signal
To show frequency domain representations
To observe the relationship between two variables, such as current and voltage
To solve complex circuit equations
Resolve the following problems: Which best differentiates the Jacobi method from the Gauss-Seidel method?
Jacobi updates all variables simultaneously using previous values; Gauss-Seidel uses the most recent values.
Gauss-Seidel requires matrix inversion; Jacobi does not.
Jacobi is faster than Gauss-Seidel in all cases.
Gauss-Seidel can’t solve nonlinear systems.
Resolve the following problems: What process does the Bisection Method perform when solving for the root of an equation?
Halves the interval
Doubles the interval
Iterates the interval randomly
None of the above
Resolve the following problems: The Bisection Method is guaranteed to converge if:
Function is continuous and f(a) and f(b) have opposite signs
Function is discontinuous
Function is differentiable only
Any two points are selected randomly
Resolve the following problems: Which of the following data is used in Bar Graphs?
Categorical Data
Quantitative Data
Historical Data
Both Categorical and Quantitative Data
Resolve the following problems: In Pearson Correlation, what does a value of −1 indicate?
Perfect positive linear correlation
No correlation
Perfect negative linear correlation
Random relationship
Resolve the following problems: In electrical circuit design, what does a scatter plot help reveal when analyzing two variables, such as input voltage and output current?
The impedance of the circuit
The time delay between signals
The correlation between the two variables
The total harmonic distortion
Resolve the following problems: In electrical engineering, what is the main purpose of Fourier Analysis?
To solve linear systems of equations
To approximate a function using a series of sine and cosine terms
To find the shortest path in a network
To minimize electrical losses in transmission lines
Resolve the following problems: What is the requirement for the Gauss-Seidel Method to guarantee convergence?
The matrix must be positive definite
The matrix must be sparse
The matrix must be strictly diagonally dominant
The system must have no free variables
Resolve the following problems: What is the main requirement for the Newton-Raphson Method to work correctly?
The function must be discontinuous
The function must be differentiable and continuous near the root
The matrix must be symmetric
The function must be quadratic
Resolve the following problems: What does Fourier Analysis primarily transform a signal into?
Time domain
Laplace domain
Frequency domain
Spatial domain
Resolve the following problems: Which mathematical components are used in Fourier Series?
Exponential and polynomial terms
Sine and cosine terms
Logarithmic and hyperbolic functions
Step and impulse functions
Resolve the following problems: In a line graph, the x-axis usually represents:
Frequency
Categories
Time
Percentages
Resolve the following problems: In Fourier Analysis, a square wave is represented by:
Infinite odd harmonics
Even harmonics only
A single sine wave
Cosine terms only
Resolve the following problems: Fourier Analysis is useful for analyzing:
Random signals
Periodic signals
Discrete events
Chemical reactions
Resolve the following problems: For Newton-Raphson to work, the function must be:
Discontinuous
Nonlinear only
Linear only
Differentiable and continuous
Resolve the following problems: The Newton-Raphson Method is used for:
Matrix inversion
Finding roots of equations
Finding eigenvalues
Solving systems of linear equations
Resolve the following problems: What is the basic formula used in Newton-Raphson iteration?
xn+1=xn+f′(xn)f(xn)
xn+1=xn−f′(xn)f(xn)
xn+1=xn×f′(xn)f(xn)
xn+1=f(xn)
Resolve the following problems: The Secant Method does NOT require:
Derivative of the function
Two initial approximations
Evaluation of function values
Iterative updates
Resolve the following problems: Gauss-Seidel Method requires the coefficient matrix to be:
Orthogonal
Symmetric
Strictly diagonally dominant
Sparse
Resolve the following problems: Jacobi's Method updates variables using:
Latest available values
Values from the previous iteration only
Randomized values
Midpoints of interval estimates
Resolve the following problems: What does a Pearson correlation coefficient value of 0 indicate?
Perfect positive linear relationship
Perfect negative linear relationship
No linear relationship between the variables
Strong nonlinear relationship
Which iterative method typically converges faster, Gauss-Seidel or Jacobi?
Gauss-Seidel
Jacobi
Both converge equally fast
Neither converges
What does a Pearson Correlation coefficient indicate?
No correlation
Perfect positive linear correlation
Perfect negative linear correlation
Weak correlation
What does a Pearson correlation coefficient of +1 indicate?
No linear relationship between variables
Perfect positive linear relationship
Perfect negative linear relationship
Weak positive correlation
What does a Pearson correlation coefficient of −0.8 suggest?
Strong negative linear relationship
Weak negative linear relationship
No correlation
Strong positive linear relationship
What does a Pearson correlation coefficient of 0.5 imply?
No correlation
Moderate positive correlation
Moderate negative correlation
Perfect positive correlation
Which type of data is best displayed using a bar graph?
Discrete categorical data
Continuous numerical data
Time-series data
Probability distribution
What is the primary purpose of a pie chart?
To show relationships over time
To compare parts of a whole
To track changes between variables
To display frequency distributions
Which graph is most appropriate for displaying continuous numerical data grouped into intervals?
Line Graph
Histogram
Bar Graph
Pie Chart
What does each "slice" in a pie chart represent?
Frequency
Part of the total percentage
Time period
Random events
Which of the following graphs best shows trends over time?
Pie Chart
Histogram
Bar Graph
Line Graph
Compared to the Newton-Raphson method, the Secant Method:
Converges faster
Converges slower
Always fails
Does not converge
In a bar graph, bars should:
Overlap to save space
Touch each other
Be separated by spaces
Have random heights
What kind of graph is best suited for showing how a quantity is broken down into percentages?
Pie chart
Bar graph
Line graph
Histogram
Which graph uses "bins" to group data?
Bar graph
Line graph
Histogram
Pie chart
If you want to emphasize the relative size of categories visually, which graph would you use?
Histogram
Pie chart
Line graph
Scatter plot
Which graph is best for displaying cause and effect relationships?
Pie chart
Line graph
Scatter plot
Histogram
In a bar graph, the height of each bar represents:
The percentage change
The cumulative frequency
The mean of the data
The value or frequency of the data
A histogram differs from a bar graph because:
Bars touch each other in a histogram
Bars are separated in a histogram
Histograms use discrete data
Histograms only show percentages
When dealing with categorical variables, which graph is inappropriate?
Bar graph
Pie chart
Line graph
None of the above
Which visual tool is used to show the distribution of a dataset and allows for quick median and quartile observations?
Box-and-whisker plot
Scatter plot
Line graph
Histogram
What is the main use of a scatter plot?
Show parts of a whole
Show correlation between two variables
Display frequency distribution
Track time trends
Which graph would best show monthly sales over a year?
Pie chart
Line graph
Bar graph
Histogram
A graph that displays data points without connecting lines to show relationships is called:
Line graph
Bar graph
Histogram
Scatter plot
Which graph is best suited to compare quantities among different categories?
Bar graph
Line graph
Scatter plot
Histogram
What type of graph would be best used to visualize test scores grouped into score ranges?
Pie chart
Histogram
Line graph
Scatter plot
The Secant Method requires:
Two initial guesses
Derivative evaluation
Symmetric matrix
None of the above
Which method converges faster in general?
Bisection Method
Newton-Raphson Method
Gauss-Seidel Method
Jacobi Method
Which method generally converges slower, Jacobi or Gauss-Seidel?
Gauss-Seidel
Depends on the function
Both are equally fast
Jacobi
In Gauss-Seidel Method, convergence is guaranteed if the coefficient matrix is:
Sparse
Diagonally dominant
Symmetric
Upper triangular
Which iterative method uses the newest available value immediately after computation?
Jacobi Method
Newton-Raphson Method
Bisection Method
Gauss-Seidel Method
In the Bisection Method, a necessary condition for the initial interval is:
Both endpoints must be positive
Derivatives must exist at endpoints
Function values at endpoints must have opposite signs
Both endpoints must be negative
What is the main purpose of the Bisection Method?
To approximate a function's derivative
To find roots by halving intervals
To solve a system of equations
To minimize errors in integration
In Jacobi Method, variables are updated:
Sequentially
Simultaneously using previous iteration values
Randomly
Based on maximum errors
Which method has a quadratic rate of convergence under good conditions?
Secant Method
Bisection Method
Newton-Raphson Method
Gauss-Seidel Method
Which method does NOT require derivative evaluation?
Newton-Raphson
Secant Method
Both A and B
None of the above
What is the main weakness of the Secant Method?
Requires derivative computation
Only works for symmetric functions
Too slow compared to Bisection
May fail if guesses are poor
The Bisection Method guarantees convergence if:
The function is continuous and signs are opposite at endpoints
The derivative is large
The function is discrete
Initial guesses are very close
In Newton-Raphson Method, what happens if the derivative is zero at some iteration?
The method speeds up
The method stalls or fails
The method resets to a new point
The iteration doubles
In numerical methods, what is an "iteration"?
An exact solution
Random guessing
A single step closer to the solution
Verification of final answer
What is the general goal of iterative numerical methods?
Solve exact solutions analytically
Increase matrix size
Reduce number of equations
The function is continuous and signs are opposite at endpoints
What is the convergence rate of the Newton-Raphson Method?
Linear
Quadratic
Exponential
Superlinear
What is the convergence rate of the Secant Method?
Linear
Quadratic
Superlinear
Cubic
If the initial guess is very poor, Newton-Raphson Method:
Always converges
May diverge
May converge faster
Guarantees a global solution
Which method approximates the derivative using finite differences?
Bisection Method
Newton-Raphson Method
Secant Method
Gauss-Seidel Method
Which of the following is TRUE about the Secant Method?
It requires fewer initial assumptions than Newton-Raphson
It needs two initial points
It does not compute derivatives directly
All of the above
If Newton-Raphson oscillates between two points, the cause is likely:
Very steep slope
Very flat slope
Derivative equals zero
Discontinuity in function
Which method is sensitive to choice of initial point, potentially failing if a poor initial guess is used?
Bisection Method
Secant Method
Newton-Raphson Method
Gauss-Seidel Method
When is Newton-Raphson preferred over the Bisection Method?
When the function is not continuous
When guessing is not allowed
For all non-linear equations regardless of behavior
When a faster convergence is needed and derivative is available
Which method is guaranteed to converge under correct starting conditions?
Secant Method
Bisection Method
Newton-Raphson Method
None
The Secant Method replaces the true derivative with:
Random values
Tangent approximation
Finite difference slope
Analytical derivative
Which method typically converges faster than Bisection but is not always guaranteed to converge?
Simpson's
Bisection
Gauss-Seidel
Newton-Raphson
In which method is a poor initial guess most likely to cause failure?
Newton-Raphson
Secant
Bisection
Trapezoidal
Which method can work without needing the derivative of the function?
Newton-Raphson
Secant
None
Both Bisection and Secant
Which method converges at a superlinear rate, better than linear but not quite quadratic?
Newton-Raphson
Secant
Bisection
Jacobi
Which method uses two previous points but does not require derivatives?
Bisection
Newton-Raphson
Secant
Simpson's Rule
When the function's derivative is difficult to compute, which method is most practical?
Bisection
Secant
Newton-Raphson
None
What is a key advantage of the Secant Method over Newton-Raphson?
Does not require evaluation of derivatives
Converges faster
Solves linear systems better
Works only on discrete functions
What is the disadvantage of Newton-Raphson compared to Bisection?
Slower convergence
Higher computation cost for derivatives
Requires no function evaluations
Does not use any approximations
Which method approximates the derivative using two previous points to find the next guess?
Newton-Raphson Method
Bisection Method
Secant Method
Fixed-Point Method
Which method uses a tangent line at the current guess to approximate the root?
Newton-Raphson Method
Secant Method
Bisection Method
Gauss-Seidel Method
Which method guarantees convergence if the function is continuous and the initial interval brackets a root?
Newton-Raphson Method
Secant Method
Bisection Method
Jacobi Method
Which method is known for a simple concept but relatively slow convergence?
Bisection Method
Newton-Raphson Method
Secant Method
Gauss-Seidel Method
Refers to a numerical method used for approximating the integral of a function between two limits, a and b.
Newton-Raphson
Gauss-Seidel
Bisection
Simpson's Rule
The ____ method is a process for solving systems of linear equations and finding the inverse of a matrix by using elementary row operations to transform the augmented matrix into reduced row-echelon form.
Simpson's Rule
Gauss-Jordan
Newton-Raphson
Gauss-Seidel
An iterative method for approximating the solution of a system of n linear equations in n variables.
Simpson's Rule
Gauss-Jordan
Jacobi method
Gauss-Seidel
Which method requires the function to be differentiable for successful application?
Newton-Raphson Method
Bisection Method
Secant Method
None of the above
What is Data Normalization?
The process of creating multiple copies of data to ensure backup
The process of organizing data in a structured format to eliminate redundancy and inconsistencies
The method of encrypting data for security purposes
The visualization of data in pie and bar graphs
In database design, what is a "Primary Key"?
A field that uniquely identifies each record in a table
A field used for foreign reference
A backup identifier
A graphical representation of a table
Which of the following is a violation of normalization principles?
Unique primary keys
Repeated groups in a table
Removing null values
Normalized foreign keys
What does 2NF require in addition to 1NF?
No repeated columns
Elimination of transitive dependency
No partial dependency on the primary key
Introduction of surrogate keys
A table is in 1NF if:
It has no foreign keys
It has composite primary keys
It has no partial dependencies
It has atomic (indivisible) values in each field
Which form of normalization ensures that all attributes depend only on the primary key?
First Normal Form (1NF)
Second Normal Form (2NF)
Third Normal Form (3NF)
Boyce-Codd Normal Form (BCNF)
Which normal form removes multi-valued attributes?
1NF
2NF
3NF
4NF
What is a Foreign Key?
A random identifier
A backup key
A hashed security code
A primary key in another table used for linking records
Which normal form deals with transitive dependencies?
1NF
2NF
3NF
BCNF
Compared to Gauss-Seidel, the Newton-Raphson Method typically has:
More iterations but less time per iteration
Less iterations but more time per iteration
The same number of iterations with faster computations
Random convergence behavior
What is denormalization?
Organizing data into more tables
Combining tables to improve read performance at the cost of redundancy
Encrypting normalized tables
Visualizing relationships graphically
Which method generally requires the fewest iterations but more computation per iteration?
Gauss-Seidel
Jacobi
Newton-Raphson
Secant
In the Bisection Method, the basic requirement is:
Knowing the derivative
Knowing two points with the function having opposite signs
Diagonal dominance
Superlinear convergence
Which method updates variables immediately after computation during iteration?
Newton-Raphson
Jacobi
Gauss-Seidel
Secant
Which method is typically slower because it uses previous iteration values for all updates?
Gauss-Seidel
Jacobi
Newton-Raphson
Secant
Which method is best suited for solving large systems of linear equations, especially when the matrix is diagonally dominant?
Newton-Raphson
Secant
Gauss-Seidel
Jacobi
If a system of linear equations is not diagonally dominant, which method might struggle to converge?
Gauss-Seidel Method
Newton-Raphson Method
Secant Method
Bisection Method
Which method works best for solving systems of nonlinear equations by linearizing around a point?
Bisection Method
Secant Method
Newton-Raphson Method
Gauss-Seidel Method
Which method approximates a root by assuming the function is approximately linear between two points?
Secant
Newton-Raphson
Gauss-Seidel
Jacobi
Which method works best for solving systems of nonlinear equations by linearizing around a point?
Bisection Method
Secant Method
Newton-Raphson Method
Gauss-Seidel Method
What is the main purpose of matrix deflation?
To normalize a matrix for input-output transformation
To reduce the size of a matrix by removing known eigenvalues
To convert sparse matrices into diagonal form
To estimate the trace of a matrix
A 3×3 matrix can be reduced to a 2×2 matrix using which of the following methods?
Gauss-Seidel Method
Newton-Raphson Method
Matrix Deflation
Jacobi Iteration
Which method is least sensitive to the choice of initial guesses?
Newton-Raphson
Bisection Method
Secant Method
Jacobi Method
For a large sparse linear system, which iterative method is often preferred because of faster convergence when properly ordered?
Jacobi
Gauss-Seidel
Secant
Bisection
After one eigenvalue is found using an iterative method, which process allows for finding the next eigenvalue?
Matrix deflation
Bisection method
Gauss-Seidel method
LU decomposition
Which method is most commonly paired with matrix deflation to find successive eigenvalues?
Newton-Raphson method
Power method
Bisection method
Jacobi iteration
What is the main purpose of matrix deflation?
To normalize a matrix for input-output transformation
To reduce the size of a matrix by removing known eigenvalues
To convert sparse matrices into diagonal form
To estimate the trace of a matrix
Why is Bessel's correction applied when calculating sample variance?
Because the standard deviation increases with sample size
Because the mean of the sample is biased
Because we are estimating population variance from a sample
Because it only works for large sample sizes
What is Bessel's correction used for in statistics?
To increase the mean of a sample
To correct bias in the sample variance
To normalize a non-Gaussian distribution
To estimate the median more accurately
After one eigenvalue is found using an iterative method, which process allows for finding the next eigenvalue?
Matrix deflation
Bisection method
Gauss-Seidel method
LU decomposition
In the Jacobi method, when will the method definitely converge?
When the system is inconsistent
When the coefficient matrix is symmetric
When the matrix is strictly diagonally dominant
When the initial guess is zero
What happens if the Jacobi method is applied to a matrix with zeros along the diagonal?
It always converges
The method fails due to division by zero
It becomes the Gauss-Seidel method
The result is approximate
Compared to Gauss-Seidel, Newton-Raphson method has ________.
more iterations but less time per iteration
equal performance always
no convergence
less iterations but more time per iteration
In Bessel's correction, the denominator for sample variance becomes:
n
n + 1
n − 1
√n
