2.2 – Programming fundamentals

πŸŽ‡2.2.3 Additional programming techniques

This section covers:

  • The use of basic string manipulation

  • The use of basic file handling operations:

    • Open

    • Read

    • Write

    • Close

  • The use of records to store data

  • The use of SQL to search for data

  • The use of arrays (or equivalent) when solving problems, including both one-dimensional and two-dimensional arrays

  • How to use sub programs (functions and procedures) to produce structured code

  • Random number generation

🏠 Click here to go back to the main page.

Other sections in this topic:

πŸ”—2.2.1 Programming fundamentals

πŸ”—2.2.2 Data types

This page is NOT YET READY