
Exception handling

Quiz
•
Computers
•
University
•
Medium
roop lal
Used 2+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which keyword is used to handle exceptions in C#?
catch
final
throw
error
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the finally block do in exception handling?
Executes only when an exception is thrown
Executes only if no exception is thrown
Executes always, regardless of whether an exception occurs or not
Skips execution if an exception is caught
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct order of a try-catch-finally block?
try-catch-finally
try-finally-catch
catch-try-finally
finally-catch-try
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the throw keyword do in C#?
Ignores the exception
Logs the exception
Rethrows the exception
Stops the program
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which class is the base class for all exceptions in C#?
Error
Exception
BaseException
SystemException
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the following code?
try {
int x = 5 / 0;
} catch (DivideByZeroException) {
Console.WriteLine("Divide by zero");
} finally {
Console.WriteLine("Finally block");
}
Runtime error
Divide by zero
Divide by zero
Finally block
Finally block only
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will happen if an exception is thrown and not caught?
Program will continue execution
Program will crash
Exception will be logged
Exception will be ignored
Create a free account and access millions of resources
Similar Resources on Wayground
17 questions
ООП Модуль 4

Quiz
•
University
20 questions
UTS Teori PJR 2024

Quiz
•
University
15 questions
Quiz NO. 1

Quiz
•
University
11 questions
Quiz 7

Quiz
•
University
15 questions
Java Exception Handling and Strings

Quiz
•
University
13 questions
CSE_A1_QUIZ 6(15-05-23)

Quiz
•
University
15 questions
Exception handling -oracle plsql

Quiz
•
University
20 questions
PL SQL

Quiz
•
University - Professi...
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade
Discover more resources for Computers
15 questions
Let's Take a Poll...

Quiz
•
9th Grade - University
2 questions
Pronouncing Names Correctly

Quiz
•
University
34 questions
WH - Unit 2 Exam Review -B

Quiz
•
10th Grade - University
21 questions
Mapa países hispanohablantes

Quiz
•
1st Grade - University
10 questions
Transition Words

Quiz
•
University
5 questions
Theme

Interactive video
•
4th Grade - University
25 questions
Identifying Parts of Speech

Quiz
•
8th Grade - University
10 questions
Spanish Greetings and Goodbyes!

Lesson
•
6th Grade - University