Basics of Programming (5 cr)
Code: HT00CF22-3001
General information
- Enrollment
-
01.08.2024 - 22.08.2024
Registration for the implementation has ended.
- Timing
-
26.08.2024 - 18.12.2024
Implementation has ended.
- Number of ECTS credits allocated
- 5 cr
- Local portion
- 3 cr
- Virtual portion
- 2 cr
- Mode of delivery
- Blended learning
- Unit
- School of Business
- Campus
- Main Campus
- Teaching languages
- Finnish
- Seats
- 20 - 45
- Degree programmes
- Bachelor's Degree Programme in Business Information Technology
- Teachers
- Jarkko Immonen
- Groups
-
HTK24S1Tietojenkäsittely (AMK)
-
ZJAHTK24S1Avoin AMK, Tiko, AMK-väylät, tietojenkäsittely, tradenomi amk
- Course
- HT00CF22
Realization has 22 reservations. Total duration of reservations is 49 h 20 min.
Time | Topic | Location |
---|---|---|
Tue 03.09.2024 time 13:15 - 15:45 (2 h 30 min) |
Ohjelmoinnin perusteet HT00CF22-3001 |
R35A206
Oppimistila
|
Tue 10.09.2024 time 13:00 - 14:40 (1 h 40 min) |
Ohjelmoinnin perusteet HT00CF22-3001 |
R35A206
Oppimistila
|
Fri 13.09.2024 time 08:30 - 10:00 (1 h 30 min) |
Ohjelmoinnin perusteet HT00CF22-3001 |
R35G301
Oppimistila
|
Tue 17.09.2024 time 13:00 - 14:40 (1 h 40 min) |
Ohjelmoinnin perusteet HT00CF22-3001 |
R35A206
Oppimistila
|
Fri 20.09.2024 time 09:45 - 12:15 (2 h 30 min) |
Ohjelmoinnin perusteet HT00CF22-3001 |
R35G301
Oppimistila
|
Tue 24.09.2024 time 13:00 - 14:40 (1 h 40 min) |
Ohjelmoinnin perusteet HT00CF22-3001 |
R35A206
Oppimistila
|
Fri 27.09.2024 time 09:45 - 12:15 (2 h 30 min) |
Ohjelmoinnin perusteet HT00CF22-3001 |
R35G301
Oppimistila
|
Tue 01.10.2024 time 13:00 - 14:40 (1 h 40 min) |
Ohjelmoinnin perusteet HT00CF22-3001 |
R35A206
Oppimistila
|
Fri 04.10.2024 time 09:45 - 12:15 (2 h 30 min) |
Ohjelmoinnin perusteet HT00CF22-3001 |
R35G301
Oppimistila
|
Tue 08.10.2024 time 13:00 - 14:40 (1 h 40 min) |
Ohjelmoinnin perusteet HT00CF22-3001 |
R35A206
Oppimistila
|
Thu 10.10.2024 time 08:15 - 10:15 (2 h 0 min) |
Ohjelmoinnin perusteet HT00CF22-3001 |
R35G301
Oppimistila
|
Tue 22.10.2024 time 13:00 - 14:40 (1 h 40 min) |
Ohjelmoinnin perusteet HT00CF22-3001 |
R35A206
Oppimistila
|
Fri 25.10.2024 time 09:45 - 12:15 (2 h 30 min) |
Ohjelmoinnin perusteet HT00CF22-3001 |
R35F408.1
Oppimistila
|
Tue 29.10.2024 time 13:00 - 14:40 (1 h 40 min) |
Ohjelmoinnin perusteet HT00CF22-3001 |
R35G206
Oppimistila
|
Fri 01.11.2024 time 09:45 - 12:15 (2 h 30 min) |
Ohjelmoinnin perusteet HT00CF22-3001 |
R35F307
Oppimistila
|
Mon 04.11.2024 time 10:15 - 12:15 (2 h 0 min) |
Ohjelmoinnin perusteet HT00CF22-3001 |
R35BP15
Oppimistila
|
Thu 07.11.2024 time 09:45 - 12:15 (2 h 30 min) |
Ohjelmoinnin perusteet HT00CF22-3001 |
R35B117
Oppimistila
|
Tue 12.11.2024 time 13:00 - 14:40 (1 h 40 min) |
Ohjelmoinnin perusteet HT00CF22-3001 |
R35A206
Oppimistila
|
Tue 19.11.2024 time 13:00 - 17:00 (4 h 0 min) |
Ohjelmoinnin perusteet HT00CF22-3001 - Tentti |
R35G301
Oppimistila
|
Wed 27.11.2024 time 14:00 - 15:00 (1 h 0 min) |
Ohjelmoinnin perusteet HT00CF22-3001 - Tenttipurku |
R35G205
Oppimistila
|
Tue 03.12.2024 time 13:00 - 17:00 (4 h 0 min) |
Ohjelmoinnin perusteet HT00CF22-3001 - Uusintatentti |
R35G301
Oppimistila
|
Tue 10.12.2024 time 13:00 - 17:00 (4 h 0 min) |
Ohjelmoinnin perusteet HT00CF22-3001 - Uusintatentti |
R35G301
Oppimistila
|
Evaluation scale
0-5
Objective
Purpose of the course
Programming is one of the most important areas in the ICT industry. In this course you will get acquainted with the concepts and structures related to programming and learn the basics of Javascript programming language. Javascript is one of the most widely used programming languages and thus it is a part of every web developer toolkit.
Course competences
- Application Development Competence: Knows the technologies used in application development and recognizes the significance of different technologies and their relationships.
- Application Development Competence: Is able to program and develop secure applications.
Learning objectives of the course
After completing the course, you will understand the algorithmic way of thinking and be able to solve simple problems by writing algorithms. You are familiar with the structures and concepts related to programming and you know how to use them when writing computer programs. You know how to use the environment suitable for modern web development. You can implement small-scale Javascript programs.
Content
The course covers, for example, the following topics:
- Algorithmics
- Programming concepts and structures
- Modern Javascript programming environment
- Fundamentals of Javascript programming language such as variables, operators, condition and iteration structures
- Objects and tables
- Functions
- Prototypes and classes
- Error handling
Location and time
Contact lessons takes place on the main campus, with an average of two contacts per week.
Materials
Material and videos written by the teacher and selected online sources.
Teaching methods
Implemented using the flipped learning method. You learn independently from the materials, then apply what you have learned in contact lessons. Exercises are worked through in separate task lessons.
- Written material and videos
- Tests
- Contact lessons
- Exercises
- Exam
Exam schedules
The exam and retakes will take place at the end of the course. The dates will be announced in the Moodle workspace.
Student workload
On average 135 hours.
Assessment criteria, satisfactory (1)
Sufficient 1: You can use the programming environment appropriately and create simple Javascript programs. You know the basic programming structures and know how to use variables, operators, loops and conditional statements.
Satisfactory 2: You can use the programming environment appropriately and create simple Javascript programs. You know the basic programming structures and know how to use variables, operators, loops and conditional statements. You understand the importance of objects, tables and functions as part of programming.
Assessment criteria, good (3)
Good 3: You can use the programming environment appropriately and create small-scale Javascript programs. You know the basic programming structures and know how to use variables, operators, loops and conditional statements. You understand the importance of objects, tables, and functions as part of programming and know how to utilize them when programming.
Very good 4: You can use the programming environment appropriately and create small-scale Javascript programs. You master the basic structures of programming and know how to use variables, operators, loops and conditional statements. You understand the importance of objects, tables and functions as part of programming and know how to use them appropriately when implementing a program. You know prototypes and classes and know how to utilize them. You are familiar with the features of error handling. You understand the special features of Javascript.
Assessment criteria, excellent (5)
Excellent 5: You know how to use the programming environment appropriately and you master the Javascript programming language so that you can also produce programs that require more than basic knowledge. You master the basic structures of programming and know how to use variables, operators, loops and conditional statements. You understand the importance of objects, tables and functions as part of programming and know how to use them appropriately when implementing a program. You know prototypesl and classes and know how to use them. You know how to implement error handling in your program. You understand the special features of Javascript and know how to use them if necessary.
Further information
Avoin amk 15 (sis. max-määrään)