Exam 4: Debugging and Error Handling
Exam 1: Introduction to Javascript42 Questions
Exam 2: Working With Functions Data Types and Operators41 Questions
Exam 3: Building Arrays and Controlling Flow42 Questions
Exam 4: Debugging and Error Handling41 Questions
Exam 5: Working With the Document Object Model Dom and Dhtml41 Questions
Exam 6: Enhancing and Validating Forms41 Questions
Exam 7: Using Object Oriented Javascript41 Questions
Exam 8: Manipulating Data in Strings and Arrays41 Questions
Exam 9: Managing State Information and Security41 Questions
Exam 10: Programming for Mobile Devices and Touchscreens41 Questions
Exam 11: Updating Web Pages With Ajax41 Questions
Exam 12: Introduction to Jquery41 Questions
Select questions type
____________________ is the examination of individual statements in an executing program.
Free
(Short Answer)
4.9/5
(42)
Correct Answer:
Tracing
____ allows programs to handle errors as they occur in the execution of a program.
Free
(Multiple Choice)
4.7/5
(31)
Correct Answer:
D
Match each statement below with correct item:
Correct Answer:
Premises:
Responses:
Free
(Matching)
5.0/5
(43)
Correct Answer:
Which of the following JavaScript statements works like a breakpoint?
(Multiple Choice)
4.9/5
(38)
The ____ is the ordered list maintained by a JavaScript processor containing all the procedures that have been called but have not yet finished processing.
(Multiple Choice)
4.8/5
(36)
____ is the temporary suspension of program execution so you can monitor values and trace program execution.
(Multiple Choice)
4.9/5
(37)
Name two tools you can use to analyze your HTML code for errors, and describe how to use them for this task.
(Essay)
4.7/5
(34)
You enclose code that may contain an exception in a ____ statement.
(Multiple Choice)
5.0/5
(37)
A ____ error occurs when the JavaScript interpreter encounters a problem while a program is executing.
(Multiple Choice)
4.8/5
(40)
In ____________________ mode, some features are removed from the language, while other features require more stringent syntax.
(Short Answer)
4.9/5
(42)
What is the difference between a variables list and a watch list in browser debugging tools?
(Essay)
4.8/5
(34)
You use a ____ statement within a try block to specify an error message .
(Multiple Choice)
4.8/5
(32)
A program's ____ is the order in which various parts of the program run, or execute.
(Multiple Choice)
4.8/5
(30)
A ____ error occurs when the interpreter fails to recognize code.
(Multiple Choice)
4.8/5
(38)
Syntax refers to the order in which various parts of a program run, or execute.
(True/False)
4.8/5
(34)
Showing 1 - 20 of 41
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)