BCA 4th Semester
Numerical Method Board Question Paper 2026 - Tribhuvan University (TU) 2026

Views: …
Tribhuvan University official logo

Tribhuvan University

Faculty of Humanities & Social Science
OFFICE OF THE DEAN
TUpapers.com TUpapers.com

Bachelor In Computer Application

Course Title: Numerical Method

Code No: CACS 252

Semester: IV

Full Marks: 60 Pass Marks: 24 Time: 3 hours

Candidates are required to answer the question in their own words as far as possible.

Group B
Attempt any SIX question.
[6x5=30]
2.

Explain different types of errors in numerical computation with examples.

3.

Apply Bisection Method to find a real root of x³ − x − 1 = 0 correct up to three decimal places.

4.

Construct Lagrange’s interpolation polynomial for the data:

X124
Y1416

5.

Derive Newton’s forward interpolation formula.

6.

Solve the following set of linear equations using Gauss Jordan method:
x + y + z = 6
2x + 3y + z = 10
x + 2y + 3z = 13

7.

Solve dx/dy=x+y, y(0) = 1 using Euler’s method (h = 0.1) for x = 0.1.

8.

Apply Trapezoidal rule to evaluate a definite integral.

Group C

Attempt any TWO questions

[2x10=20]
9.

Explain Shooting Method for boundary value problems with algorithm.

10.

Fit a straight line y = ax + b to the following data using the Least Squares Method:

x1234
y2578

11.

Differentiate between Interpolation and approximation with their significances.
Derive the formula for Simpson’s (3/8) composite formula.