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

CSE :: Javascript - CS

  1. What is the significance of scripting?

  2. A.

     Convenient

    B.

     Dynamic

    C.

     Reachable

    D.

     All of the mentioned


  3. What is the purpose of XMLHttpRequest?

  4. A.

     Multiple loading

    B.

     Load content by loading new document

    C.

     Load content without loading new document

    D.

     None of the mentioned


  5. Which API makes the user’s current location available to browser-based application?

  6. A.

     Java API

    B.

     SDL API

    C.

     Object API

    D.

     Geolocation API


  7. Which of the following ensures additional interactivity mechanism?

  8. A.

     WAI ARIA

    B.

     Geolocation API

    C.

     Object API

    D.

     None of the mentioned


  9. What is the necessity to have API?

  10. A.

     Guide to performing activities

    B.

     Describe particular task

    C.

     Both performing activities and Describe particular task

    D.

     None of the mentioned


  11. What is the purpose of the event onAirEvent?

  12. A.

     Content is played

    B.

     Content is transfered

    C.

     Both Content is played and transfered

    D.

     None of the mentioned


  13. What is the purpose of the event disconnectionEvent?

  14. A.

     Player demands for disconnection

    B.

     Player disconnects from the channel

    C.

     There is no user interaction

    D.

     None of the mentioned


  15. When does one use the event ready?

  16. A.

     Before loading

    B.

     During loading

    C.

     After loading

    D.

     None of the mentioned


  17. When does one use the method startOverlays()?

  18. A.

     Edit ad request

    B.

     Delete ad request

    C.

     Create ad request

    D.

     None of the mentioned


  19. What is the reason for avoiding the attributes property in the HTML DOM?

  20. A.

     Found unncessary

    B.

     Attributes don’t have attributes

    C.

     Attributes have attributes

    D.

     None of the mentioned