AP207 Topics
- Programming Principles
- Introduction to programming in Pascal
- Pascal Essentials
- Data Types : Integer, Real, Char, Boolean
- Selection using IF..THEN, Case..of
- Iteration using FOR..DO loop, WHILE..DO loop and REPEAT..UNTIL
loop
- User defined type: Enumerated, Subrange.
- Procedures and Function
- Scope Rules / Global and Local identifiers
- Data Structure(1)
- Data Structure(2)
- Linked List
- Recursion
- Binary Trees
- Traversal algorithms (pre-order, post-order, in-order)
- infix/postfix expression to binary tree conversion
- binary tree to expression conversion
- Binary Tree procedures
- Sorting
- Bubble Sort
- Insertion Sort
- Selection Sort
- Quick Sort
- Searching
- Linear Search
- Binary Search
Note :
The following chapters are not in the syllabus anymore. Hence
they will NOT be asked in the AP207 exams (Progress test / Final Exam)
:-