Home / CSE MCQs / Javascript MCQs :: Javascript DOM and Event Handling

CSE MCQs :: Javascript MCQs

  1. The other name for Comet is
  2. A.
    Server Push
    B.
    Ajax Push
    C.
    HTTP Streaming
    D.
    All of the mentioned

  3. Which of the following is the Web application equivalent to querySelectorAll()?
  4. A.
    #()
    B.
    &()
    C.
    $()
    D.
    None of the mentioned

  5. The Text and Comment is part of
  6. A.
    CharacterData
    B.
    Document
    C.
    Attr
    D.
    Element

  7. The setTimeout() belongs to which object?
  8. A.
    Element
    B.
    Window
    C.
    Location
    D.
    None of the mentioned

  9. The decodeURIComponent() is defined by
  10. A.
    Server-side JavaScript
    B.
    Client-side JavaScript
    C.
    Both a and b
    D.
    None of the mentioned