Contents

In JavaScript programming, an object is a……
a) person                                              
b) place
c) thing                                  
d) all of these

d

What does DOM stand for?
a) document object mode                
b) document object map
c) document object model                               
d) document object mole

c

All the following events can be generated by mouse except……..
a) on Click                           
b) on Mouse hover
c) on Mouse Out 
d) on Change

d

All the following HTML tags may use the on Load event Except…….
a) <frameset>                      
b) <input>
c) <body>                             
d) <link>

b

The on Submit event handler is usually bound to the ….. HTML tag.
a) <p>                                   
b) <form>
c) <input>                             
d) <body>

b

Which types of dialog boxes have OK and cancel buttons?
a) alert only                         
b) confirm only
c) prompt only    
d) alert and confirm

d