Which type of interrupt is typically used to handle exceptional conditions like division by zero or invalid memory access?
Faults are exceptions used to handle exceptional conditions such as division by zero or invalid memory access. The CPU traps these conditions and executes a specific handler to deal with the issue.