Computer Science, asked by muksm, 18 days ago

Match the following:

i. Exception A. Raised when a number divided by zero

ii. ImportError B. Raised when import statement fails

iii. IndexError C. Base class for all exceptions

iv. ZeroDivisionError D. Raised when an index is not found in a sequence




a.
i->A,ii->B,iii->C,iv->D




b.
i->B,ii->A,iii->D,iv->C



c.
i->C,ii->B,iii->D,iv->A






d.
i->D,ii->C,iii->A,iv->B​

Answers

Answered by samarthkrv
0

Answer:

The answer is C)

although there is no option called zero division zero. It raises an arithmetic exception.

Explanation:

Similar questions