Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Point out the correct statement.

a) An array with a large number of elements will incur greater indexing costs on insertion
b) An array with a large number of elements will incur smaller indexing costs on updates
c) An array with a small number of elements will incur greater indexing costs on insertion
d) None of the mentioned

Answer: a
Explanation: An array with a large number of elements, such as one with several hundred or thousands of keywords will incur greater indexing costs on insertion.

Join The Discussion