subprogram

[sʌbˈprəʊɡræm]

subprogramの意味

サブプログラム [大規模なコンピューター・プログラムの自己完結型セクションであり、必要に応じて呼び出して実行することができます].

subprogramの使用例

以下の例を通じて"subprogram"がさまざまな状況でどのように使われるかを見てみましょう。

  • 例文

    The subprogram is used to perform a specific task within the larger program.

    サブプログラムは、より大きなプログラム内で特定のタスクを実行するために使用されます。

  • 例文

    The subprogram can be reused in different parts of the program.

    サブプログラムはプログラムのさまざまな部分で再利用できます。

  • 例文

    The main program calls the subprogram when it needs to execute a particular task.

    メイン プログラムは、特定のタスクを実行する必要がある場合にサブプログラムを呼び出します。

subprogramの類義語と反対語

subprogramの類義語

subprogramに関連するフレーズ

  • 別のサブプログラム内で 1 つ以上のサブプログラムを定義するプロセス

    例文

    Subprogram nesting allows for greater modularity and code reuse.

    サブプログラムのネストにより、モジュール性が向上し、コードの再利用が可能になります。

  • 実行中に自分自身を呼び出すサブプログラム

    例文

    Recursive subprograms are useful for solving problems that can be broken down into smaller subproblems.

    再帰的サブプログラムは、より小さなサブ問題に分割できる問題を解決するのに役立ちます。

  • サブプログラムが呼び出されたときにサブプログラムに渡される値。サブプログラムが実行時に使用できます。

    例文

    The subprogram takes two parameters: the first is an integer, and the second is a string.

    サブプログラムは 2 つのパラメータを取ります。1 つ目は整数、2 つ目は文字列です。

📌

subprogramの概要

subprogram [sʌbˈprəʊɡræm]は、必要に応じて呼び出して実行できる、より大きなコンピューター プログラムの自己完結型セクションです。これは、より大きなプログラム内で特定のタスクを実行するためによく使用され、プログラムのさまざまな部分で再利用できます。サブプログラムのネスト、再帰的サブプログラム、およびサブプログラム パラメーターは、サブプログラムに関連付けられたフレーズの一部です。