You are on page 1of 8

Code No: 21064 RR Set No.

2
I B.Tech Supplimentary Examinations, January 2010
INTRODUCTIONS TO COMPUTERS
Common to CE, ME, CHEM, MECT, MEP, AE, AME, MMT
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
?????

1. (a) What are the various types of application areas of computer?


(b) Compare and contrast main memory and secondary memory.
(c) Give various features of laser printer. [6+6+4]
Rb
2. (a) Derive the trapezoidal rule formula to evaluate a
f (x)dx.
dy
(b) Find the solution of dx = x-y at x= 0.1, 0.2, 0.3, 0.4 and 0.5 using modified
Euler method. Compare the result with Runge-kutta method of order - 4.
[6+10]

3. (a) Distinguish between array of pointers and pointer to array with examples.
(b) Write a C program to count the number of vowels, consonants, and special
haracters in a given string. [6+10]

4. (a) Solve the system of equations using Gauss-Seidal method.


10X1 − 2X2 − X3 − X4 = 3
−2X1 + 10X2 − X3 − X4 = 15
−X1 − X2 + 10X3 − 2X4 = 27
−X1 − X2 − 2X3 + 10X4 = −9.
(b) Write an algorithm for Gauss - Jordan method. [8+8]

5. (a) Write and explain the structure of a C program.


(b) Write a program to find the roots of a quadratic equation for all the cases.[6+10]

6. (a) Write an algorithm for Bisection method.



(b) Evaluate 12 to 4 decimal places by Newton Raphson method. [8+8]

7. (a) What is real time operating system? Give an example.


(b) Distinguish between multitasking and multiprocessor operating systems.
(c) Convert the following numbers into octal. [4+4+8]
i. 7F 9C.1C16
ii. 87BC.A116

8. (a) Derive the formula to estimate the polynomial of degree n using Lagrange
interpolation method.

1
Code No: 21064 RR Set No. 2
(b) Find the 3rd polynomial to fit the following points: [7+9]
i 1 0 1 3
F(X) 6 2 2 10
Using Newton’s forward formula.

?????

2
Code No: 21064 RR Set No. 4
I B.Tech Supplimentary Examinations, January 2010
INTRODUCTIONS TO COMPUTERS
Common to CE, ME, CHEM, MECT, MEP, AE, AME, MMT
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
?????

1. (a) What are the various types of application areas of computer?


(b) Compare and contrast main memory and secondary memory.
(c) Give various features of laser printer. [6+6+4]
Rb
2. (a) Derive the trapezoidal rule formula to evaluate a
f (x)dx.
dy
(b) Find the solution of dx = x-y at x= 0.1, 0.2, 0.3, 0.4 and 0.5 using modified
Euler method. Compare the result with Runge-kutta method of order - 4.
[6+10]

3. (a) Distinguish between array of pointers and pointer to array with examples.
(b) Write a C program to count the number of vowels, consonants, and special
haracters in a given string. [6+10]

4. (a) Derive the formula to estimate the polynomial of degree n using Lagrange
interpolation method.
(b) Find the 3rd polynomial to fit the following points: [7+9]
i 1 0 1 3
F(X) 6 2 2 10
Using Newton’s forward formula.

5. (a) Write and explain the structure of a C program.


(b) Write a program to find the roots of a quadratic equation for all the cases.[6+10]

6. (a) Solve the system of equations using Gauss-Seidal method.


10X1 − 2X2 − X3 − X4 = 3
−2X1 + 10X2 − X3 − X4 = 15
−X1 − X2 + 10X3 − 2X4 = 27
−X1 − X2 − 2X3 + 10X4 = −9.
(b) Write an algorithm for Gauss - Jordan method. [8+8]

7. (a) What is real time operating system? Give an example.


(b) Distinguish between multitasking and multiprocessor operating systems.
(c) Convert the following numbers into octal. [4+4+8]
i. 7F 9C.1C16
ii. 87BC.A116

3
Code No: 21064 RR Set No. 4
8. (a) Write an algorithm for Bisection method.

(b) Evaluate 12 to 4 decimal places by Newton Raphson method. [8+8]

