How To Exam?

a knowledge trading engine...


SRM University 2007 B.Tech Information Technology BANK : IT 102 - PROGRAM DESIGN AND DEVELOPMENT - Question Paper

Wednesday, 30 January 2013 09:05Web
28. Compare Bubble sort with Insertion sort.
29. What is meant by Insertion sort?
30. elaborate the various kinds of Arrays?
31. provide an example for two dimensional array ( in ‘c’).
32. elaborate the advantages and disadvantages of Insertion sort?
33. describe Multiple subscripted arrays.
34. List out the difference ranging from two dimensional arrays &multiple subscripted arrays.
35. How will you declare an array? provide an example in ‘C’.
36. What is the meaning of ‘static’ keyword?
37. Identify errors if any: (i) int score(100); (ii) float values[10,15];
38. elaborate the steps to design a program to print multiplication table using two dimensional
array?
39. provide the general format of Initialization of array.
40. elaborate the drawbacks of Initialization of arrays in ‘c’?

PART – B:

1. discuss in detail about declaring, loading and Accessing of data using array with suitable examples.
2. Design a program that loads and accesses data from parallel arrays.
3. discuss in detail about the 4 various kinds of data search.
4. discuss in detail about Binary search with an example.
5. discuss in detail about Sequential search with an example.
6. discuss about search algorithms in detail.
7. discuss how you will pass arrays to function using an example.
8. Design a module that will sort an array of 100 numbers into ascending order using a Bubble sort.
9. Design a module that will load an array of 50 numbers so that the numbers are stored in ascending order using an Insertion sort.
10. discuss in detail about the multiple subscripted arrays with an example.
11. Write the portion of a module needed to load learner names, GPA’s, Tel-no, into an array named Students. The maximum number of students is 3000, but the exact number is not known. Input data are in separate file.
12. Write a ‘C’ program for Matrix multiplication using 2D array.
13. Write a ‘C’ program for Matrix Addition & subtraction using 2D array.





UNIT – IV

PART – A:

1. describe structure. provide an example.



( 0 Votes )

Add comment


Security code
Refresh

Earning:   Approval pending.
You are here: PAPER SRM University 2007 B.Tech Information Technology BANK : IT 102 - PROGRAM DESIGN AND DEVELOPMENT - Question Paper