Ausgabeoperation
Ausgabeoperation is a term used in German computing to describe an operation that produces output data from a system to an external sink. It is the counterpart to Eingabeoperation (input operation) and is generally understood as any action that transfers, displays, or emits information from a program or device.
In software development, an Ausgabeoperation writes data to an output destination such as a standard output
In hardware and embedded systems, an Ausgabeoperation may refer to driving an output peripheral, such as setting
In theoretical contexts such as algorithms, the output operation denotes the phase where the result of computation
See also Eingabeoperation, I/O, buffered I/O, asynchronous I/O, streams, device drivers.