noun
actual argument; actual parameter
Computing term for the concrete value passed to a function or procedure, contrasted with 仮引数 (formal parameter).
See also: 仮引数
関数を呼び出すときは、実引数として具体的な値を渡します。
When calling a function, you pass concrete values as actual arguments.
実引数と仮引数の型が一致している必要がある。
The types of the actual arguments and formal parameters must match.
仮引数 is the formal parameter (placeholder) in a function definition, while 実引数 is the actual value supplied during a call.
Compound of 実 (actual) and 引数 (argument/parameter). 引数 itself is a computing calque from English 'argument' or 'parameter'.