You are on page 1of 3

IGNOU BCA BCSL-058 lab 5th semester Term-End Practical Examination

(COMPUTER ORIENTED NUMERICAL TECHNIQUES LAB )


books/block,term-end exam notes,upcoming guess paper,important
questions,study materials,previous year papers download.

Set-1

1.Write a program to calculate the value of sine of a given value x in radians, using
the following formula :
sin (x) = x -( x3/3! ) + ( x5/5! ) — ( x7/7! ) +.......

2. Write a computer program that implements Simpson's 1/3 formula to approximate


the value of a definite integral. Further, use the program to approximate the value of

Set-2

1. Write a program to implement Bisection Method or Secant Method (only one of the
methods) for fmding out an approximate root of the equation x2 — 9x + 20 = 0. You
may make your own assumptions.

2. Write a computer program that implements Trapezoidal rule for approximating the
value of a definite integral. Use it to approximate the value of
Set-3

1. Write a program to calculate the value of Cosine of a given value of x in


radians,using the following formula : -
cos x = 1 - ( x2/2!) + ( x4/4!) -( x6/6!) + ......

2. Write a program that implements Simpson's In formula to approximate the value of


a definite integral. Further, use the formula to approximate the value of

Set-4

1. Write a program to implement Bisection Method for finding a positive root of the
equation
x2 -2x -24 = 0

2. Write a computer program that implements Trapezoidal rule for approximating the
value of a definite integral. Use the program to approximate the value of
Also available:-

BCA all semester new solved assignments Download

BCA all semester new revised books/blocks,study materials Download

MCA all semester new solved assignments Download

MCA all semester new revised books/blocks,study materials Download

BCA all semester term-end exam notes,important questions,guess papers (june-


december) Download

MCA all semester term-end exam notes,important questions,guess papers (june-


december) Download

BCA/MCA asp.net project Download

You might also like