You are on page 1of 1

www.jntuworld.

com

Code No: E301-E9301

OR

I B.Tech.(CCC) Supplimentary Examinations, June 2009 COMPUTER PROGRAMMING AND NUMERICAL METHODS ( Common to Civil Engineering, Electrical & Electronic Engineering, Mechanical Engineering and Electronics & Communication Engineering) Time: 3 hours Max Marks: 100 Answer any FIVE Questions All Questions carry equal marks

1. (a) Discuss the concept of stored programs. (b) What is meant by machine language? Explain the role of an assembler.[8+12] 2. What is meant by a constant, and a variable? State and explain various types of constants and variables used in writing ac-program. [20] 3. (a) Write an algorithm for Graees method.

(b) Write a Program to compute the roots of an Given equation.

4. (a) Write an algorithm to nd an inverse of a matrix using Gauss - Jordon technique. (b) Using the Gauss - Jordon elimination method solve the following equations 5X - Y - Z = 0 3X + 2Y + 3Z = 16 2X - 4Y + 7Z = 15. [20] 5. (a) Using Gauss interpolation formula evaluate y(0.85) and y(0.83) from the following data. x 80 82 84 86 88 y 0.134 0.154 0.176 0.2 0.227 (b) Write an algorithm for tting an exponential curve of the form y = a ebx .[20] 6. Slove the following simulations equation by Gauss-Jordan elimination procedure. [20] 2x1 + 6x2 x3 = 14 5x1 x2 + 2x3 = 29 3x1 4x2 + x3 = 4 7. (a) Use Taylors methods to solve the owing equation for y(1) using h = 0.5 dy/dx = x2 + y2 , y(0) = 2. (b) Write an algorithm for Milnes predictor and corrector method. [20]

T N

W U

R O

D L

[20]

8. Write an algorithm and generalized program for Milnes Predictor - Corrector method. [20]

1 of 1

www.jntuworld.com

You might also like