For All Human Beings.......

Sunday, March 30, 2008

Binary Search Function (Presorted Array)

Function to Search for an element from ARR[10] by Binary Search Method. Binary search method can be applied on array only if it is sorted. This function assumes that array is arranged in ascending (increasing) order.



Saturday, March 29, 2008

Algorithm for converting INFIX Exp. To POSTFIX Exp.

Dear Students, I am posting Algorithm for converting INFIX Expression to POSTFIX Expression as some students requested for the same. It is important from Exam point of view.



Monday, March 24, 2008

Problem Solving Session Schedule

  • Students can come to school if they have any Problem.
  • Students can communicate through email or they can contact through Phone
  • Students should be in their SCHOOL UNIFORM when they come to school.
  • Reporting Time : 8:00 am

Practice Assignments/Questions

I am posting some Practice questions which have been classified according to topic. Try out and get back if you find some difficulty.

(These Practice Questions are in PDF format and will require Acrobat Reader.
)

  1. Theoretical Questions (2 Marks)
  2. Error Finding (2 Marks)
  3. Finding Output (2/3 Marks)
  4. Finding Output ANSWERS
  5. Classes and Constructor (4 Marks)
  6. SQL (8 Marks)
  7. File Handling
  8. Stacks and Queues
  9. Inheritance