326). The word “document” mainly refers to ______________

[A] Dynamic Information
[B] Static Information
[C]Both Dynamic and Static Information
[D] Temporary information

Show Answer

327). Which object is the main entry point to all client-side JavaScript features and APIs?

[A]Standard
[B]Location
[C]Window
[D]Position

Show Answer

328). Which identifier is used to represent a web browser window or frame?

[A]frames
[B]window
[C]location
[D]frame

Show Answer

329). Which property in the Window object is used to refer to a Location object?

[A]position
[B]area
[C]window
[D]location

Show Answer

330). Which Window object method is used to display a message in a dialog box?

[A]alert()
[B]prompt()
[C]message()
[D]console.log

Show Answer

331). The setTimeout() method is used to _______________

[A] Make the event sleep
[B]Register a function to be invoked after a certain time
[C] Invoke an event after a certain time
[D]Time for iteration

Show Answer

332). Which of the following is a global object?

[A]Register
[B]Location
[C]Window
[D]Position

Show Answer

333). When will the window property come into play?

[A] Representation convenience
[B]Use as an extension of other objects
[C]Use objects in the Window object
[D] Refer to window object itself

Show Answer

334). Which is the property that represents the content displayed in the window?

[A]document
[B]content
[C]window
[D]frame

Show Answer

335). How to pick a document element based on the value of its id attribute?

[A]getElementsbyId()
[B]getElementbyId()
[C]both getElementsbyId() and getElementbyId()
[D]getElement

Show Answer