1 / 25

Procedural Programming

Procedural Programming. Statement:. Sequence:. Selection:. Iteration:. 3.2.2a | 3.2.2b. Modular Programming. Sub Routine:. Procedure:. Function:. Parameters and Arguments:. 3.2.1.d | 3.2.1.e | 3.2.2f | 3.2.5.g. Good Interface Design. 3.2.1.a | 3.2.1.b. Algorithms & RAD.

kaida
Download Presentation

Procedural Programming

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Procedural Programming • Statement: • Sequence: • Selection: • Iteration: 3.2.2a | 3.2.2b

  2. Modular Programming • Sub Routine: • Procedure: • Function: • Parameters and Arguments: 3.2.1.d | 3.2.1.e | 3.2.2f | 3.2.5.g

  3. Good Interface Design 3.2.1.a | 3.2.1.b

  4. Algorithms & RAD 3.2.1.f | 3.2.1.i | 3.2.1.j

  5. IF Statements 3.2.2.c

  6. Switch, Case and Select 3.2.2.c

  7. Boolean Logic inc. Operators 3.2.4.c | 3.2.3.d

  8. Arithmetic Operators 3.2.4.a | 3.2.4.b | 3.2.4.e

  9. WHILE 3.2.2.d

  10. FOR LOOP 3.2.2.d

  11. DO WHILE 3.2.2.d

  12. RECURSION 3.2.2.g | 3.2.2.h | 3.2.2.i

  13. Data Types • Number (Integer and Real): • Boolean • Character • String 3.2.3.a | 3.2.3.c

  14. Arrays 3.2.3.b | 3.2.3.c

  15. String Operations 3.2.4.g

  16. Records 3.2.3.d | 3.2.3.g | 3.2.1.c

  17. File Access and Operations 3.2.3.e | 3.2.3.f | 3.2.3.h

  18. Good Programming Technique 3.2.5.a | 3.2.5.b | 3.2.5.c | 3.2.5.d | 3.2.5.e | 3.2.5.f | 3.2.5.h | 3.2.5.i

  19. Error Types • Syntax • Logic • Run Time 3.2.6.a | 3.2.6.b

  20. Testing Strategies • White Box: • Black Box: • Alpha / Beta: • Acceptance: 3.2.6.c | 3.2.6.d

  21. Debugging Tools • Translator Diagnostics: • Break Points: • Stepping: • Variable Checks: 3.2.6.f

  22. Flowcharts & Pseudo Code 3.2.1.g | 3.2.1.h

  23. Validation and Verification 3.2.4.i

  24. Installation Routines 3.2.6.g

  25. Additional Topics • Nesting including nested selection and nested iteration; • Evaluation of expressions containing arithmetic, Boolean and relational operators; • Assignment Vs Comparison and the difference between ‘2’ and 2 etc. • Algorithm Tracing and dry runs. • Outputting of data to screen

More Related