Which of the following is true about a Guest account on a Windows XP stand alone system?

A. A Guest account has no access to the Internet.
B. A Guest account cannot be disabled once enabled.
C. A Guest account cannot use shared or multiuser software in a non-domain network.
D. A Guest account can access files of non-password protected users.

Answer: D. A Guest account can access files of non-password protected users.

Computer Science & Information Technology

You might also like to view...

Consider the following nested loop. What is the order of the algorithm?

for (int i = 0; i < n; ++i) for (int j = i; j < n; ++j) for (int k = 1; k < 100; ++k) …

Computer Science & Information Technology

In a For...Next statement, if stepValue is positive, the loop body is processed when the counter's value is ____ endValue.

A. less than B. more than C. less than or equal to D. more than or equal to

Computer Science & Information Technology