Which one of the following features enables you to share a file or folder with anyone who has a Vista account on your computer?

A) permission-based file sharing B) shared resource
C) common device D) Public folder


A

Computer Science & Information Technology

You might also like to view...

What is wrong with this function?

```void Divide( int x, int y ) { int remainder, quotient; quotient = x/y; remainder = x%y; return (quotient, remainder); }``` A. You can’t have a comma in the return statement. B. The return type is void. C. You can’t delare new variables in this function. D. Both A & B.

Computer Science & Information Technology

Which topology does SONET use?

A. star B. ring C. mesh D. bus

Computer Science & Information Technology

A shape fill is the interior of a shape used in a presentation. Name four of the five different kinds of shape fills

What will be an ideal response?

Computer Science & Information Technology

The term for when the screen and print output are supposed to be the same.

A. WYSIWG B. WWAN C. WWJD D. WWH30D

Computer Science & Information Technology