Elementary Programming (5 cr)
Code: DT10002-3002
General information
- Enrollment
- 15.08.2023 - 30.09.2023
- Registration for the implementation has ended.
- Timing
- 28.08.2023 - 15.10.2023
- Implementation has ended.
- Number of ECTS credits allocated
- 5 cr
- Local portion
- 0 cr
- Virtual portion
- 5 cr
- Mode of delivery
- Distance learning
- Unit
- Tradenomi / Tietojenkäsittely (DD)
- Campus
- Wärtsilä Campus Karjalankatu 3
- Teaching languages
- Finnish
- Seats
- 20 - 100
- Degree programmes
- Degree Programme in Business Information Technology
- Teachers
- Eero Mönkkönen
- Mika Matveinen
- Teacher in charge
- Mika Matveinen
- Groups
-
DTNS23Information Technology (BBA), Full-time Studies, Fall, 2023
- Course
- DT10002
Evaluation scale
H-5
Objective
After completing the course, student can solve simple problems and implement a prblem solving program with programming language. The student knows the basic parts of programming process, and also the basic concepts of programming and basic programming structures (sequence, condition, selection). The student knows when to use which structure and knows how to use them with programming language. The student is able to inspect programs, which others have made, can chance them and test them. The student is able to find, identify and fix programming errors with debugger.
Content
Introduction to programming: inspection of programs, basic programming structures (sequence, condition, selection) and their use, input, output and use of fiels, variables, arrays and their use,strings, modularity and functions and debugging.