Sunteți pe pagina 1din 8

Code No: RR10202 Set No.

1
I B.Tech Supplimentary Examinations, Aug/Sep 2007
INFORMATION TECHNOLOGY AND 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. (a) What are character printers? What are their advantages and disadvantages
of character printers?
(b) Describe the methods used by a dot matrix printer to form characters?
[8+8]

2. (a) Compare and contrast the differences between multiprogramming and multi-
tasking.
(b) Describe the functional capabilities of an operating system with respect to file
management.
[8+8]

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


(b) Distinguish between third generation and fourth generation languages.
[6+10]

4. (a) What is database? What is DBMS?


(b) Explain about:
i. Creating database tables
ii. Querying Records
iii. Sorting Records.
[7+9]

5. Describe the Standard Toolbar of Office - 2000 [16]

6. (a) Explain Newton - Raphson method with an example.


(b) List the Limitation of Newton - Raphson method.
[8+8]

7. (a) Obtain truncation error formula in Newton’s forward interpolation method.

1 of 2
Code No: RR10202 Set No. 1
(b) Fit a polynomial for f(x) whose values are 1.005, 1.020, 1.045, 1.081 at x =
0.1, 0.2, 0.3, 0.4. Use forward interpolation and then find f(0.16).
[8+8]

8. (a) Derive an expression for the truncation error in Taylor Series (Single Step
Method) method.
(b) Given y′′′ + 2y′′ + y′ − y = cos(x)
y(0) = 0, y′ (0) = 1, y′′ (0) = 2
Compute y(1), y′ (1), y′′ (1) using Taylor Series Solution with h = 1.
[8+8]

⋆⋆⋆⋆⋆

2 of 2
Code No: RR10202 Set No. 2
I B.Tech Supplimentary Examinations, Aug/Sep 2007
INFORMATION TECHNOLOGY AND 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. (a) What are the different types of printers? Why these are called hard copy
devices?
(b) What is a laser printer? Discuss the working principle of a laser printer.
[6+10]

2. Write short notes on:

(a) Window
(b) Window-NT
(c) UNIX
(d) DOS

[4+4+4+4]

3. Discuss about the differences between the following pairs:

(a) Flow chart and algorithm


(b) High level language and machine language
(c) User defined function and built-in function
(d) Heuristic and algorithm.

[4+4+4+4]

4. What are the ways to obtain access to internet? Explain. [16]

5. Describe the Standard Toolbar of Office - 2000 [16]

6. (a) Evaluate the square root of 5 by applying the method of Successive approxi-
mation.
(b) Explain Convergence of Successive Approximation method.
[10+6]
P
7. (a) Show that ∆2 fk =∆fn −∆fo k=0

1 of 2
Code No: RR10202 Set No. 2
(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+8]

R
π/2
8. (a) Compute (1)/ (sinx)1/4 . dx with an error < 10−5 , using Simpson’s rule.
0

(b) Write an algorithm for Trapezoidal rule.


[10+6]

⋆⋆⋆⋆⋆

2 of 2
Code No: RR10202 Set No. 3
I B.Tech Supplimentary Examinations, Aug/Sep 2007
INFORMATION TECHNOLOGY AND 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. (a) What are the three main functional elements of a Computer? Briefly describe
the purpose of each functional elements of the computer.
(b) Compare and contrast the differences among mini and microcomputers.
[10+6]

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.
[8+8]

3. (a) How are programming languages categorized? Explain.


(b) What are various third generation languages? Explain their features briefly.
[8+8]

4. Explain:

(a) Network servers


(b) File servers
(c) Application servers
(d) Spooling.

[4+4+4+4]

5. (a) Describe the anatomy of Power point Presentation


(b) Explain the creation of presentation using
i. The Auto content Wizard
ii. A Template
iii. A Blank Presentation .
[7+9]

1 of 2
Code No: RR10202 Set No. 3
6. (a) Determine the order of Convergence of the iterative Method
xk+1 = (x0 f(xk ) − xk f(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.
[6+10]

7. (a) Write the algorithm for Central deference interpolation method.


(b) Use Lagrange and the divided difference formula to calculate f(3) from the
following table
x: 0 1 2 4 5 6
[6+10]
f(x): 1 14 15 5 6 19

8. (a) Solve x′ = −4tx2 , x(0) = 2 with h = 0.2 on the interval [0,1] using fourth
order Runge - Kutta method
(b) Given y′ = x + sin y, y (0) = 1 compute y(0.2) with h = 0.2, using Euler
method with an error < 0.05.
[8+8]

⋆⋆⋆⋆⋆

2 of 2
Code No: RR10202 Set No. 4
I B.Tech Supplimentary Examinations, Aug/Sep 2007
INFORMATION TECHNOLOGY AND 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. (a) What are the three main functional elements of a Computer? Briefly describe
the purpose of each functional elements of the computer.
(b) Compare and contrast the differences among mini and microcomputers.
[10+6]

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.
[8+8]

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


(b) Distinguish between third generation and fourth generation languages.
[6+10]

4. Explain:

(a) Network servers


(b) File servers
(c) Application servers
(d) Spooling.

[4+4+4+4]

5. Give the brief introduction to access database by taking

(a) Access Databases


(b) Tables
(c) Queries
(d) Forms
(e) Reports
(f) Macros

1 of 2
Code No: RR10202 Set No. 4
(g) Modules.

[3+2+2+2+2+3+2]

6. (a) Determine the order of Convergence of the iterative Method


xk+1 = (x0 f(xk ) − xk f(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.
[6+10]

7. (a) Show that ∆(fi /gi ) = (gi ∆fi − fi ∆gi )/gi .gi+1
(b) If f(x) = eax , Show that ∆n f (x) = (eah − 1)n . eax [8+8]

8. (a) Solve x′ = −4tx2 , x(0) = 2 with h = 0.2 on the interval [0,1] using fourth
order Runge - Kutta method
(b) Given y′ = x + sin y, y (0) = 1 compute y(0.2) with h = 0.2, using Euler
method with an error < 0.05.
[8+8]

⋆⋆⋆⋆⋆

2 of 2

S-ar putea să vă placă și