Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
57 views2 pages

OOP Final Lab Quiz Results

The document summarizes the results of a student's final lab quiz on object-oriented programming. The quiz contained 5 multiple choice questions that were all answered correctly. The student scored perfectly on the quiz, receiving full marks of 5 out of 5 and a grade of 100% within 52 seconds.

Uploaded by

Nicolas Salcedo
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)
57 views2 pages

OOP Final Lab Quiz Results

The document summarizes the results of a student's final lab quiz on object-oriented programming. The quiz contained 5 multiple choice questions that were all answered correctly. The student scored perfectly on the quiz, receiving full marks of 5 out of 5 and a grade of 100% within 52 seconds.

Uploaded by

Nicolas Salcedo
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/ 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