You are on page 1of 2

Home / My courses /

UGRD-CS6203-2113T /
Object-Oriented Programming /
Final Lab Quiz 1

Started on Friday, 5 November 2021, 8:49 PM


State Finished
Completed on Friday, 5 November 2021, 8:50 PM
Time taken 52 secs
Marks 5.00/5.00
Grade 100.00 out of 100.00

Question 1
Correct

Mark 1.00 out of 1.00

If no exception occurs in try block then the catch blocks are completely ignored.

Select one:
a. False

b. True 

Question 2
Correct

Mark 1.00 out of 1.00

A try-finally block is not possible without catch block.

Select one:
a. True

b. False 

Question 3
Correct

Mark 1.00 out of 1.00

A finally block must be associated without a try block.

Select one:
a. True

b. False 
Question 4
Correct

Mark 1.00 out of 1.00

An exception in the finally block, behaves exactly like any other exception.

Select one:
a. True 

b. False

Question 5
Correct

Mark 1.00 out of 1.00

If an exception occurs in try block then the control of execution is passed to the corresponding catch block.

Select one:
a. False

b. True 

◄ Midterm Lab Exam

Jump to...

Final Lab Quiz 2 ►

You might also like