Like every year, this year also I would like to give suggestion for ISC students on computer application examination in 2014. Firstly I would like to say that go throughly through the text book. If possible go through Complete Reference Java by Schield. The book is for software professionals and Engineering college students still school students can go through selected chapters the book. Students should pay more attention on the following topics:
Difference between static and instance member.
Difference between member function and constructor
Binary search and linear search technique.
String class and Math class functions - short notes on the functions.
Binary search tree, stack and queue.
Different decision making techniques with their similarities and differences.
Different loops with their similarities and differences.
So far as String class and Math class functions are concerned, only short notes to be prapared. Do not forget to write the prototypes of the functions with short description.
Programs on String using String functions, programs on else if ladder are very common. For Binary search tree, traversal of tree and making a tree from any two order of traversal is important. Converting infix expression to postfix expression using stack is also important.
No comments:
Post a Comment