✍️ 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: [[Data structure#🏷 Classification|🗂 Data structure#🏷 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