Sei sulla pagina 1di 20

Model Question Paper

Subject Code: BC0043

Subject Name: Computer Oriented Numerical Methods

Credits: 4 Marks: 140

Part A (One mark questions)

1. .. is an approach for solving complex mathematical problems using only simple


basic arithmetic operations
A) Numerical computing
B) Binary computing
C) Arithmetical computing
D) Factorial computing

2. Consider the two points P(a, f(a)) and Q(b, f(b)) are two points on the curve, slope of the line
joining the points P and Q is .
f(a ) f(b )
A)
a b
f(b ) f(a )
B)
b a
f(a ) f(b )
C)
a b
f(b ) f(a )
D)
b a

3. The remainder term Rn(x) of a taylor series is given by


(x a )
n
A) R n(x )
f 4( )
, where a < < x
n!
(x a )
n
B) R n(x )
f 3( )
, where a < < x
n!
(x a )
n
C) R n(x )
f n( )
, where a < < x
n!
(x a )
n
D) R n(x )
f 2( )
, where a < < x
n!

x2 xn n
4. The expansion f(x )
f(0 )
xf (
0)
f(
0 )
.... f (0 )
....... is known as
2! n!
A) Taylors series
B) Bernards series
C) Newtons series
D) Maclaurins series

5. Every algebraic equation of nth degree, where n is a positive integer, has only
A) n 1 roots
B) n + 1 roots
C) 2n roots
D) n roots

6. If a + ib is a root of f(x) = 0 then the other root is .


A) a ib
B) a
C) b
D) ib

7. If x = a is a root of f(x) = 0, then the factor of f(x) is .


A) x + a
B) a
C) x a
D) x

8. The equation x 3 3x 2 4x 5 0 has ..


A) 3 negative roots
B) 1 positive root
C) 3 positive roots
D) 2 positive roots

2

9. The order of the matrix 4 is ..

2

A) 3 1
B) 1 3
C) 2 3
D) 3 3

3 0 0

10. The matrix 0 3 0 is called as a .

0 0 3

A) row matrix
B) scalar matrix
C) column matrix
D) null matrix

2 1 1 1
11. If A and B 2 2
then A + B =
2 3
1 0
A)
0 1

1 0
B)
0 1
1 0
C)
0 1

1 0
D)
0 1

a h g

12. The matrix A h b f is a

g f c
A) symmetric matrix
B) non-symmetric matrix
C) reducible matrix
D) irreducible matrix

13) Gauss-Jacobis method is a .. method


A) Non-iteration
B) Iteration
C) infinite
D) algebraic

14. A sufficient condition for the iterative solution to have exact solution is ..
n
A) a ij
j
a ij ,i
1
1, 2,....., n
j i

n
B) a ij
j
a ij ,i
1
1, 2,....., n
j i

n
C) a ij
j
a ij ,i
1
1, 2,....., n
j i

n
D) a ij
j
a ij ,i
1
1, 2,....., n
j i
15. Jacobis method is also called as ..
A) displacement method
B) simultaneous displacement method
C) simultaneous method
D) diagnol method

16. Convergence in the Gauss-Seidal method is as fast as Gauss-Jacobis method.


A) thrice
B) same
C) twice
D) five times

17. In the method of group of averages, the residual e1 is defined as


A) e 1 y 1 (mx1 c )
2

B) e 1 y 1 (mx1 c )
C) e 1 y 1 (mx1 c )

D) e1 y 1 (mx1 c )

18. The method of group averages states that the sum of all the residuals is
A) e
B)
C) 100
D) 0

19. The method of finding a specific relation y = f(x) for the data to satisfy as accurately as
possible is called the
A) curve of least fit
B) curve of best fit
C) fitting curves
D) curve of equation
20. when curve fitting is done for the straight line y = a + bx by the method of least squares, it
has .. normal equations
A) 3
B) 4
C) 2
D) 1

21. Process of estimating the value of dependent variable at an intermediate value is


called
A) Interpolation
B) Extrapolation
C) Estimation
D) Dependency

22. The value of the independent variable x is called the ..


A) Entry
B) Argument
C) Depositary
D) Amplitude

23. The relationship between E and is


A) E = 1 + 2
B) E = 1
C) E = 1
D) E = 1 +

24. The polynomial y = f(x) satisfying the data is called ..


A) Dividing polynomial
B) Interpolating polynomial
C) Extrapolating polynomial
D) Polynomial

25. A .. is a relation between the differences of an unknown function at one or


more general values of the argument.
A) Differential equation
B) Partial differential equation
C) Difference equation
D) linear equation

26. . of difference equation is an expression for y(n) which satisfies the given
difference equation.
A) Function
B) Order
C) Solution
D) Degree

27. A difference equation is that in which yn+1, yn+2 etc. occur to the first degree only
and are not multiplied together.
A) Linear
B) Quadratic
C) Cubic
D) Quartic

