Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
en:modul:m291:learningunits:lu04:loesungen:01 [2025/01/21 12:12] – angelegt vdemir | en:modul:m291:learningunits:lu04:loesungen:01 [2025/02/25 12:31] (aktuell) – vdemir | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ====== LU04.S01 - Frameworks VS Libraries | + | ====== LU04.S01 - Control Questions |
- | + | ||
- | + | ||
- | ===== Assignment ====== | + | |
- | You have learnt what the difference between a software framework and a library is. Answer therefore the following five questions: | + | |
- What is the primary difference between how libraries and frameworks manage control in a project? (Hint: Think about who-calls-whom — your code or the framework/ | - What is the primary difference between how libraries and frameworks manage control in a project? (Hint: Think about who-calls-whom — your code or the framework/ | ||
Zeile 16: | Zeile 11: | ||
- Why are libraries important in program linking and binding processes, and how do they differ from frameworks in this regard? | - Why are libraries important in program linking and binding processes, and how do they differ from frameworks in this regard? | ||
* Libraries are important because they provide reusable functions or modules that can be integrated into a program to add functionality without dictating the overall structure. Frameworks, on the other hand, impose a specific architecture and take control of the application flow. | * Libraries are important because they provide reusable functions or modules that can be integrated into a program to add functionality without dictating the overall structure. Frameworks, on the other hand, impose a specific architecture and take control of the application flow. | ||
- | |||
- | |||
===== Vocabulary ===== | ===== Vocabulary ===== | ||
Zeile 25: | Zeile 18: | ||
| in this regard | diesbezüglich | | | in this regard | diesbezüglich | | ||
| to incorporate | einbauen (lassen) | | | to incorporate | einbauen (lassen) | | ||
+ | |||
+ | ---- | ||
+ | [[https:// |