question # 2\nmultiple choice\na loop that never ends can cause a computer crash.\ntrue\nfalse

question # 2\nmultiple choice\na loop that never ends can cause a computer crash.\ntrue\nfalse
Answer
Brief Explanations:
An infinite loop consumes system resources continuously. If the system runs out of resources like CPU time or memory due to an infinite - loop, it can lead to a crash.
Answer:
True