CHAPTER 4 - PART 2

CHAPTER 4 - PART 2

University

10 Qs

quiz-placeholder

Similar activities

Pemrograman Visual dan Scratch

Pemrograman Visual dan Scratch

7th Grade - University

15 Qs

MIS-RODOCODO

MIS-RODOCODO

1st Grade - University

8 Qs

Grade 6 - Living with AI

Grade 6 - Living with AI

6th Grade - University

15 Qs

Ethics - Week 5 Revision

Ethics - Week 5 Revision

University

10 Qs

Day 1 Quiz

Day 1 Quiz

University

15 Qs

Condition Programming Quiz

Condition Programming Quiz

1st Grade - University

9 Qs

Excel Basics Quiz

Excel Basics Quiz

10th Grade - University

14 Qs

Programming for AI & ML Quiz

Programming for AI & ML Quiz

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?