28. A . solution is that solution which is obtained from the general solution by giving
particular values to the constants.
A) Accurate
B) Recurring
C) Particular
D) Integer

29. The error in the trapezoidal rule is of order ..


A) h2
B) h3
C) h4
D) h5

1
30. Simpsons rd rule is obtained by taking n = .. in the general quadrature formula
3
A) 1
B) 2
C) 3
D) 4

31. Error in Simpsons three eighth rule is .. compared to Simpsons one third rule.
A) Small
B) Negligible
C) Zero
D) Large

32. To apply Simpsons one third rule, the given interval must be divided into an
number of equal intervals.
A) Odd
B) Even
C) Countable
D) Uncountable

33. The .. of a differential equation is the order of the highest derivative appearing in it.
A) Value
B) Degree
C) Dimension
D) Order

3
dy
34. The equation xy sin x is a .. order differential equation.
dx
A) First
B) Second
C) Third
D) Fourth

35. A differential equation together with the initial condition is called ..


A) Initial value
B) Initial value problem
C) Problem
D) Conditioned problem

h2 h3 h4
36. y 1 y 0 hy 0 y 0 y 0 y 0 iv O(h 5 )is a Taylor series method of order
2! 3! 4!
..
A) Four
B) Three
C) Two
D) One

37. In . we approximate the curve of solution by the tangent in each interval.


A) Picards method
B) Eulers method
C) Newtons method
D) Runge Kutta method

38. The convergence in modified Eulers method is than that of Eulers method
A) Slower
B) compatible
C) Faster
D) one time more
du d 2u
39. The equation c2 is .
dt dx 2
A) Hyperbolic
B) Parabolic
C) Elliptic
D) A wave

d 2u d 2u
40. The equation 0 is a
dx 2 dy 2
A) One dimensional Laplace equation
B) Laplace equation
C) Two dimensional Laplace equation
D) Three dimensional Laplace equation

Part B (Two mark questions)


1
41. The truncation error in the result of the following function for x when we use first three
5
terms is
A) 0.5402755 102

B) 0.6402755 102
C) 0.7402755 102

D) 0.1402755 102

42. If the number X = 0.51 and is correct to two decimal places, then X =
A) 0.006
B) 0.007
C) 0.005
D) 0.008
43. The percentage error if 625.483 is approximated to 3 significant digits is ..
A) 0.0662
B) 0.0772
C) 0.0552
D) 0.0882

44. The real root of the equation f(x )


x 3 3x 5 lies between.
A) 1 and 3
B) 2 and 3
C) 3 and 4
D)1 and 2

45. Rewriting the equation xe x 1, in the form of x (x )we get .

A) x e x
B) x 2 e x
C) x 1 e x

D) x e x 6

3 5 2 5
46. If A B
2 1 3 then the value of AB =
and
1
1 1
A)
1 1
1 1
B)
0 1
1 0
C)
0 1

1 0
D)
1 1
47. On expanding A I 0 , we get a nth degree equation in , called the

of the matrix A.
A) normal equation
B) ideal equation
C) characteristic equation
D) non-characteristic equation

48. In the characteristic equation 2 7 6 0 , the value of the determinant is


A) 7
B) 6
C) 6
D) 2

49. In the method of moments the second moment is given by .

x f(x )
dx
2
A)

x f(x dx
2
B) )

C) x f(x )
dx

D) x f(x )
dx

50. From the following given values


x 0 1 2 3 4
y = f(x) 1 2 4 5 9

the value of 3 y 0 is

A) 2
B) 2
C) 1
D) 4

51. If E is the shift operator then f(xnh) =


A) E-nf(2x)
B) E-nf(x2)
C) E-nf(x)
D) E-nf(3x)

52. In Newtons forward difference interpolation formula an =


n y 0
A)
h nn
n y 0
B)
h n n!
y 0
C)
h n n!
n y 0
D)
hn !

53. Consider the following data


x 2 4 5 6 8 10
y 10 96 196 350 868 1746

Here the value of f (


7 )
is
A) 87
B) 68
C) 58
D) 78

8 6 2

54. The eigen values of the matrix A 6 7 4 is ..

2 4 3

A) 0, 3, 15
B) 1, 2, 14
C) 0, 3, 14
D) 1, 2, 15
0 1 2

55. The characterstic equation of the matrix A 1 2 3 is

3 1 1

A) 3 52 1 0
B) 3 52 1 0

C) 3 52 1 0

D) 3 52 1 0

56. Consider the following data


x 0 1 2 3 4
y 1 5 10 22 38

The straight line of best fit for this data is


A) y = 9.1 x + 3
B) y = 9.1 x 3
C) y = 7.1 x 3
D) y = 9.1 x 3

57. State whether true(T) or false(F)


The higher order forward differences are
(i) k y 0 (E 1)
k
y0
(ii) y k (1 )
k
y0
A) (i) T (ii) T
B) (i) T (ii) F
C) (i) F (ii) F
D) (i) F (ii) T

