Home / CSE MCQs / Javascript MCQs :: Javascript Invocation,Performance Navigation

CSE MCQs :: Javascript MCQs

  1. Which is the property used to position the object in the left of the screen?
  2. A.
    object.position = left
    B.
    object = position.left
    C.
    object.style.left
    D.
    None of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  3. The blobs are generally stored in
  4. A.
    Memory
    B.
    Disk
    C.
    Both a and b
    D.
    None of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  5. During the traversing through the stack, where does it go after it goes to the namespace?
  6. A.
    Window
    B.
    Function
    C.
    Document
    D.
    Location

    View Answer

    Workspace

    Discuss Discuss in Forum


  7. Which is a wrapped Java array, accessed from within JavaScript code?
  8. A.
    JavaArray
    B.
    JavaClass
    C.
    JavaObject
    D.
    JavaPackage

    View Answer

    Workspace

    Discuss Discuss in Forum


  9. How many static methods does a Date object have?
  10. A.
    3
    B.
    5
    C.
    4
    D.
    2

    View Answer

    Workspace

    Discuss Discuss in Forum


  11. Which of the following is possible to be referenced in external JavaScript?
  12. A.
    cpp
    B.
    cs
    C.
    php
    D.
    All of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  13. What is the procedure to view the console in the Firefox?
  14. A.
    Tools- Error Console
    B.
    Tools- Error Window
    C.
    Help- Error Console
    D.
    None of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  15. Which API makes the user's current location available to browser-based application?
  16. A.
    Java API
    B.
    SDL API
    C.
    Object API
    D.
    Geolocation API

    View Answer

    Workspace

    Discuss Discuss in Forum


  17. What is the purpose of the Attr object in the HTML DOM?
  18. A.
    Used to focus on a particular part of the HTML page
    B.
    HTML Attribute
    C.
    Used to arrange elements
    D.
    None of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  19. Which of the following is not a navigator method?
  20. A.
    postEnabled
    B.
    reference
    C.
    preference
    D.
    All of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum