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

CSE :: Javascript - CS

  1. Each tab in the single web browser window is called as

  2. A.

     Browser Information

    B.

     Browsing context

    C.

     Both Browser Information & Browsing context

    D.

     None of the mentioned


  3. Nested documents in the HTML can be done using

  4. A.

     frame

    B.

     nest

    C.

     iframe

    D.

     into


  5. What is the distinction made by the Client-side JavaScript between windows, tabs, iframes, and frames ?

  6. A.

     They are all browsing contexts

    B.

     They are all browsing informations

    C.

     They are all Window contexts

    D.

     They are all Window objects


  7. What is the distinction made by JavaScript between windows, tabs, iframes, and frames ?

  8. A.

     They are all browsing contexts

    B.

     They are all browsing informations

    C.

     They are all Window contexts

    D.

     They are all Window objects


  9. A new web browser window can be opened using which method of the Window object ?

  10. A.

     createtab()

    B.

     Window.open()

    C.

     open()

    D.

     all of the mentioned


  11. What will happen if the first argument of open() is omitted?

  12. A.

     Error Page

    B.

     Remains in the same page

    C.

     about:blank

    D.

     None of the mentioned


  13. Which object serves as the global object at the top of the scope chain?

  14. A.

     Hash

    B.

     Property

    C.

     Element

    D.

     Window


  15. Which is the property of a Window object that holids the name of the frame?

  16. A.

     name

    B.

     title

    C.

     description

    D.

     none of the mentioned


  17. When will the fourth argument to open() useful?

  18. A.

     When the second argument names a retired window

    B.

     When the first argument names an existing window

    C.

     When the second argument names an existing window

    D.

     When the first argument names a retired window


  19. The inner frame within a top-level window can be referred as

  20. A.

     parent(parent)

    B.

     parent.parent

    C.

     parent*parent

    D.

     none of the mentioned