「変数」は英語で「variable」に当たっています。プログラミングでは英語がよく出てくるかもしれないので英語知っておくべきですね。
コンピューターのプログラミングには「変数」というのがデータが保存できるところでプログラムが読み取りできるものです。
In computer programming, a variable is where data is stored and can be read by programs.
1. variable
英語でプログラミングいつも出てくる「変数」のことを「(a) variable」または、「variables」と言います。
例文:
>従属変数
a dependent variable
>独立変数
an independent variable
>無限大の変数
an infinite variable
2. scalar
調べてみたら、プログラミングいつも出てくる「変数」のことを「scalar」とも呼ばれているみたいです。
例文:
>値の型を表す文字列 struct、arrayあるいは scalar を返します。
Returns a string containing struct, array or scalar describing the base type of the value.