Sunday, 25 January 2009

Introduction to Programming Systems Projects

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):
  1. Input, output, parameters, error states of program.
  2. Recurrence problem solving.
  3. Computations with matrices.
  4. Sorting according to English alphabetical arrangement.
You can find my solution on my Bitbucket profile by clicking on each topic.