58. The value of (af(x )


bg(x ))
where a, b are constants is equal to
A) a[f(x )] b[g(x )]

B) b[f(x )] a[g(x )]
C) a[f(x )] b[g(x )]

D) b[f(x )] a[g(x )]

59. Consider the data


x 0 1 2 3 4 5
y 4 8 15 7 6 2

the value of y(0) =


A) 37.9
B) 27.9
C) 47.9
D) 17.9

60. The error in Simpsons one-third rule is


(h a ) 4 iv
A) h y ( )
180
(h a ) 4 iv
B) h y ( )
180
(h a ) 4 iv
C) h y ( )
18
(h a ) 3 iv
D) h y ( )
180

Part C (Four mark questions)


2
61. If is approximated by 0.667, then the relative error is .
3
1
A) 10 4
2
1
B) 10 2
2
1
C) 10 3
2
1
D) 10 3
3

62. The real root of the equation xe x 1 correct to four decimal places is ..
A) 0.8671
B) 0.6671
C) 0.5671
D) 0.7761

63. The real root of the equation cos x 3x 1 0 correct to four decimal places by the
method of iteration is
A) 0.8071
B) 0.6071
C) 0.7071
D) 0.9071

0 1 1 1
1 0 1 1
64. The value of the determinant is
1 1 0 1
1 1 1 0
A) 3
B) 3
C) 4
D) 4

65. The solution of the equations 2x + y + 4z = 12


4x + 11y z = 33
8x 3y + 2z = 20 is
A) x = 1, y = 2, z = 1
B) x = 1, y = 2, z = 1
C) x = 3, y = 2, z = 1
D) x = 1, y = 2, z = 1
1 1 1

66. The inverse of the matrix A 3 2 3 is

1 1 2

1 1 1

A) 3 1 0


1 1 1

1 1 1

B) 3 1 0


1 0 1

1 1 1

C) 2 1 0


1 0 1

1 2 1

D) 3 1 0


1 0 1

67. The equation of the best fitting straight line for the data given below is
x 1 3 4 6 8 9 11 14
y 1 2 4 4 5 7 8 9

A) y = 0.52 0.64x
B) y = 0.62 + 0.64x
C) y = 0.52 + 0.64x
D) y = 0.52 + 0.74x

68. Using the method of least squares, the relation of the form y ax b , that fits the data given
below is
x 2 3 4 5
y 27.8 62.1 110 161

A) y = 7.375 x1.9311
B) y = 6.375 x1.9311
C) y = 5.375 x1.9311
D) y = 7.375 x2.9311

69. The value of f(15) from the following table of values is

x 10 20 30 40 50
y = f(x) 46 66 81 93 101

A) 46.8672
B) 76.8672
C) 66.8672
D) 56.8672

dy d 2y
70. The value of and at x = 1 for the following data is
dx dx 2
x 0 2 4 6 8
y 7 13 43 145 367

A) 2, 0
B) 2, 3
C) 4, 2
D) 3, 2

71. Consider y n A 2n B(3 )


n
, the differential equation we get by eliminating the constants
is
A) y n 2 y n 1 7y n 0

B) y n 2 y n 1 6y n 0
C) 2y n 2 y n 1 6y n 0

D) y n 2 y n 1 6y n 0
0.6
x 2
72. Using Simpsons one-third rule the value of e
0
dx by taking 6 sub-intervals

is..
A) 0.5551
B) 0.5351
C) 0.6361
D) 0.7861

dy
73. Using Taylor series method the initial value problem for x 2 y 2 with y(0) = 1 for x =
dx
0.25 is
A) 1.3333
B) 1.5555
C) 1.5454
D) 1.6754

dx
74. If 1 xy , y(0) = 2 then the value of y(0.3) by modified Eulers method is
dy
A) 3.5019
B) 2.4019
C) 2.8765
D) 3.4089

dy
75. If 1 y 2 where y(0) = 0 then the value of y(0.6) is
dx
A) 0.6841
B) 0.7853
C) 0.9873
D) 0.7658
Answer Keys
Part - A Part - B Part - C
Q. No. Ans. Key Q. No. Ans. Key Q. No. Ans. Key Q. No. Ans. Key
1 A 21 A 41 D 61 C
2 B 22 B 42 C 62 C
3 C 23 D 43 B 63 B
4 D 24 B 44 B 64 A
5 D 25 C 45 A 65 C
6 A 26 C 46 C 66 B
7 C 27 A 47 C 67 C
8 C 28 C 48 B 68 A
9 A 29 A 49 C 69 D
10 B 30 C 50 A 70 A
11 C 31 D 51 C 71 D
12 A 32 B 52 B 72 B
13 B 33 D 53 D 73 A
14 A 34 A 54 A 74 B
15 B 35 B 55 C 75 A
16 C 36 A 56 B
17 D 37 B 57 B
18 D 38 C 58 C
19 B 39 B 59 B
20 C 40 C 60 A

Potrebbero piacerti anche