0%

busy-loop

B b

Transcription

    • US Pronunciation
    • US IPA
    • US Pronunciation
    • US IPA

Definitions of busy-loop word

  • abbreviation Technical meaning of BUSY-LOOP tight loop 3
  • noun Definition of busy-loop in Technology (programming)   A loop of code that executes without releasing any resources to other programs or the operating system. Consider the following pointless BASIC loop that counts upward indefinitely 10 i = i + 1 20 GOTO 10 Run on a single-user system such as MS-DOS this will not cause any problems. Run on a cooperative multitasking operating system such as Windows 3, the system would appear to freeze. A pre-emptive multitasking operating system such as UNIX or Windows NT would "steal" cycles away from the program and continue to run other programs. See also busy-wait and multitasking. 1

Information block about the term

Parts of speech for Busy-loop

noun
adjective
verb
adverb
pronoun
preposition
conjunction
determiner
exclamation

See also

Matching words

Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?