Advertisement
182days

Paper 4 Topic Overview

May 12th, 2016
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. topics appearing in paper 4 (june 2015 / nov 2015)
  2. ---
  3. program code
  4. pseudo code
  5. linked lists (add, remove, head pointer, tail pointer, free pointer)
  6. state transition diagrams
  7. clauses in knowledge bases
  8. decision tables (removing redundancies)
  9. functions (using identifier tables)
  10. inheritance diagrams
  11. classes (properties, methods, diagrams)
  12. arrays
  13. bubble sort
  14. insertion sort
  15. iterations
  16. pert diagrams (critical path)
  17. binary tree
  18. recursive procedures
  19. random
  20. hashing
  21. file handling
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement