What statement about user accounts and groups is NOT true?
a. a user account can belong to only one group at a time
b. by default, standard users accounts belong to the Users group
c. Guest group has limited rights on the system
d. Backup Operators group can restore any files regardless of the group's permissions to those files
a. a user account can belong to only one group at a time
You might also like to view...
Change to backup directory and delete all files
What will be an ideal response?
IE5 includes an online Tour and documentation intended to help you use IE5 and to surf the Web under the ________ menu.
(a) File (b) Tools (c) Options (d) Help
The following code selects all the records from the ________ that do not have ________.
``` query = "SELECT * FROM AuctionItems " _ & "WHERE Ends = #" & Date() - 1 & "# " _ & "AND CurrentBidder IS NOT NULL " _ & "ORDER BY Display" ``` (a) current day, more than one bid. (b) past week, a null CurrentBidder field. (c) previous day, a null CurrentBidder field (d) previous day, one bid.
_____ merges each of the rows in the selected range across the columns in the range.
A. Merge Build B. Merge and Center C. Merge Across D. Merge Cells