Search Header Logo

CHAPTER 4 - PART 2

Authored by Marliana (AS)

Information Technology (IT)

University

CHAPTER 4 - PART 2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?