Before going for Computer Application exam



Hey guys.....before you go for the ICSE Computer Applications exam, make sure you know how to do the following

PART -I

*  ALL FUNCTIONS
*  CHARACTERISTICS OF JAVA
*  DEFINITION OF POLYMORPHISM, ENCAPSULATION, INHERITANCE, ABSTRACTION
*  CONSTRUCTOR AND FUNCTION OVERLOADING

PART - II

PROGRAM - 1

*  PRIME NUMBER
*  PERFECT NUMBER
*  SUM OF DIGITS OF NUMBER
*  AUTOMORPHIC NUMBER
*  PALINDROME
*  ARMSTRONG
*  INVERTED,RIGHT ANGLED TRIANGLE PATTERNS
*  SUM OF THE SERIES
*  FACTORIAL
*  ODD EVEN TERMS
*  NEGATIVE POSITIVE TERMS

PROGRAM - 2

IF-ELSE(LIKE THAT OF FINDING FARES OF TAXIS)

PROGRAM - 3

*  REVERSING A STRING
*  CHANGING THE CASE 
*  COUNTING THE VOWELS
*  ASCII VALUE PRINTING
*  CONSECUTIVE VALUE PRINTING
*  CHANGING TO CONSECUTIVE CHARACTER
*  FINDING LENGTH OF EACH WORD IN A STRING
*  PRINTING FIRST LETTER
*  PIG LATIN(Very important as it is confusing)

PROGRAM - 4

ARRAY

*  MAXIMUM AND MINIMUM
*  SUM OF ALL ELEMENTS
*  SELECTION SORT
*  BUBBLE SORT
*  LINEAR SEARCH 
*  BINARY SEARCH

(The sorting and binary search are very important.Try to learn it by heart)


 (None of the above could be done without the help of my Computer Applications Teacher)


Comments

Post a Comment

Popular posts from this blog

Automorphic number

Selection sort

Prime number