Multiple choice technology operating systems

What key combination is typically used to interrupt running programs?

  1. CTRL-E

  2. CTRL-C

  3. CTRL-D

  4. CTRL-I

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

CTRL-C sends the SIGINT (interrupt) signal, which is the universal standard for terminating or interrupting running programs in Unix-like systems and terminal emulators. CTRL-E typically moves to end of line, CTRL-D indicates EOF, and CTRL-I is a horizontal tab.