Contents

What does DOM stand for?
a) document object model                               
b) document operator model
c) design object model                                       
d) design operator model

a

Which of the following DOM is called navigator?
a) left most                          
b) topmost
c) bottom most   
d) right most

b

A set of properties and methods is called
a) object                                               
b) class
c) function                           
d) procedure

a

How many types of browser object?
a) five                                   
b) six
c) seven                                
d) eight

b

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

A piece of code that is executed when event is occur……..
a) event                                
b) event handler
c) method                             
d) function

b