1046). What is it called when we make a mistake in the script?

[A]Error
[B]Bug
[C]Mistake
[D]Debug

Show Answer

1047). Which of the following is the definition for debugging?

[A]Finding bugs
[B]Fixing bugs
[C]Both Finding & Fixing bugs
[D]Clearing bugs

Show Answer

1048). Where is the error icon shown in the Internet Explorer?

[A]Taskbar
[B]Status bar
[C]Both Taskbar and Status bar
[D]Bookmarks bar

Show Answer

1050). Which of the following is the window that the Firefox sends the error messages to?

[A]Bug Window
[B]Error Issues
[C]Error Window
[D] Error Console

Show Answer

1051). What is the procedure to view the console in the Firefox?

[A]Tools -> Error Console
[B]Tools -> Error Window
[C]Help -> Error Console
[D]Tools -> Bug window

Show Answer

1052). What is the other way of calling the Error Console in Firefox?

[A]Error Window
[B]javaScript Console
[C]JavaScript Window
[D]Error or JavaScript Window

Show Answer

1053). What kind of error notifications are shown in the console window?

[A]Syntax error
[B]Runtime error
[C] Both Syntax error and Runtime error
[D] Compilation error

Show Answer

1054). How do we debug a script?

[A]Use of JavaScript Validator
[B] Use of JavaScript Debugger
[C]Use of JavaScript Validator & Debugger
[D]Use of javascript interpreter

Show Answer

1055). What is the purpose of a JavaScript debugger?

[A]Correction of errors
[B]Placing script execution under control
[C]Correction of errors & Placing script execution under control
[D] Compilation

Show Answer