Contents

The history property belongs to which object?
a) Element                           
b) Window
c) History                            
d) Location

c

What is the code snippet to go back to a history twice?
a) history(2);                        
b) history(-2);
c) history.go(-2);
d) history.go(2);

c

If the window has child windows, how will the browsing histories be affected?
a) Numerically interleaved
b) Chronologically interleaved
c) Both Numerically and Chronologically interleaved
d) Numerically or Chronologically interleaved

b

The length property belongs to which of the following objects?
a) Window                           
b) Element
c) History                            
d) Document

c

What is the datatype of the go() method’s parameter?
a) String                                
b) Integer
c) Double                              
d) Float

b

What is the special feature of modern web applications?
a) Can alter contents without loading document
b) Must load the document to manipulate
c) Remains static
d) Can’t be altered at all

a