Posts

Showing posts from March, 2013

P2 Observations required to be considered when appearing for CIE exam.

Following are the points need to be considered when you are finished with the P2 syllabus. 1. STRING MANIPULATION A. Dealing with string as an array B. Dealing with string with respect to ASCII 2. FLOWCHART:  Every flowchart in paper 2 that is required to be converted to its pseudocode or source code is a function or procedure. 3. FILE MANIPULATION:  It is always in pseudocode & requires mostly assumptions. 4. SCREEN/REPORT DESIGNING:  Allocated marks are increasing so more practice is required. 5. NESTING:  All loop forms for nesting must be practiced. 6. FUNCTIONS  A. By value B. By referance  (Take help from 3.5) 7. RECURSION:  Appear only for dry run 8. ARRAYS:  Must be practiced with loops (both simple and nested). 9. RECORD FORMATS (Types, UDT) A. Files saved with these UDT's. B. One field in a UDT as an array. C. UDT variable as an array. D. Dealing with a record format array when one of UDT's field is an ...