Contents

Which of the following is event-handler?
a) click()                                               
b) move()
c) on Click()                        
d) change ()

c

Which function is used to convert a string to upper case?
a) U Case                             
b) L case
c) L Trim                              
d) R Trim

a

Which function is used to convert a string to lower case?
a) U Case                             
b) L case
c) L Trim                              
d) R Trim

b

Which function to remove any space from left side of string?
a) U Case                             
b) L case
c) L Trim                             
d) R Trim

c

Which function to remove any space from right side of string?
a) U Case                             
b) L case
c) L Trim                              
d) R Trim

d

Which function is used to display or return specified number of spaces?
a) U Case                             
b) L case
c) space()                              
d) R Trim

c