Thursday, March 15, 2012

LIST OF TERMWORK PROGRAMS FOR CP-II
  1. Write a program to find the reverse of a given number.
  2. Write a program to check whether a given number is Armstrong number.
  3. Write a program to generate prime numbers up to 100.
  4. Write a program to find first n Fibonacci numbers using a constructor.
  5. Write a program to find sum of two complex numbers using object as parameter.
  6. Write a program to find area of a circle, area of rectangle and area of triangle using overloaded constructor function?
  7. Write a program to find the sum and average of a list of ‘n’ numbers.(using single dimension array)
  8. Write a program to arrange a list of n numbers in ascending order using bubble sort.
  9. Write a program to find the largest element of each row of given matrix of order m*n.
  10. Write a program to find the sum of the elements on both the diagonals of the squarematrix of order.
  11. Write a program to find power of a number using recursion.
  12. Write a program to check whether string is palindrome or not.
  13. Write a program that accepts a shopping list of 5 items from user and stores them in a vector? Add functions for the following:
    1) To add an item at a specified location in the list.
    2) To print the contents of the vector.
  14. Write a program to implement multiple catch statements.
  15. Write a program to throw your own exception.
  16. Write a program for achieving single inheritance?
  17. Write a program to achieve multilevel inheritance
  18. Write a program to multiple inheritance by using interface
  19. Write a program to demonstrate function overriding?
  20. Write a program to implement an abstract class.
  21. Write a program to illustrate the usage of packages
  22. Write a program to generate 2 threads of execution by implementing run able interface?
  23. Write a program to implement priority for a thread?
  24. Write an applet program to draw Human face.
  25. Write an applet to program show following ellipses. 





  • Tuesday, March 13, 2012

    ECCF Question Describe the Block diagram of Operational Amplifier Draw the pin diagram of  µA 741 op-amp Draw the schematic diagram o...