You want to see what web pages the suspect has been visiting. Which of the following should you check?

a. Index.dat file
b. Security log
c. My computer
d. System log

ANS: A

Computer Science & Information Technology

You might also like to view...

Landscape orientation positions text on the page so that the page is taller than it is wide

Indicate whether the statement is true or false

Computer Science & Information Technology

Consider the code segment below. Which of the following statements is false?

``` int[] g; g = new int[23]; ``` a. The value of g[3] is -1. b. The first statement declares an array reference. c. The second statement creates the array. d. g is a reference to an array of integers.

Computer Science & Information Technology