memrootじしょ
英和翻訳
Control flow
command and control
programming symbol
core problem
editing software
transform fault
core principles
Transcripts
Prohibited articles
Training exercise
Control flow
/kənˈtroʊl floʊ/
コントロール フロー
1.
プログラムの命令が実行される順序。
プログラム内のステートメントや関数の呼び出しがどのような順序で処理されるかを示します。条件分岐やループなどの構造によって制御されます。
Understanding
control
flow
is
crucial
for
debugging.
(コントロールフローを理解することは、デバッグにとって非常に重要です。)
Understanding
「理解すること」を意味します。
control flow
「プログラムの実行の流れ」を指す専門用語です。
is
「~である」という状態を表す動詞です。
crucial
「極めて重要な」という意味の形容詞です。
for debugging
「デバッグのために」という意味で、プログラムの誤りを見つけて修正する作業を指します。
If-else
statements
are
a
common
form
of
control
flow.
(if-else文は、コントロールフローの一般的な形式です。)
If-else statements
「もし~ならば、そうでなければ~」という条件分岐の構文を指します。
are
「~である」という状態を表す動詞です。
a common form
「一般的な形式」を意味します。
of control flow
「コントロールフローの」という意味で、実行の流れを制御する手段であることを示します。
The
control
flow
of
this
program
uses
several
nested
loops.
(このプログラムのコントロールフローは、いくつかのネストされたループを使用しています。)
The control flow
「プログラムの実行の流れ」を指します。
of this program
「このプログラムの」という意味です。
uses
「~を使用する」という動詞です。
several
「いくつかの」を意味します。
nested loops
「入れ子になったループ」を指し、ループの中にさらにループがある構造です。
関連
conditional statement
loop
function call
exception handling
goto statement
sequential execution