English, asked by litonsweet, 1 year ago

You're programming an infinite loop. What must you include in your code to prevent crashes?
-ad

Answers

Answered by Jasleen0599
2

System Overload. Suppose the codes gets run after the infinity program is run. The application will no longer be able to handle the growing list of outputs, ultimately leading to code crashing.

Overheating. It can hamper the code's functioning and lead to crashes.

Prevention:

Keep the backup of all the program coded on the PC.

Don't panic, even the servers of YouTube gets crashed for every 10 minutes.

Answered by brainlyinuser
4

Answer:

Explanation:

While programming an infinite loop, the coder should include delay function to prevent crashes. An infinite loop consists of a sequence of instructions for a computer program that loop infinitely. Earlier, in old operating systems (OS), this sequence would make the entire system unresponsive. With the introduction of advanced multi-tasking models, infinite loops make the program consume the CPU's available time, however the user can easily terminate this.

Similar questions