Home / CSE / Javascript - CS :: Document Object Model and Event Handling

CSE :: Javascript - CS

  1. The type that specifies what kind of event occured is

  2. A.

     event type

    B.

     even target

    C.

     both event type and even target

    D.

     none of the mentioned


  3. Which is the object on which the event occured or with which the event is associated?

  4. A.

     event type

    B.

     event target

    C.

     both event type and even target

    D.

     none of the mentioned


  5. In general, event handler is nothing but

  6. A.

     function

    B.

     interface

    C.

     event

    D.

     handler


  7. When will the browser invoke the handler?

  8. A.

     Program begins

    B.

     Any event occurs

    C.

     Specified event occurs

    D.

     None of the mentioned


  9. Which property specifies the property of the event?

  10. A.

     Type

    B.

     Target

    C.

     Manner

    D.

     All of the mentioned


  11. The process by which the browser decides which objects to trigger event handlers on is

  12. A.

     Event Triggering

    B.

     Event Listening

    C.

     Event Handling

    D.

     Event propogation


  13. Which form of event propogation handles the registered container elements?

  14. A.

     Event Propogation

    B.

     Event Registration

    C.

     Event Capturing

    D.

     Default Actions


  15. The events that are directly tied to a specific input device are

  16. A.

     Device-independent input events

    B.

     Device-dependent input events

    C.

     User interface events

    D.

     State change events


  17. The high-level events among the following events are

  18. A.

     User interface events

    B.

     Device-independent events

    C.

     Device-dependent events

    D.

     All of the mentioned


  19. The events that are not directly tied to a specific input device are

  20. A.

     User interface events

    B.

     Device-independent events

    C.

     Device-dependent events

    D.

     All of the mentioned