In a Windows system, at least one account must be a(n) _______________ account.

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


administrator

correct

Computer Science & Information Technology

You might also like to view...

Which of the following statements is correct?

a. ``` If ( studentGrade >= 60 ) document.writeln( "Passed" ); ``` b. ``` if ( studentGrade >= 60 ); document.writeln( "Passed" ); ``` c. ``` if ( studentGrade >= 60 ) document.write( "Passed" ); ``` d. ``` If ( studentGrade >= 60 ); document.write( "Passed" ); ```

Computer Science & Information Technology

____ Directory installation is suitable for a new domain or when a server will be participating in an environment where other domain controllers are already present.

A. Open B. Primary C. Active D. Windows

Computer Science & Information Technology

The ________ function calculates the principal payment for a specified period on a loan or investment.

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

Computer Science & Information Technology

Through ____________ the CLR determines which method to call at run time based on which object calls the method.

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

Computer Science & Information Technology