Multiple choice

The errors which are caused by events beyond the control of program are called

  1. synchronous exceptions

  2. asynchronous exceptions

  3. all of above

  4. none of these

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

Asynchronous exceptions are caused by events external to the program, such as hardware interrupts or user input, which the program cannot predict or control directly.