CHAPTER 4 - PART 2

CHAPTER 4 - PART 2

University

10 Qs

quiz-placeholder

Similar activities

Массив

Массив

University

15 Qs

Event Handling Quiz

Event Handling Quiz

University

15 Qs

Y 4 -Web Search Strategies Quiz

Y 4 -Web Search Strategies Quiz

10th Grade - University

6 Qs

IT Quiz Bee 2025 - EASY

IT Quiz Bee 2025 - EASY

University

15 Qs

Quick Sort

Quick Sort

University

10 Qs

Quiz Pemdas

Quiz Pemdas

University

15 Qs

C# Casting, Converting, and Parsing Quiz

C# Casting, Converting, and Parsing Quiz

University

15 Qs

Blockly Programming Quiz [Level 1A]

Blockly Programming Quiz [Level 1A]

7th Grade - University

10 Qs

CHAPTER 4 - PART 2

CHAPTER 4 - PART 2

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Marliana (AS)

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of exception in C++ occurs due to reasons like disk failure or keyboard interrupt?

Asynchronous

Synchronous

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If an exception is thrown but not caught, what happens to the program?

It terminates abnormally

It continues execution normally

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement correctly explains separation of error handling code in exception handling?

Error handling is mixed with normal logic using if-else

Error handling is kept separate from normal logic using try-catch

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In C++, what is the function of the catch(...) block?

It catches only integer exceptions

It catches all types of exceptions

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is exception handling considered better than traditional error handling?

It forces all functions to handle every exception

It improves readability by separating normal and error-handling code

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When an exception is thrown inside a try block, what happens to local objects created within it?

They are destroyed before control moves to catch

They remain in memory until the program ends

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if a throw is used inside a nested try-catch block with re-throwing?

The exception is ignored

The exception is passed to the outer catch block

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?