Elementary ProgrammingLaajuus (5 cr)
Course unit code: IC10012
General information
- Credits
- 5 cr
- Teaching language
- English
- Responsible person
- Jyri Kemppainen, Vastuuopettaja
Objective
- you know the basic concepts of programming and programming process
- you know the basic programming structures (sequence, condition, selection) and when to use them
- you know how to solve simple problems with a programming language
- you are able to inspect programs, which others have made, and to modify, test, and debug them.
Content
- Introduction to programming
- Variables, arrays and their use
- Basic programming structures (sequence, condition, selection
- Modularity and methods
- Debugging inspection of programs