Elementary ProgrammingLaajuus (5 op)
Opintojakson tunnus: IC10012
Opintojakson perustiedot
- Laajuus
- 5 op
- Opetuskieli
- englanti
- Vastuuhenkilö
- Jyri Kemppainen, Vastuuopettaja
Osaamistavoitteet
- 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.
Sisältö
- Introduction to programming
- Variables, arrays and their use
- Basic programming structures (sequence, condition, selection
- Modularity and methods
- Debugging inspection of programs