Elementary Programming (5 cr)
Code: IC10012-3001
General information
- Enrollment
- 15.08.2023 - 30.09.2023
- Registration for the implementation has ended.
- Timing
- 05.09.2023 - 29.10.2023
- Implementation has ended.
- Number of ECTS credits allocated
- 5 cr
- Local portion
- 5 cr
- Mode of delivery
- Contact learning
- Unit
- Insinöörikoulutus / Information Technology (IC)
- Campus
- Wärtsilä Campus Karjalankatu 3
- Teaching languages
- English
- Seats
- 20 - 60
- Degree programmes
- Degree Programme in Information and Communication Technology
- Teachers
- Jyri Kemppainen
- Joni Ranta
- Teacher in charge
- Jyri Kemppainen
- Groups
-
ICNS23Bachelor of Engineering, Information Technology, Full-time Studies, Fall, 2023
- Course
- IC10012
Evaluation scale
H-5
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