Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| en:modul:m286:learningunits:lu03:grundlagen [2025/01/10 13:21] – Automatic push translation kdemirci | en:modul:m286:learningunits:lu03:grundlagen [2025/01/10 13:23] (aktuell) – kdemirci | ||
|---|---|---|---|
| Zeile 2: | Zeile 2: | ||
| ===== Introduction ===== | ===== Introduction ===== | ||
| - | The EVA principle in computer science describes a basic process that almost every computer programme and every electronic data processing system goes through. | + | The IPO principle in computer science describes a basic process that almost every computer programme and every electronic data processing system goes through. |
| - | ==== (E)VA - The input ==== | + | ==== (I)PO - Input ==== |
| All data processing begins with the input of information or data. In computer science, input refers to the transfer of data or commands from a user, a sensor or another system to the computer. | All data processing begins with the input of information or data. In computer science, input refers to the transfer of data or commands from a user, a sensor or another system to the computer. | ||
| Zeile 19: | Zeile 19: | ||
| **Example: | **Example: | ||
| - | ==== E(V)A - The processing | + | ==== I(P)O - Processing |
| Once the computer has received the input data, processing takes place. The computer works with the help of a programme that determines what is to be done with the input data. This step is the central point of data processing. | Once the computer has received the input data, processing takes place. The computer works with the help of a programme that determines what is to be done with the input data. This step is the central point of data processing. | ||
| Zeile 38: | Zeile 38: | ||
| **Example: | **Example: | ||
| - | ==== EV(A) - The output | + | ==== IP(O) - Output |
| At the end is the output of the processed data. The computer either displays the result on a screen, prints it on paper or passes it on in another form, e.g. as a signal to another device. | At the end is the output of the processed data. The computer either displays the result on a screen, prints it on paper or passes it on in another form, e.g. as a signal to another device. | ||
| Zeile 51: | Zeile 51: | ||
| **Example: | **Example: | ||
| - | ===== The EVA principle in practice ===== | + | ===== The IPO principle in practice ===== |
| We encounter the EVA principle constantly in everyday use, even if we often don't realise it. Every time we use a computer or electronic device, this process is running in the background. A particularly tangible example is an ATM. | We encounter the EVA principle constantly in everyday use, even if we often don't realise it. Every time we use a computer or electronic device, this process is running in the background. A particularly tangible example is an ATM. | ||