英語・英単語・TOEICの学習サイト Eigo Love

プログラミングに関する英単語 1

このページでは、プログラミング(アプリケーション開発)の洋書などに登場する、IT技術系の英単語をまとめています。

目次

fire, compile, invoke, embed, implement, behavior, compatible

fire

[動詞の意味]
 (プログラミングの処理で)イベントを起動する、発火する。

[発音]
 fáiər ファイア(アクセントは、ァ)

[語形変化]
 現在形: fire
 三人称単数現在形: fires
 過去形: fired
 過去分詞: fired
 現在分詞: firing

[類義語]
 trigger

[例文]
 The event is fired when any key is pressed.
 何かのキーを押すと、イベントが発生します。

【BACK】

compile

[動詞の意味]
 (プログラミングで)ソースコードをコンパイルする。~を一つにまとめる。

[発音]
 kəmpáil コンパイル(アクセントは、パ)

[語形変化]
 現在形: compile
 三人称単数現在形: compiles
 過去形: compiled
 過去分詞: compiled
 現在分詞: compiling

[類義語]
 assemble

[例文]
 These resource files are compiled into the application.
 これらのリソースファイルは、そのアプリケーションにコンパイルされる。

【BACK】

invoke

[動詞の意味]
 (プログラミングで)関数やメソッドを呼び出す。~の処理を起動する。

[発音]
 invóuk インボウク(アクセントは、ボ)

[語形変化]
 現在形: invoke
 三人称単数現在形: invokes
 過去形: invoked
 過去分詞: invoked
 現在分詞: invoking

[類義語]
 call

[例文]
 A unit testing framework allows us to invoke a private method in the class.
 ユニットテストフレームワークは、私たちがそのクラス内のプライベートメソッドの呼び出しを可能にする。

【BACK】

embed

[動詞の意味]
 (ソフトウェアなどを)埋め込む、組み込む。

[発音]
 embéd エンベッド(アクセントは、ベ)

[語形変化]
 現在形: embed
 三人称単数現在形: embeds
 過去形: embedded
 過去分詞: embedded
 現在分詞: embedding

[類義語]
 install

[例文]
 You can embed Excel Spreadsheets into your web page by using a plugin.
 プラグインを利用すれば、エクセルスプレッドシートをウェブページに組み込むことができます。

【BACK】

implement

[動詞の意味]
 (プログラミングで)処理を実装する。

[発音]
 動詞: ímpləmènt インプリメント(アクセントは、イ)

[語形変化]
 現在形: implement
 三人称単数現在形: implements
 過去形: implemented
 過去分詞: implemented
 現在分詞: implementing

[類義語]
 build

[例文]
 You must implement all the methods declared in the interface.
 インターフェイスで宣言された全てのメソッドを実装しなければならない。

【BACK】

behavior

[名詞の意味]
 (アプリケーションの)動き、動作、ふるまい。

[発音]
 bihéivjər ビヘイビァ(アクセントは、ヘ)

[複数形]
 数えられないので無い

[類義語]
 action

[例文]
 How do I change the behavior of function keys?
 どうすればファンクションキーの動作を変更することができますか?

【BACK】

compatible

[動詞の意味]
 (ソフトウェアなど)互換性のある、~に準拠した。

[発音]
 kəmpǽtəbl カンパタブル(アクセントは、パ)

[比較変化]
 比較級: more compatible
 最上級: most compatible

[類義語]
 adaptable

[例文]
 This application is compatible with the latest Android OS.
 このアプリケーションは、最新のアンドロイドOSと互換性があります。

【BACK】

以上、ご閲覧ありがとうございました。