研究社 英和コンピューター用語辞典

研究社

調べた例文を記録して、効率よく覚えましょう
Weblio会員無料で登録できます
履歴機能 過去に調べた単語を確認できる
語彙力診断 診断回数が4回に増加
マイ単語帳 便利な学習機能付き
マイ例文帳 文章で意味を理解できる

JST科学技術用語日英対訳辞書

独立行政法人科学技術振興機構

infinite loop

日英・英日専門用語辞書

日中韓辭典研究所

infinite loop

Weblio専門用語対訳辞書

英和辞典・和英辞典 - Weblio辞書

infinite loop

Weblio専門用語対訳辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

Weblio英和対訳辞書

英和辞典・和英辞典 - Weblio辞書

infinite loop


infinite loop


Infinite loop

Weblio英和対訳辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

Wiktionary英語版

出典:Wiktionary

infinite loop

出典:『Wiktionary』 (2025/11/11 17:23 UTC )

名詞

infinite loop (plural infinite loops)

  1. (programming) A loop which continues indefinitely.
    Synonym: endless loop
    Hypernym: loop

参照

ウィキペディア英語版

出典:Wikipedia

Infinite loop

出典:『Wikipedia』 (2011/07/12 02:38 UTC 版)

英語による解説

ウィキペディア英語版からの引用
引用

An infinite loop is a sequence of instructions in a computer program which loops endlessly, either due to the loop having no terminating condition, having one that can never be met, or one that causes the loop to start over. In older operating systems with cooperative multitasking, infinite loops normally caused the entire system to become unresponsive. With the now-prevalent preemptive multitasking model, infinite loops usually cause the program to consume all available processor time, but can usually be terminated by the user. Busy-wait loops are also sometimes misleadingly called "infinite loops". One possible cause of a computer "freezing" is an infinite loop; others include deadlock and access violations.

閲覧履歴

infinite loopのページの著作権