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

CSE :: Javascript - CS

  1. What would happen if the data in the client had been wrong?

  2. A.

     Sends back the data

    B.

     Waits for correction

    C.

     Sends back the data and Waits for correction

    D.

     None of the mentioned


  3. What is the purpose of the basic validation?

  4. A.

     Data correctness

    B.

     Mere data existence

    C.

     Both Data correctness and Mere data existence

    D.

     None of the mentioned


  5. What is the purpose of data format validation?

  6. A.

     Data correctness

    B.

     Mere data existence

    C.

     Both Data correctness and Mere data existence

    D.

     None of the mentioned


  7. Which is the function that is called to validate a data?

  8. A.

     validate()

    B.

     valid()

    C.

     validation()

    D.

     none of the mentioned


  9. How to find the index of a particular string?

  10. A.

     position()

    B.

     index()

    C.

     indexOf()

    D.

     none of the mentioned


  11. How do you focus a particular part of the HTML page in JavaScript?

  12. A.

     hover()

    B.

     focus()

    C.

     on()

    D.

     all of the mentioned


  13. Which of the following is the child object of the JavaScript navigator?

  14. A.

     Navicat

    B.

     Plugins

    C.

     NetRight

    D.

     None of the mentioned


  15. Which of the following are the properties of a plug-in entry?

  16. A.

     name

    B.

     filename

    C.

     mimeTypes

    D.

     all of the mentioned


  17. What is the purpose of the mimeTypes property of a plug-in entry?

  18. A.

     Contains MIME properties

    B.

     Contains MIME sizes

    C.

     Contains MIME types

    D.

     None of the mentioned


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

  20. A.

     Error

    B.

     Bug

    C.

     Mistake

    D.

     All of the mentioned