Вы находитесь на странице: 1из 5

Code No: RR10202 Set No.

1
I B.Tech. Regular Examinations, June -2005
INFORMATION TECHNOLOGY & NUMERICAL METHODS
( Common to Electrical & Electronic Engineering, Electronics &
Communication Engineering, Computer Science & Engineering, Electronics
& Instrumentation Engineering, Bio-Medical Engineering, Information
Technology, Electronics & Control Engineering, Computer Science &
Systems Engineering, Electronics & Telematics, Electronics & Computer
Engineering, Instrumentation & Control Engineering and Bio-Technology)
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
?????

1. How do elements of a computer communicate with each other? Describe what


information is necessary for successful communication between elements of a com-
puter?
2. (a) Write a brief notes on user interface features of an operating system.
(b) Write short notes on the program running features in operating system.
3. (a) What is meant by ‘portability’ in computer languages.
(b) Distinguish between third generation and fourth generation languages.
4. (a) Explain about querying a database.
(b) Briefly write about SQL and QBE.
(c) What is enterprise software?
5. (a) Explain the following of Microsoft Office
i. Standard Edition
ii. Small Business Edition
iii. Professional Edition
iv. Premium Edition
v. Developer Edition
(b) Explain additional and new features available in Office-2000
6. (a) Determine the order of Convergence of the iterative Method
xk+1 = (x0 f(xk ) − x/kf(x0 ))/(f(xk ) − f(x0 ))
for finding a root of the equation f (x) = 0
(b) Develop a flow diagram to combine the Bisection Method and the Newton
Raphson Method to find the roots of the equation f (x)=0. Assume that
subroutines are available to evaluate f (x) and f 1 (x) for any x.
7. (a) Let E(f 1 ) = f(x1 +h) = f 2 . Prove that En .f 0 = f n .
(b) Let f(x) = loge (1+x), defined from x = 1 to 1.1 at intervals of 0.1. Obtain
f(1.04) using forward interpolation and compare the answers.

1 of 2
Code No: RR10202 Set No.1
R
8. (a) Calculate the error terms in the evaluation of I = (dx)/(1 + x) using
−0

i. Trapezoidal rule and


ii. Simpson’s rule.
(b) Evaluate the above integral using composite Simpson’s rule with 2,4 and 8
equal sub intervals.

?????

2 of 2
Code No: RR10202 Set No.2
I B.Tech. Regular Examinations, June -2005
INFORMATION TECHNOLOGY & NUMERICAL METHODS
( Common to Electrical & Electronic Engineering, Electronics &
Communication Engineering, Computer Science & Engineering, Electronics
& Instrumentation Engineering, Bio-Medical Engineering, Information
Technology, Electronics & Control Engineering, Computer Science &
Systems Engineering, Electronics & Telematics, Electronics & Computer
Engineering, Instrumentation & Control Engineering and Bio-Technology)
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
?????

1. Give a broad classification scheme of computers. Explain each type in brief.

2. (a) What are the different types of operating systems? Give the features of any
two of them.
(b) Compare pipelining and parallel processing.

3. (a) What is meant by ‘portability’ in computer languages.


(b) Distinguish between third generation and fourth generation languages.

4. (a) Explain: FAX MODEM, Cable MODEM.


(b) Explain briefly about ATM.

5. Describe the Standard Toolbar of Office - 2000

6. Briefly explain the following iterative methods

(a) First order method


(b) Second order method
(c) High order method

7. (a) Describe the error in interpolation techniques.


(b) Consider the function f(x) = log (1 + x ), x0 = 2andx1 = 2.1. use linear inter-
polation to evaluate approximate value for f(2.06).

8. (a) Given y0 = X + Y , y(0.4) = 0.41. Find the numerical solution at x=0.4 with
h=0.2, using Runge-Kuta fourth order method.
(b) Give an algorithm for non linear regression.

?????

1 of 1
Code No: RR10202 Set No.3
I B.Tech. Regular Examinations, June -2005
INFORMATION TECHNOLOGY & NUMERICAL METHODS
( Common to Electrical & Electronic Engineering, Electronics &
Communication Engineering, Computer Science & Engineering, Electronics
& Instrumentation Engineering, Bio-Medical Engineering, Information
Technology, Electronics & Control Engineering, Computer Science &
Systems Engineering, Electronics & Telematics, Electronics & Computer
Engineering, Instrumentation & Control Engineering and Bio-Technology)
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
?????

1. Describe 2 methods for keeping track of all the sector associated with a given file.

2. (a) Write a brief notes on user interface features of an operating system.


(b) Write short notes on the program running features in operating system.

3. (a) What are various fourth generation languages? Name a few and explain them
briefly.
(b) Explain briefly about visual programming.

4. Explain: LAN, WAN.

5. Describe the Standard Toolbar of Office - 2000

6. (a) Discuss the different methods for finding complex roots


(b) Obtain the complex roots of the equation f(z) = z3 +1 = 0correct
√ to eight dec-
imal place. Compare with the exact values of the roots (1 ± i 3)/2
Using Newton Rapson’s network.
P 2
7. (a) Show that ∆ fk =∆fn −∆fo k=0
(b) Determine approximate step size to use in the tabulation of f(x) = x2 in x
in the interval [ 5,10] so that a total error < 10−5 is yielded on quadratic
interpolation.

8. Apply Predictor - Corrector method to solve y0 = 4 - 2x, y(0) = 2, using h = 0.2


on the interval [0,0.4]. Calculate the required values from Eular’s method.

?????

1 of 1
Code No: RR10202 Set No.4
I B.Tech. Regular Examinations, June -2005
INFORMATION TECHNOLOGY & NUMERICAL METHODS
( Common to Electrical & Electronic Engineering, Electronics &
Communication Engineering, Computer Science & Engineering, Electronics
& Instrumentation Engineering, Bio-Medical Engineering, Information
Technology, Electronics & Control Engineering, Computer Science &
Systems Engineering, Electronics & Telematics, Electronics & Computer
Engineering, Instrumentation & Control Engineering and Bio-Technology)
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
?????

1. Discuss the functions of Joystick, track ball, touch screen.

2. (a) Write a brief notes on user interface features of an operating system.


(b) Write short notes on the program running features in operating system.

3. (a) What is meant by ‘portability’ in computer languages.


(b) Distinguish between third generation and fourth generation languages.

4. (a) Explain about querying a database.


(b) Briefly write about SQL and QBE.
(c) What is enterprise software?

5. Describe the Standard Toolbar of Office - 2000

6. Find the three roots of the equation


x3 −4x + 1 = 0
to 3 significant digits using

(a) Newton - Raphson Method


(b) Method of Successive approximations
and compare the roots obtained by these methods.

7. (a) What is a divided difference table and draw one such table for a third degree
polynomial interpolation of a function f(x)?
(b) For x = 0, 1, 2, 4, 5, f(x) = 1, 14, 15, 5, 6. Find f(3) using forward difference
table.

8. (a) Solve x0 = −4tx2 , x(0) = 2 with h = 0.2 on the interval [0,1] using Euler
method.
(b) Write an algorithm for Trapezoidal method.

?????

1 of 1

Вам также может понравиться