Contents

Which function among the following lets to register a function to be invoked once?
a) setTimeout()   
b) setTotaltime()
c) setInterval()                     
d) settime()

a

Which function among the following lets to register a function to be invoked repeatedly after a certain time?
a) setTimeout()   
b) setTotaltime()
c) setInterval()    
d) settime()

c

Which is the handler method used to invoke when uncaught JavaScript exceptions occur?
a) Onhalt                                              
b) Onerror
c) Both onhalt and onerror
d) Onsuspend

b

Which property is used to obtain browser vendor and version information?
a) modal                                               
b) version
c) browser                             
d) navigator

d

Which method receives the return value of setInterval() to cancel future invocations?
a) clearInvocation()           
b) cancelInvocation()
c) clearInterval()               
d) clear()

c

The setTimeout() belongs to which object?
a) Element                           
b) Window
c) Location                          
d) Event

b