Multiple choice technology programming languages

With what can you stop a process?

  1. Stop

  2. Shutdown

  3. Kill

  4. Delete

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The 'kill' command sends signals to terminate processes. 'Stop' and 'Shutdown' are not process commands. 'Delete' removes files, not running processes. Option C is correct.