Software that searches the Web and sends information back to a search engine is known as a ____.

A. directory
B. robot
C. meta
D. keyword


Answer: B

Computer Science & Information Technology

You might also like to view...

What will be the results after the following code is executed?

``` int[] array1 = new int[25]; ... // Code that will put values in array1 int value = array1[0]; for (int a = 1; a < array1.length; a++) { if (array1[a] < value) value = array1[a]; } ``` a. value contains the highest value in array1 b. value contains the lowest value in array1 c. value contains the sum of all the values in array1 d. value contains the average of all the values in array1

Computer Science & Information Technology

Black-box testing is when the tester has no knowledge of the system

Indicate whether the statement is true or false

Computer Science & Information Technology

What is the first step you should perform before working inside the case of a working computer?

What will be an ideal response?

Computer Science & Information Technology

What type of wireless technology is used for 802.11b networks?

A. spread-spectrum radio B. laser C. infrared D. narrowband radio

Computer Science & Information Technology