当前位置:MCP(70-210)题库

问题:

[单选]

Five of your company’s employees have Windows 2000 Professional portable computers. The employees use their portable computers in a network-enabled docking station when they are at their desks. When the employees are working outside of the office, they use the portable computers without network connectivity.  
You have just installed wireless PC Card network adapters in the portable computers so that the employees can access the network when they are in conference rooms in the office building.  
You need to configure the portable computers for optimum performance in all of the working environments. What should you do? ()

A . Configure the wireless PC Card network adapters to use DHCP to obtain their IP addresses.
B . Configure three different hardware profiles on each portable computer.
C . Configure the wireless PC Card network adapters to use Automatic Private IP Addressing (APIPA) when they cannot detect a DHCP server.
D . Instruct each employee to unplug the wireless PC Card network adapter whenever the portable computer is attached to a network-enabled.

提出“读者反应批评理论”的是() 费什。 利奥塔。 托多罗夫。 杜夫海纳。 创业行动调节是通过哪些要素加以实现的()。 行动序列优化。 行动路径调节。 行动计划制定。 行动策略升级。 You are the network administrator for The network consists of a single Active Directory domain named All network servers run Windows Server 2003, and all client computers run Windows XP Professional. XML Web services for the internal network run on a member server named TestKingSrv1, which is configured with default settings. You are a member of the local Administrators group on TestKingSrv1. You need the ability to remotely manage TestKingSrv1. You have no budget to purchase any additional licensing for your network until the next fiscal year. How should you reconfigure TestKingSrv1?() In the System Properties dialog box, enable Remote Desktop.。 Add your user account to the Remote Desktop Users local group.。 In the System Properties dialog box, enable Remote Assistance.。 Install Terminal Services by using Add or Remove Programs.。 纳税人 You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. You create a login Web form by using the following code fragment:   <asp:ScriptManager ID="ScriptManager1" runat="server" />   <asp:TextBox runat="server" ID="txtUser" Width="200px" />   <asp:TextBox runat="server" ID="txtPassword" Width="200px" />   <asp:Button runat="server" ID="btnLogin" Text="Login"    OnClientClick="login(); return false;" />    When a user clicks the btnLogin Button control, the login() client-side script is called to authenticate the user. The credentials provided in the TextBox controls are used to call the client-side script.  You also add the following client-script code fragment in the Web form:   01 <script type="text/javascript">   02   function login() {   03     var username = $get(’txtUser’).value;   04     var password = $get(’txtPassword’).value;   05   06 ►   // authentication logic.  07   }   08   function onLoginCompleted(validCredentials, userContext,   09     methodName)   10   {   11     // notify user on authentication result.  12   }   13   14   function onLoginFailed(error, userContext, methodName)   15   {   16     // notify user on authentication exception.  17   }   18 </script>   The ASP.NET application is configured to use Forms Authentication. The ASP.NET AJAX authentication service is activated in the Web.config file.  You need to ensure that the following workflow is maintained:  on successful authentication, the onLoginCompleted client-script function is called to notify the user.  on failure of authentication, the onLoginFailed client-script function is called to display an error message.   Which code segment should you insert at line 06?() A。 B。 C。 D。

Five of your company’s employees have Windows 2000 Professional portable computers. The employees use their portable computers in a network-enabled docking station when they are at their desks. When the employees are working outside of the office, they use the portable computers without network connectivity.  
You have just installed wireless PC Card network adapters in the portable computers so that the employees can access the network when they are in conference rooms in the office building.  
You need to configure the portable computers for optimum performance in all of the working environments. What should you do? ()

参考答案:

  参考解析

本题暂无解析

相关题目:

在线 客服