101-400 Exam QuestionsBrowse all questions from this exam

101-400 Exam - Question 73


Which of the following signals is sent to a process when the key combination CTRL+C is pressed on the keyboard?

Show Answer
Correct Answer: B

When the key combination CTRL+C is pressed on the keyboard, the signal sent to a process is SIGINT. SIGINT stands for 'signal interrupt,' and it is typically used to request the interruption of a running process, allowing it to terminate gracefully in response to the user's command.

Discussion

1 comment
Sign in to comment
DuboisNicolasDuclairOption: B
Oct 21, 2023

When the key combination CTRL+C is pressed on the keyboard, the signal sent to a process is: B. SIGINT SIGINT stands for "signal interrupt." It is typically used to request the interruption of a running process, allowing it to terminate gracefully in response to the user's interruption command (usually generated by pressing CTRL+C).