Contents

How a script should defined in the current window reference a window property?
a) window. Property name
b) property Name
c) self. property Name
d) all of these

d

What property of image object is used to determine if image has loaded?
a) src                                     
b) complete
c) border                                               
d) alt

b

Which of the following are valid event sources for JavaScript?
a) browser window             
b) web page
c) Hyperlink                         
d) all of these

d

Which of the following is correct for JavaScript?
a) Enhance Interaction with pages 
b) reduce client server traffic
c) process from validation
d) all of these

d

The first image is an HTML web page can be referred as……in JavaScript code.
a) image[0]                          
b) image[1]
c) image1                             
d) images [1]

d

What does the method property of form object represent in JavaScript?
a) name of form 
b) file name of server-side
c) form submitted by post method
d) type of operating system

c