Introduction to Programming Systems was my first course dealing with programming at the university. The whole course was about C programming.
The main goal was to learn the computer-aided solving of simple problems by
elaborating projects. I learnt to create the program
documentation and defend the results of project solving.
Syllabus of projects (individual work):
- Input, output, parameters, error states of program.
- Recurrence problem solving.
- Computations with matrices.
- Sorting according to English alphabetical arrangement.