Windows allows the system user to enable auditing in _______ different categories.

A. five
B. seven
C. nine
D. eleven


C. nine

Computer Science & Information Technology

You might also like to view...

class secretType{public:  static int count;  static int z;  secretType();  secretType(int a);  void print();  static void incrementY();private:  int x;  static int y;};secretType::secretType(){  x = 1;}secretType::secretType(int a){  x = a;}void secretType::print(){  cout

A. none B. one C. two D. three

Computer Science & Information Technology

You can use the ____________________ button in the Property inspector to remove the italic formatting from a text selection.

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

Computer Science & Information Technology

A(n) ____________________ is a connection, or path, between two Web pages.

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

Computer Science & Information Technology

The best way to review differences between an original document and the latest version of the document is to use ________

A) Contrast B) Combine C) Compare D) View Side by Side

Computer Science & Information Technology