Home / CSE / Javascript - CS :: Caching and Debugging

CSE :: Javascript - CS

  1. Which of the following is the definition for debugging?

  2. A.

     Finding bugs

    B.

     Fixing bugs

    C.

     Both Finding & Fixing bugs

    D.

     None of the mentioned


  3. Where is the error icon shown in the Internet Explorer?

  4. A.

     Where is the error icon shown in the Internet Explorer?

    B.

     Status bar

    C.

     Both Taskbar and Status bar

    D.

     Both Taskbar and Status bar


  5. Where is the error icon option available?

  6. A.

     Tools

    B.

     Help

    C.

     File

    D.

     Edit


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

  8. A.

     Bug Window

    B.

     Error Issues

    C.

     Error Window

    D.

     Error Console


  9. What is the procedure to view the console in the Firefox?

  10. A.

     Tools->Error Console

    B.

     Tools->Error Window

    C.

     Help->Error Console

    D.

     None of the mentioned


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

  12. A.

     Error Window

    B.

     JavaScript Console

    C.

     JavaScript Console

    D.

     All of the mentioned


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

  14. A.

     Syntax error

    B.

     Runtime error

    C.

     Both Syntax error and Runtime error

    D.

     None of the mentioned


  15. How do we debug a script?

  16. A.

     Use of JavaScript Validator

    B.

     Use of JavaScript Debugger

    C.

     Use of JavaScript Validator & Debugger

    D.

     None of the mentioned


  17. What is the purpose of a JavaScript debugger?

  18. A.

     Correction of errors

    B.

     Placing script execution under control

    C.

     Correction of errors & Placing script execution under control

    D.

     None of the mentioned


  19. What is a framework?

  20. A.

     User time efficiency

    B.

     Author time efficiency

    C.

     Both User time and Author time efficiency

    D.

     None of the mentioned