A Web ____ is a group of temporary files your computer stores to form a Web page.

A. cache
B. cookie
C. plug-in
D. crawler


Answer: A

Computer Science & Information Technology

You might also like to view...

What is the value of X in the following expression?

```Set X = Str(-685.23)``` a. 685 b. -685 c. “-685.23” d. “685.23”

Computer Science & Information Technology

Find the error(s) in the following code. This code should append the numbers from 10 down to 1 to outputJTextArea.

``` 1 int counter = 10; 2 3 do 4 { 5 outputJTextArea.append( counter + "\n" ); 6 } 7 while ( counter > 1 ); 8 9 --counter; ```

Computer Science & Information Technology

When opening an attachment, Outlook may display a dialog box to remind you that attachments might contain ________.

a. a document that you cannot view on your computer b. viruses c. photos d. a document that has been sent to other recipients

Computer Science & Information Technology

In the accompanying figure, if item D is checked the slide show will play _______________ .

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology