Multiple choice technology operating systems CTRL+C is used for? print kernel messages Shut down the system to hault Kill the current process Halt or reboot the machine Reveal answer Fill a bubble to check yourself C Correct answer Explanation In standard command-line environments, pressing Ctrl+C sends the SIGINT signal to terminate or kill the currently active foreground process, rather than printing kernel messages or shutting down the machine.