appending
追加する
解説 Definition
リストや文字列の末尾に新しい要素またはデータを追加すること。プログラミングやデータベース処理で一般的に使用される操作。
Appending means adding something to the end of a document, list, file, or piece of text. It is common in computing, writing, and data processing when new information is attached without changing the earlier part. The word is more formal and technical than simply adding.
覚え方のコツ Memory Tip
append はまず基本動詞 add に近い語として覚えると入りやすいですが、違いは「ただ足す」より「既存のものの後ろに付け足す」感覚が強いことです。プログラミングでは append to a list / append a string の形で、配列・文字列・ファイルの末尾に追加する場面で頻出します。先頭に足す prepend と対で覚えると位置関係が定着します。appending はその動作中、または処理名として見ると整理しやすいです。
Think of `append` as close to `add`, but more specific: you add something at the end of what is already there. That makes it especially easy to remember in programming, with phrases like `append to a list` or `append a string`. Learn it together with `prepend`, which means adding at the beginning.
例文
When appending data to a list, new values are added to the end of the structure.
リストにデータを追加する場合、新しい値はその構造の末尾に追加されます。
The database function is appending records to the existing table.
データベース関数は既存のテーブルにレコードを追加しています。
When appending files, users must ensure sufficient storage space is available.
ファイルを追加する場合、ユーザーは十分なストレージスペースが利用可能であることを確認する必要があります。
appending の類義語・関連語
紛らわしい語
appending の語源・成り立ち Etymology
appendingはappend+ -ingの形で、appendはラテン語appendereにさかのぼります。ad-「〜へ」+ pendere「つるす」なので、原義は「ぶら下げて付け加える」で、末尾への追加がただの足し算でなく接続だと見えてきます。appendixやpendantも同系です。
Appending is the -ing form of append. Append goes back to Latin appendere, from ad-, meaning "to," and pendere, meaning "to hang." Its original sense was "to hang onto" or "attach," which later became the idea of adding something at the end. Related English words include appendix and pendant.
外部辞書で調べる
この単語を英単語クイズで覚えよう