えいたんごクイズ
param(パラメータ・名詞)の覚え方イラスト — param は parameter を開発者が短く書いた略語として覚えます

param

/ˈpærəm/
noun

パラメータ

解説 Definition

パラメータの略称。プログラミングや数学で関数に渡す変数・引数を指す。

Param is an informal short form of parameter. It is mostly used in programming and technical discussions to mean a value or setting given to a function, system, or process. The shortened form is common in code, documentation, and developer conversations.

覚え方のコツ Memory Tip

`param` は `parameter` の省略形だとそのまま覚えるのが最短です。長い正式形より、コードでは `param` / `params` が頻出なので、まず形の対応を固定します。意味は「処理の動きを外から調整する値」。`function params` `query params` `route params` のような頻出の塊で覚えると残りやすいです。`argument` と近いものの、実務では関数定義の受け取り側やURLの項目名として `param` が軽く使われやすい、と使う場面ごと覚えると混同しにくくなります。

The easiest memory hook is that `param` is just a short form of `parameter`. In code, the short form appears everywhere, especially as `params`. Fix it in your mind with common chunks like `query params`, `route params`, and `function params`.

例文

You need to pass the API key as a param in the request header.

リクエストヘッダーにAPIキーをパラメータとして渡す必要がある。

The function accepts a config param that specifies the output format.

その関数は出力形式を指定するconfigパラメータを受け取る。

Each param in the query string should be URL-encoded for safety.

クエリ文字列の各パラメータは安全のためにURLエンコードする必要がある。

param の類義語・関連語

param の語源・成り立ち Etymology

param は parameter の省略形で、語源はギリシャ語 para「わきに」+ metron「測るもの」。本来は「測るため脇に置く基準」で、そこから変数の設定値という意味になった。meterdiameter にも同じ metron があり、「測る」が核だと見える。

Param is a shortened form of parameter. Parameter comes from Greek para, meaning "beside," and metron, meaning "measure." The original sense was something used as a measure or standard, and in modern use it came to mean a value set alongside a system to shape how it works; meter and diameter share the same root.

外部辞書で調べる

この単語をシェア

この単語を英単語クイズで覚えよう