Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question # 4 multiple choice how do you stop a program that is stuck in…

Question

question # 4
multiple choice
how do you stop a program that is stuck in an infinite loop?
press the alt key together with the q key.
press the control key together with the q key.
press the control key together with the c key.
press the alt key together with the c key.

Explanation:

Brief Explanations

In many programming environments and terminals, pressing Ctrl + C (Control - C) is a common way to interrupt a running process, including one stuck in an infinite loop. This sends a signal to the operating system to terminate the current process.

Answer:

C. Press the Control key together with the C key.