Contents

Which of the following is JavaScript?
a) interpreted                       
b) object based
c) client-side programming
d) all of these

d

When JavaScript code is embedded in HTML file, responses to users are initiated …….
a) on client browser
b) on server
c) both a & b                       
d) none of these

a

JavaScript syntax is………
a) case sensitive  
b) space sensitive
c) both a & b                       
d) none of these

c

How many java scripts statements can be embedded between tags?
a) one                                    
b) ten
c) eighty                                
d) unlimited

d

How does JavaScript interpreter identify that a script is being used in web page?
a) <JavaScript> tag            
b) <script> tag
c) <JAVAscript> tag
d) <HTMLscript>

b

Which of the following is written correctly?
a) <script language=” JavaScript”>
b) <script language=” JAVAscript”>
c) <script language=” javascript”>  
d) all of these

d