QUIZ
Exception Handling in C++
ilahinoore90_10560
9 minutes ago
Save
Copy and Edit
INSTRUCTOR-LED SESSION
Start a live quiz
ASYNCHRONOUS LEARNING
Assign homework
10 questions
Preview
Show answers
  • Question 1
    60 seconds
    Report an issue
    Q.

    ___________is a process of converting system error messages in to user friendly messages.

    answer
    Exception Handling
  • Question 2
    60 seconds
    Report an issue
    Q.

    An__________is an event, which occurs during the execution of a program, that disrupt the normal flow of a program's instructions.

    answer
    exception
  • Question 3
    30 seconds
    Report an issue
    Q.

    Exceptions are _________anomalies that a program encounters during execution.

    answer choices

    compile time

    run time

  • Question 4
    45 seconds
    Report an issue
    Q.

    The Keywords for handling the Exception in C++ are

    answer choices

    Try

    catch

    throw

    remove

  • Question 5
    30 seconds
    Report an issue
    Q.

    ___________ block consists of the code that may generate exception.

    answer choices

    Try

    Catch

  • Question 6
    30 seconds
    Report an issue
    Q.

    _________keyword is used to throw an exception encountered inside try block.

    answer choices

    throw

    catch

    try

  • Question 7
    30 seconds
    Report an issue
    Q.

    Raising of an exception is done by _______expression.

    answer choices

    throw

    catch

  • Question 8
    30 seconds
    Report an issue
    Q.

    ___________block detects and throws an exception

    answer choices

    Try

    catch

  • Question 9
    30 seconds
    Report an issue
    Q.

    _____________block catches and handles the exception.

    answer choices

    try

    catch

  • Question 10
    30 seconds
    Report an issue
    Q.

    __________block specifies the action to be taken when an exception occur.

    answer choices

    try

    catch

Report an issue
Why show ads?
Report Ad
Lessonsnew
Enter Code