A _____, or spider, is a search engine program that automatically searches the web to find new websites and update information about old websites.?

A. ?runner
B. web ?robot
C. ?crab
D. ?database


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following statements about virtual functions is false?

a. They allow the program to select the correct implementation at execution time. b. They can use either static or dynamic binding, depending on the handles on which the functions are called. c. They do not remain virtual down the inheritance hierarchy. d. They can be called using the dot operator.

Computer Science & Information Technology

Use the __________ property to configure bold text using CSS

a. bold b. font-style c. font-weight d. you cannot configure bold text with CSS

Computer Science & Information Technology

Which of the following is NOT true regarding nested IIf functions?

A) You can create a nested IIf function, allowing you to evaluate a series of dependent expressions. B) A nested IIf function is used when you need to test for multiple conditions. C) When having one IIf function nested inside another, the second IIf function becomes the truepart of the first IIf function. D) When having one IIf function nested inside another, the second IIf function becomes the falsepart of the first IIf function.

Computer Science & Information Technology

The ____ of a variable defines the location within a program where that variable can be used.

A. storage class B. time dimension C. scope D. data type

Computer Science & Information Technology