Which of the following is true about organizational units? (Choose all that apply.)

a: OUs can be added to an objects DACL

b: OUs can be nested

c: A group policy can be linked to an OU

d: Only members of Domain Administrators can work with OUs.


c: A group policy can be linked to an OU

d: Only members of Domain Administrators can work with OUs.

Computer Science & Information Technology

You might also like to view...

If class A is derived from class B, and a virtual function in class B throws an exception, then the overridden version of that function in class A must

a. not throw any exceptions b. have an exception specification that is a subset of the exception specification of the base class B c. not throw any exceptions that the function in class B might throw d. all of the above

Computer Science & Information Technology

A well-designed ________ can be more flexible than separate files.

A) data dictionary B) data warehouse C) data model D) database

Computer Science & Information Technology

Suppose this is embedded in an otherwise correct and complete program. Which version of f() will be called?

Suppose class D is derived from class B, and class B has a public member function whose declaration is virtual void f();. Suppose class D has its version of the function, void f(). Here is a function definition and an invocation. ``` void g( B& b) { // other code b.f(); // other code }; g( dObject ); ``` a) D::f() b) B::f() c) This is illegal. You can’t pass a D object argument for a B reference parameter.

Computer Science & Information Technology

Match the following terms to their meanings:

I. DTD A. Rules that allow server and client computers to transfer information II. HTML B. Indicates which type of XHTML rules Web page follows III. XHTML C. Sets standard rules for XHTML documents IV. XML D. Markup language no longer supported by W3C V. HTTP E. Replaced HTML

Computer Science & Information Technology