noun
standard output; stdout
Computing term for the default output stream of a program, typically displayed on the screen.
プログラムの結果を標準出力に表示する。
Display the program's results on standard output.
エラーメッセージは標準出力ではなく標準エラー出力に出力される。
Error messages are output to standard error, not standard output.
Compound of 標準 (standard) and 出力 (output), a direct translation of the English computing term 'standard output'.