Hi, Guest [ Already a member ? Login ]    [ New User Registration! ]
Thursday 09th February 2012
CBSE | IGNOU | NIOS | Find Friends
ICSE Tutor Links
Submit Your Paper

ICSE Papers

ICSE Guess > ICSE Papers > Important Questions > Class X > 2009 > Computer Application > Computer Applicatino By Mr. Jaideep Mahalik

Array related questions

Q. 1. Write a program to store 20 numbers in an array and  find out the largest even no and smallest odd number.

Q. 2. Write a program to store 10 numbers in an array and shift all even numbers to array E[] and all odd numbers to array O[].

Q. 3. Write a program to create 2 one dimensional array having 10 elements each. Merge both the array to array M[].Display the resultant array.

Q. 4. Write a program to store 20 countries name and  capitals name in array CA[] and CO[]. When the user inputs a country name the program displays the Capital name, If the country name is not present then the program shows an appropriate error message.

Q. 5. Write a program to store 15 names  in an array and search a particular name inputted by the user by using Linear Search Technique.

Q. 6. Write a program to store 15 numbers in an array and search a particular number inputted by the user by using Binary Search Technique.

Q. 7. Write a program to store 15 numbers in array and sort it by using Selection sorting technique.

Q. 8. Write a program to store 15 names  in array and sort it by using Bubble sorting technique.

Q. 9. Write a program to store persons name, address and marks in computer science  in three different one dimensional array  and sort it by using selection sorting technique.

Q. 10. Write a program to create a 4x4 array and after revering display it.

Q. 11. Write a program to create a 4x4 array and after transposing  display it.

Q. 12. Write a program to create a 4x4 array and find out its NORM.

Q. 13. Write a program to create a 4x4 array and check whether it is identity Matrix or not..

Q. 14. Write a program to create two  4x4 array and find out its sum.

Q. 15. Write a program to create two  4x4 array and find out its product.

Q. 16. Write a program to create two  4x4 array and find out  the sum of both the diagonals.

Q. 17. Write a program to create two  4x4 array and find out the sum of each row and column.

Q. 18. Write a program to create 4x4 matrix and  swap the 1st row to 3rd row and vice versa.

Q. 19. Write a program to create two  4x4 array  display the following pattern.

4      
2    
1 2 3  
1 2 3 4

 

4      
2    
1 2 3  
1 2 3 4

Q. 20. Write a program to store 10 elements in an array and delete a particular element as inputted by the user and display the resultant array.

Q. 21. Write a program to store 10 elements in an array and insert a number as inputted by the user at a particular position and display the resultant array.

Paper By Mr. Jaideep Mahalik

 

About Us - Guest Book - Education Forum - Contact Us - Help - Links - Advertise With Us - Terms of Service - Privacy Policy

© 2003-2012, ICSEGuess.com

Developed By Dreamzsop