最終更新日
:2025/11/21
short circuit operator
名詞
日本語の意味
短絡演算子:条件が確定した時点でそれ以上のオペランド評価を省略し、即座に結果を返す論理演算子(例:OR演算子が先の真判定で後続の評価を行わない挙動) / 短絡論理演算子:処理の効率を高めるために、一部条件が確定した段階で全体の評価を中断する論理演算子
( plural )
復習用の問題
(computing) A logical operator that returns a value as soon as the outcome is certain, without necessarily testing all operands (for example, an OR operator returning true if the first operand evaluates as true, without evaluating the second operand).
音声機能が動作しない場合はこちらをご確認ください
正解を見る
short circuit operator
When debugging the conditional logic, the short circuit operator prevented the program from evaluating an unnecessary function call.
正解を見る
When debugging the conditional logic, the short circuit operator prevented the program from evaluating an unnecessary function call.
音声機能が動作しない場合はこちらをご確認ください
英語 - 英語
項目の編集設定
- 項目の編集権限を持つユーザー - すべてのユーザー
- 項目の新規作成を審査する
- 項目の編集を審査する
- 項目の削除を審査する
- 重複の恐れのある項目名の追加を審査する
- 項目名の変更を審査する
- 審査に対する投票権限を持つユーザー - 編集者
- 決定に必要な投票数 - 1
例文の編集設定
- 例文の編集権限を持つユーザー - すべてのユーザー
- 例文の削除を審査する
- 審査に対する投票権限を持つユーザー - 編集者
- 決定に必要な投票数 - 1
問題の編集設定
- 問題の編集権限を持つユーザー - すべてのユーザー
- 審査に対する投票権限を持つユーザー - 編集者
- 決定に必要な投票数 - 1