Introduction to Programming: JavaLaajuus (3 cr)
Course unit code: C-02630-NN00GC31
General information
- Credits
- 3 cr
- Institution
- Tampere University of Applied Sciences
Objective
Competence goals for the approved performance: Student can interpret the finished program code. Student knows how to compile and run an application. Student knows how to create applications using control structures, variables and tables. Student knows how to build simple applications. In this course we use the Java programming language and tools.
Content
How to program computer applications How to compile and run applications How to write a small application The content of the course is implemented using the Java programming language and tools.
Assessment criteria, approved/failed
Fail: The student is unable to program with Java even when assisted. Pass: The student is able to apply Java in programming tasks.
Further information
General structure of a Java program and its components Java program development and development environments Variables, data types Clauses, presences Input, print Classes and objects: self-made and ready-made classes Class data members and methods Method parameters, return values Control structures Tables Java program memory management Exceptions File handling