What does DOM stand for?
a) document object model
b) document operator model
c) design object model
d) design operator model
Which of the following DOM is called navigator?
a) left most
b) topmost
c) bottom most
d) right most
A set of properties and methods is called
a) object
b) class
c) function
d) procedure
How many types of browser object?
a) five
b) six
c) seven
d) eight
Explanation: navigator, window, document, location, history, screen
Which of the following occur when something happens, or something
is performed?
a) event
b) method
c) function
d) procedure
A piece of code that is executed when event is occur……..
a) event
b) event handler
c) method
d) function