?????

4
Code No: 21064 RR Set No. 1
I B.Tech Supplimentary Examinations, January 2010
INTRODUCTIONS TO COMPUTERS
Common to CE, ME, CHEM, MECT, MEP, AE, AME, MMT
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
?????

Rb
1. (a) Derive the trapezoidal rule formula to evaluate a
f (x)dx.
dy
(b) Find the solution of dx = x-y at x= 0.1, 0.2, 0.3, 0.4 and 0.5 using modified
Euler method. Compare the result with Runge-kutta method of order - 4.
[6+10]

2. (a) Solve the system of equations using Gauss-Seidal method.


10X1 − 2X2 − X3 − X4 = 3
−2X1 + 10X2 − X3 − X4 = 15
−X1 − X2 + 10X3 − 2X4 = 27
−X1 − X2 − 2X3 + 10X4 = −9.
(b) Write an algorithm for Gauss - Jordan method. [8+8]

3. (a) Distinguish between array of pointers and pointer to array with examples.
(b) Write a C program to count the number of vowels, consonants, and special
haracters in a given string. [6+10]

4. (a) Write and explain the structure of a C program.


(b) Write a program to find the roots of a quadratic equation for all the cases.[6+10]

5. (a) Write an algorithm for Bisection method.



(b) Evaluate 12 to 4 decimal places by Newton Raphson method. [8+8]

6. (a) Derive the formula to estimate the polynomial of degree n using Lagrange
interpolation method.
(b) Find the 3rd polynomial to fit the following points: [7+9]
i 1 0 1 3
F(X) 6 2 2 10
Using Newton’s forward formula.

7. (a) What are the various types of application areas of computer?


(b) Compare and contrast main memory and secondary memory.
(c) Give various features of laser printer. [6+6+4]

8. (a) What is real time operating system? Give an example.


(b) Distinguish between multitasking and multiprocessor operating systems.
(c) Convert the following numbers into octal. [4+4+8]

5
Code No: 21064 RR Set No. 1
i. 7F 9C.1C16
ii. 87BC.A116

?????

6
Code No: 21064 RR Set No. 3
I B.Tech Supplimentary Examinations, January 2010
INTRODUCTIONS TO COMPUTERS
Common to CE, ME, CHEM, MECT, MEP, AE, AME, MMT
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
?????

1. (a) Write and explain the structure of a C program.


(b) Write a program to find the roots of a quadratic equation for all the cases.[6+10]

2. (a) What are the various types of application areas of computer?


(b) Compare and contrast main memory and secondary memory.
(c) Give various features of laser printer. [6+6+4]
Rb
3. (a) Derive the trapezoidal rule formula to evaluate a
f (x)dx.
dy
(b) Find the solution of dx = x-y at x= 0.1, 0.2, 0.3, 0.4 and 0.5 using modified
Euler method. Compare the result with Runge-kutta method of order - 4.
[6+10]

4. (a) What is real time operating system? Give an example.


(b) Distinguish between multitasking and multiprocessor operating systems.
(c) Convert the following numbers into octal. [4+4+8]
i. 7F 9C.1C16
ii. 87BC.A116

5. (a) Derive the formula to estimate the polynomial of degree n using Lagrange
interpolation method.
(b) Find the 3rd polynomial to fit the following points: [7+9]
i 1 0 1 3
F(X) 6 2 2 10
Using Newton’s forward formula.

6. (a) Distinguish between array of pointers and pointer to array with examples.
(b) Write a C program to count the number of vowels, consonants, and special
haracters in a given string. [6+10]

7. (a) Solve the system of equations using Gauss-Seidal method.


10X1 − 2X2 − X3 − X4 = 3
−2X1 + 10X2 − X3 − X4 = 15
−X1 − X2 + 10X3 − 2X4 = 27
−X1 − X2 − 2X3 + 10X4 = −9.
(b) Write an algorithm for Gauss - Jordan method. [8+8]

7
Code No: 21064 RR Set No. 3
8. (a) Write an algorithm for Bisection method.

(b) Evaluate 12 to 4 decimal places by Newton Raphson method. [8+8]

?????

You might also like