Topic outline

  • General description

    The "Procedural Programming" course deals with the basic elements needed to design and build programs by dividing the problem that the program solves into a group of subprograms. This course also introduces one- and two-dimensional arrays and files. It also touches on the topic of exception handling. The course presents C# programming ideas in the Visual Studio Dot Net work environment. At the end of this course the student should be able to: 1. Divide the program into a group of partial programmes. 2. Using unary and binary matrices. 3. Handling text strings. 4. Use files. 5. Exception handling.