Contents

Which operator is needed to access an object properties or methods?
a) comma                            
b) splash
c) Bang                                 
d) Dot

d

Which of the following is first object in an array?
a) Marks[0]                         
b) Marks[1]
c) Marks[2]                          
d) Marks [2]

a

Which of the following is highest subscript if array has ten elements?
a) 0                                                        
b) 1
c) 9                                                        
d) 10

d

A new array can be declared by which of the following?
a) student=new array;
b) array=new student;
c) student=new array();                                    
d) array=new student ();

c

Which of the following objects is used to represent the HTML anchor tag <a>?
a) document object            
b) image object
c) form object                     
d) link object

d

Objects in the DOM represents…..
a) variables                          
b) images
c) classes                              
d) HTML elements

d