Course
Basics of Programming («JVP»)
In this course, you will gain an overview of the generally valid basic elements of computer programs. Using the Java language, you will be systematically familiarized with the rules and basic features of object-oriented programming.
Duration
2 days
Price
1'400.–
Course documents
Digicomp Courseware
Course facts
- Understanding how a computer program works
- Solid basic knowledge of programming, regardless of the programming language later used
- Knowledge of the basic elements of the Java programming language
- Introduction
- Java History
- Java
- Coding
- Truth value
- Integer
- Decimal number
- Character
- Text
- Simple application
- Program
- Program entry
- Source file
- Program compilation
- Program call
- Program argument
- Program output
- Program comment
- Program exit
- Data types
- Value type versus reference type
- Value range
- Literal
- Memory management
- Variables
- Vocabulary and identifiers
- Declaration and initialization
- Block and scope
- Arrays
- Representation
- Declaration
- Construction
- Length
- Access
- Initialization
- Enumeration
- Compound types
- Declaration
- Access
- Operators
- Assignment operation
- Arithmetic operation
- Concatenation operation
- Comparison operation
- Logic operation
- Conditional operation
- compound operation
- Evaluation sequence
- Branches
- Types
- Condition structure
- Alternative structure
- Multiple selection
- Case differentiation
- Loops
- Types
- Pre-check loop
- Post-check loop
- Counting loop
- Collection loop
- Object orientation
- What is an object?
- What is an attribute?
- What is an operation?
- What is a message?
- What is a parameter?
- What is an argument?
- What is a class?
- Modeling