0% found this document useful (0 votes)
217 views

Final Lab Quiz 1

This document summarizes the results of a student's final lab quiz on exception handling in an object-oriented programming course. The student answered all 5 multiple choice questions correctly, receiving full marks and a grade of 100% on the quiz. Each question covered a different aspect of exception handling in programming.

Uploaded by

RianneNael
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
217 views

Final Lab Quiz 1

This document summarizes the results of a student's final lab quiz on exception handling in an object-oriented programming course. The student answered all 5 multiple choice questions correctly, receiving full marks and a grade of 100% on the quiz. Each question covered a different aspect of exception handling in programming.

Uploaded by

RianneNael
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

UGRD-CS6203C Object-Oriented

Programming
1. Home
2. My courses
3. UGRD-CS6203C-2123T
4. Week 11: Exception Handling
5. Final Lab Quiz 1

Started on Tuesday, 22 February 2022, 10:50 PM


State Finished
Completed on Tuesday, 22 February 2022, 10:56 PM
Time taken 5 mins 34 secs
Marks 5.00/5.00
Grade 100.00 out of 100.00
Question 1
Correct
Mark 1.00 out of 1.00

Flag question

Question text
A finally block must be associated without a try block.

Select one:
a.
False
b.
True

Question 2
Correct
Mark 1.00 out of 1.00

Flag question

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

Select one:
a.
False
b.
True

Question 3
Correct
Mark 1.00 out of 1.00

Flag question

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

Select one:
a.
True
b.
False

Question 4
Correct
Mark 1.00 out of 1.00

Flag question

Question text
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
Question 5
Correct
Mark 1.00 out of 1.00

Flag question

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

Select one:
a.
True
b.
False

You might also like