Which tool in Windows Vista enables an administrator to create a log that shows all of the applications a user runs or attempts to run?
a. Create log
b. NTFS
c. Parental Controls
d. User Account Control
Answer: c. Parental Controls
You might also like to view...
Name the four resource control variables used in the agile approach.
What will be an ideal response?
Companies typically have a(n) ________side and an IT side. Both sides contribute to the success of the company, and both sides need each other
Fill in the blank(s) with correct word
The algorithm ____ is used to access and process each element in a given range by applying a function, which is passed as a parameter.
A. with_each B. do_each C. for_each D. for
Suppose that x is an int variable, y is a double variable, and ch is a char variable. The input is: ? 15A 73.2 ? Choose the values after the following statement executes: ? cin >> x >> ch >> y; ?
A. x = 15, ch = 'A', y = 73.2 B. x = 15, ch = 'A', y = 73.0 C. x = 15, ch = 'a', y = 73.0 D. This statement results in an error because there is no space between 15 and A.