โœ๏ธ Tests

  • Studienleistung: Flexnow 1.6.2021
  • Klausur: Flexnow 15.07.2021

๐Ÿ“‘ VL01 Programming languages

๐Ÿ“‘ VL02 Data structures

๐Ÿ“‘ VL03 Algorithms (1/2)

  1. What is an โš™๏ธ Algorithm?
  2. Which แฆ› Levels of complexity can it have?
  3. ๐Ÿ—‚ Algorithm classifcation

๐Ÿ“‘ VL04 Algorithms (2/2)

  1. Whatโ€™s an โš™๏ธ Algorithm (function)
  2. Updated ๐Ÿ—‚ Algorithm classifcation
  3. ๐Ÿ“ Algorithm description
  4. Whatโ€™s ๐Ÿคจ Algorithm ambiguity

๐Ÿ“‘ VL05 Software engineering

  1. Whatโ€™s ๐Ÿ”จ Software-Engineering?
  2. What is ๐ŸŸฆ Object Oriented Programming?
  3. Whatโ€™s an โšฝ๏ธ Object (programming)?

๐Ÿ“‘ VL06 Static

  1. What does the Modifier-Static mean?
  2. What does the Modifier-Virtual mean?
  3. What is Function overloading?

๐Ÿ“‘ VL08

  1. What does the Modifier-Final mean?
  2. Why use ๐Ÿ• Local Classes

๐Ÿ“‘ VL09 & 10

  1. What are ๐Ÿงฎ Complex data structures?
  2. Whatโ€™s the difference between arrays and graphs?
  3. Whatโ€™s a ๐ŸŒณ Tree (programming)?
  4. Whatโ€™s a ๐Ÿ”— Link list and a โ›“ Adjacency matrix?
  5. How to construct a graph?

๐Ÿ“‘ VL11 Iteration

  1. ๐Ÿ”› Iteration algorithms
  2. Calculating using iteration โ†’ Calculation algorithms
  3. Searching/Checking using iteration โ†’ Search and Checking algorithms
  4. Sorting using iteration โ†’ Sorting algorithms
  5. Figuring out possible outcomes using iteration โ†’ Combination algorithms

๐Ÿ“‘ VL12 Recursion (1/2)

  1. โ™ป๏ธ Recursive algorithms
  2. Recursive Vs Iterative Algorithms

๐Ÿ“‘ VL13 Recursion (2/2)

  1. Recursive Algorithms
  2. Big-O Notation