ITI MCQ
Home
JAVASCRIPT AND CREATING WEB PAGE - Practice Mode
Categories
Computer Operator and Programming Assistant (COPA)
JAVASCRIPT AND CREATING WEB PAGE
Practice Mode
1) Which keyboard in switch case statement specifies the code to run if there is no case match?
Break
Case
Default
End
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Default
Question Details
1) Which keyboard in switch case statement specifies the code to run if there is no case match?
Break
Case
Default
End
2) Which statement is used to test a block of code for errors?
Catch
Finally
Throe
Try
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Try
Question Details
2) Which statement is used to test a block of code for errors?
Catch
Finally
Throe
Try
3) Which statement is used to handle the error?
Try
Catch
Throw
Finally
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Catch
Question Details
3) Which statement is used to handle the error?
Try
Catch
Throw
Finally
4) Which statement is used create custom error in javascript?
Catch
Finally
Throw
Try
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Throw
Question Details
4) Which statement is used create custom error in javascript?
Catch
Finally
Throw
Try
5) Which statement is used to execute code after try and catch?
Finally
Syntax error
Throw
Type error
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Finally
Question Details
5) Which statement is used to execute code after try and catch?
Finally
Syntax error
Throw
Type error
Previous Question Set
Back to Question Sets
Next Question Set
Try Another Topic
Try Another Quiz