CS Xii Mcq&a 3
CS Xii Mcq&a 3
12. While accessing a dictionary, if the given key is not found, ……………….
exception is raised.
19. All type of errors can be found during compile time (True/False)
(True/False)
20. A program running properly but producing wrong output is an exception.
(True/False)
21. Unexpected rare condition occurring during runtime which disrupts a
program’s execution is an exception. (True/False)
22. The except block deals with the exception, if it occurs. (True/False)
23. try , except , finally is the correct order of blocks in exception handling
(True/False)
24. An exception may be raised even if the program is syntactically correct.
(True/False)
25. Value Error occurs due to wrong indentation in a program (True/False)
******************