memrootじしょ
英和翻訳
semantic error
logical error
squeak through
grammar error
Third-party logistics (3PL)
boot room
engine room
Battle of Gettysburg
pass by the skin of one's teeth
Net Profit Margin
semantic error
[sɪˈmæntɪk ˈɛrər]
セマンティック エラー
1.
プログラミングや論理における意味上の誤り。
コンピュータプログラミングや形式論理において、文法(シンタックス)的には正しいが、その意味(セマンティクス)が意図したものと異なる、または実行時に矛盾を生じる誤りのことを指します。これにより、プログラムはクラッシュするか、予期しない結果を返します。
A
common
semantic
error
is
dividing
by
zero.
(よくある意味エラーはゼロで割ることです。)
A common
「よくある」「一般的な」という意味です。
semantic error
「意味エラー」「意味的な誤り」という意味です。
is
「~である」という状態を表します。
dividing by zero
「ゼロで割ること」という行為を指します。
Using
an
array
index
out
of
bounds
is
another
type
of
semantic
error.
(配列のインデックスが範囲外になるのも、別の種類の意味エラーです。)
Using
「~を使うこと」「使用すること」という意味です。
an array index
「配列のインデックス」を指します。
out of bounds
「範囲外の」という意味です。
is
「~である」という状態を表します。
another type of
「もう一つの種類の」「別の種類の」という意味です。
semantic error
「意味エラー」「意味的な誤り」という意味です。
The
debugger
helped
us
find
the
semantic
error
in
the
loop.
(デバッガーがループ内の意味エラーを見つけるのに役立ちました。)
The debugger
「デバッガー」を指します。
helped
「助けた」「役立った」という動詞の過去形です。
us
「私たちを」という目的格です。
find
「見つける」という意味の動詞です。
the semantic error
「その意味エラー」を指します。
in the loop
「ループ内で」という場所を示します。
関連
syntax error
logic error
runtime error
bug
debugging
compiler error