โ๏ธ Tests
- Studienleistung: Flexnow 1.6.2021
- Klausur: Flexnow 15.07.2021
๐ VL01 Programming languages
- Whatโs a โ๏ธ Programming Language?
- ๐ Classification of programming languages
- Whatโs ๐จโ๐ป ADP?
๐ VL02 Data structures
- What does a ๐ฟ Computer Program consist of?
- What is a ๐ Data structure?
- โ How to classify: ๐ท Classification
๐ VL03 Algorithms (1/2)
- What is an โ๏ธ Algorithm?
- Which แฆ Levels of complexity can it have?
- ๐ Algorithm classifcation
๐ VL04 Algorithms (2/2)
- Whatโs an โ๏ธ Algorithm (function)
- Updated ๐ Algorithm classifcation
- ๐ Algorithm description
- Whatโs ๐คจ Algorithm ambiguity
๐ VL05 Software engineering
- Whatโs ๐จ Software-Engineering?
- What is ๐ฆ Object Oriented Programming?
- Whatโs an โฝ๏ธ Object (programming)?
๐ VL06 Static
- What does the Modifier-Static mean?
- What does the Modifier-Virtual mean?
- What is Function overloading?
๐ VL08
- What does the Modifier-Final mean?
- Why use ๐ Local Classes
๐ VL09 & 10
- What are ๐งฎ Complex data structures?
- Whatโs the difference between arrays and graphs?
- Whatโs a ๐ณ Tree (programming)?
- Whatโs a ๐ Link list and a โ Adjacency matrix?
- How to construct a graph?
๐ VL11 Iteration
- ๐ Iteration algorithms
- Calculating using iteration โ Calculation algorithms
- Searching/Checking using iteration โ Search and Checking algorithms
- Sorting using iteration โ Sorting algorithms
- Figuring out possible outcomes using iteration โ Combination algorithms