suppose process a is currently running, and it doesn't have any programmer specified signal handlers. which option corresponds to the correct ordering of steps if a divides by zero? process a exits. process a resumes execution from next instruction. process a resumes execution from current instruction. exception handler sends sigsegv signal to process a. exception handler sends sigfpe signal to process a. exception handler detects divide-by-zero error. group of answer choices 3, 6, 5
6, 5, 2
5, 6, 2
5, 6, 1
6, 5, 1