网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

You replace the uniprocessor computer in your design department with new MPS-compliant computers. Each computer has two 550-MHz processors. You install design software that includes Win32, Win16, and DOS-based applications. When users use a Win16-based application, they do not notice an improvement in performance compared to using the uniprocessor computers. What should you do? ()

  • A、Modify the short cut for the Win 16 based application to enable it to use multiple processors. 
  • B、Set the ‘Use multi-processor feature if available for Win 16 applications’ through the accessibility option.
  • C、Replace the Win16-based applications with available Win32-based applications. 
  • D、None of the above options provides a valid solution.

参考答案

更多 “You replace the uniprocessor computer in your design department with new MPS-compliant computers. Each computer has two 550-MHz processors. You install design software that includes Win32, Win16, and DOS-based applications. When users use a Win16-based application, they do not notice an improvement in performance compared to using the uniprocessor computers. What should you do? ()A、Modify the short cut for the Win 16 based application to enable it to use multiple processors. B、Set the ‘Use multi-processor feature if available for Win 16 applications’ through the accessibility option.C、Replace the Win16-based applications with available Win32-based applications. D、None of the above options provides a valid solution.” 相关考题
考题 You develop a Windows Communication Foundation (WCF) service that employees use to access bonus information.You define the following service contract. (Line numbers are included for reference only.)01 [ServiceContract(SessionMode = SessionMode.Required)]02 public interface IFinancialService03 {04 [OperationContract]05 string Login(int employeeID, string passwordHash);0607 [OperationContract]08 double GetBonus(int month);0910 [OperationContract(IsTerminating = true)]11 void Logout();12 }Client application can invoke methods without logging in. You need to ensure that the client applications invoke Login before invoking any other method. You also need to ensure that client applications cannot consume the service after invoking Logout.Which two action should you perform? ()(Each correct answer presents part of the solution. Choose two.)。A. Replace line 04 with the following code. [OperationContract(IsInitiating = false)]B. Replace line 04 with the following code. [OperationContract(IsInitiating = true, IsTerminating = true)]C. Replace line 07 with the following code. [OperationContract(IsInitiating = false)]D. Replace line 10 with the following code. [OperationContract(IsInitiating = false, IsTerminating = true)]

考题 You are creating a Windows Communication Foundation (WCF) service that implements operations in a RESTful manner. You need to add a delete operation. You implement the delete method as follows:void DeleteItems(string id);You need to configure WCF to call this method when the client calls the service with the HTTP DELETE operation. What should you do?()A. Add the WebInvoke(UriTemplate=/Items/{id}, Method=DELETE) attribute to the operationB. Add the HttpDelete atribute to the operationC. Replace the string parameter with a RemovedActivityAction parameterD. Replace the return type with RemovedActivityAction.

考题 You are creating a Windows Communication Foundation (WCF) service that is implemented as follows.(Line numbers are included for reference only.)01 [ServiceContract]02 [ServiceBehavior(IncludeExceptionDetailsInFaults = true)]03 public class OrderService04 {05 [OperationContract]06 public void SubmitOrder(Order anOrder)07 {08 try09 {10 ...11 }12 catch(DivideByZeroException ex)13 {14 ...15 }16 }17 }You need to ensure that the stack trace details of the exception are not included in the error information sent to the client.What should you do?()A. Replace line 14 with the following line: throw;B. Replace line 14 with the following line: throw new FaultException(anOrder, ex.ToString());C. After line 05, add the following line: [FaultContract(typeof(FaultException))] Replace line 14 with the following line: throw ex;D. Alter line 05, add the following line: [FaultContract(typeof(FaultException))] Replace line 14 with the following line: throw new FaultException(anOrder, Divide by zero exception);

考题 When checking zinc plates in the refrigerating system condenser, you shouldA.paint and insulate the plates to prevent corrosionB.renew the plates at each inspectionC.replace the zincs if deteriorated by 50%D.file the plates to change the negative value

考题 If an anchor windlass has been idle for some time, you should ______.A.repack all valve stemsB.lubricate it prior to useC.replace the foundation boltsD.balance the warping heads

考题 You are testing the external inflation bladder on an immersion suit and find it has a very slow leak.Which action should be taken ________.A.Replace the suitB.Replace the inflation bladderC.Take it out of service and repair in accordance with the manufacturers instructionsD.Some leakage should be expected and a topping off tube is provided; no other action is necessary

考题 You attach a USB camera to your Windows 2000 Professional computer. Windows 2000 Professional detects the camera and prompts you to install the manufacturer’s device driver. You do it, and then you restart the computer. When Win2000 Professional loads, you notice that your USB keyboard does not respond. You suspect that the camera drivers are not certified for Win2000 Professional. You want to configure your computer to enable your use keyboard and to prevent uncertified drivers from being installed in the future. What should you do? ()A、Configure Windows 2000 Professional to enable driver signing.B、Configure Windows 2000 Professional to disable driver signing.C、Start the computer by using the recovery console, restore the system state data.D、Start the computer in safe mode, replace the camera driver with a Windows 2000 Professional driver by using Device Manager.E、Start the computer in debug mode, replace the camera driver with a Windows 2000 Professional driver by using Device Manager.

考题 You replace the uniprocessor computer in your design department with new MPS-compliant computers. Each computer has two 550-MHz processors. You install design software that includes Win32, Win16, and DOS-based applications. When users use a Win16-based application, they do not notice an improvement in performance compared to using the uniprocessor computers. What should you do?()A、Modify the short cut for the Win 16 based application to enable it to use multiple processors.B、Set the ‘Use multi-processor feature if available for Win 16 applications’ through the accessibility option.C、Replace the Win16-based applications with available Win32-based applications.D、None of the above options provides a valid solution.

考题 You are creating a Windows Communication Foundation (WCF) service that is implemented as follows. (Line numbers are included for reference only.) 01 [ServiceContract] 02 [ServiceBehavior(IncludeExceptionDetailsInFaults = true)] 03 public class OrderService 04 { 05 [OperationContract] 06 public void SubmitOrder(Order anOrder) 07 { 08 try 09 { 10 ... 11 } 12 catch(DivideByZeroException ex) 13 { 14 ... 15 } 16 } 17 } You need to ensure that the stack trace details of the exception are not included in the error information sent to the client. What should you do?()A、Replace line 14 with the following line: throw;B、Replace line 14 with the following line: throw new FaultException(anOrder, ex.ToString());C、After line 05, add the following line: [FaultContract(typeof(FaultException))] Replace line 14 with the following line: throw ex;D、Alter line 05, add the following line: [FaultContract(typeof(FaultException))] Replace line 14 with the following line: throw new FaultException(anOrder, "Divide by zero exception");

考题 请选择合适的选项,补充下列英文句子: We can help you to() the payment problems or cancel the order.A、resolveB、reserveC、revealD、replace

考题 为职工表所有员工增加100元工资的REPLACE命令为()A、REPLACE 工资 WITH “工资+100”B、REPLACE 工资 WITH 工资+100C、REPLACE ALL 工资 WITH 工资=工资+100D、REPLACE ALL 工资 WITH 工资+100

考题 AutoQoS Discovery has run on the Acme Entertainment Company’s network for several days and has produced the suggested policy shown in the exhibit. Acme wishes to 1) allow more bandwidth for browser-type traffic because it is the job of many of their employees to be browsing the web as a part of their job, and 2) to allow greater bandwidth for file transfers because they expect an upcoming surge in movie uploads and downloads. Which two statements would you replace to best accomplish those goals without sacrificing voice quality? ()A、in class class-default, replace fair-queue with bandwidth remaining percent 50 B、in class autoqos-transactional-Fa0/1, replace bandwidth remaining percent 40 with bandwidth remaining percent 20 C、in class autoqos-transactional-Fa0/1, replace bandwidth remaining percent 40 with bandwidth remaining percent 30 D、in class autoqos-Bulkl-Fa0/1, replace bandwidth remaining percent 19 with bandwidth remaining percent 25 E、in class autoqos-Scavenger-Fa0/1, replace bandwidth remaining percent 1 with bandwidth remaining percent 10 F、in class autoqos-Signaling-Fa0/1, replace bandwidth remaining percent 4 with bandwidth remaining percent 1 

考题 You accidentally configured interface so-0/0/0.0 with /32 instead of /30. Which two solutions could you use to correct this configuration?()A、[edit interfaces so-0/0/0.0] user@router# replace family inetaddress /32 with /30B、[edit interfaces so-0/0/0.0] user@router# rename family inetaddress /32 to address /30C、[edit] user@router# replace interface so-0/0/0.0 family inetaddress /32 with address /30D、[edit interfaces so-0/0/0.0] user@router# delete family inet address user@router# set family inetaddress /30

考题 You administer a SQL Server 2008 instance. You plan to deploy a third-party database application to the instance. The application uses stored procedures that are developed by using SQL CLR integration. The application must be configured to enable the EXTERNAL_ACCESS code access security setting. You need to ensure that the application is deployed to the instance without loss of functionality. What should you do first?()A、Replace read write non-static fields in the code with static fields.B、Replace read-only static fields in the code with read write static fields. C、Use the peverify.exe PEVerify tool to verify whether the code meets the type-safety requirements.D、Use the regasm.exe assembly registration tool to register the assembly on the server before deployment.

考题 You need to resolve the blocking issue that is affecting the performance of the CRM system. What should you do?()A、Replace the named query with an SQL view.B、Set the transaction isolation level to serializable in the named query.C、Set the source database to use snapshot isolation.D、Set the transaction isolation level to repeatable read in the named query.

考题 You use the following declaration to add a Web user control named TestUserControl.ascx to an ASP.NET page named TestPage.aspx.    You add the following code to the code-behind file of TestPage.aspx.  private void TestMethod(){ ...}You define the following delegate.  public delegate void MyEventHandler();  You need to add an event of type MyEventHandler named MyEvent to TestUserControl.ascx and attach the page’s TestMethod method to the event. Which two actions should you perform?()A、Add the following line of code to TestUserControl.ascx.cs. public event MyEventHandler MyEvent;B、Add the following line of code to TestUserControl.ascx.cs. public MyEventHandler MyEvent;C、Replace the TestUserControl.ascx reference in TestPage.aspx with the following declaration. uc:TestUserControl ID="testControl" runat="server" OnMyEvent="TestMethod"/D、Replace the TestUserControl.ascx reference in TestPage.aspx with the following declaration. uc:TestUserControl ID="testControl" runat="server" MyEvent="TestMethod"/

考题 You are creating a Windows Communication Foundation (WCF) service that implements operations in a RESTful manner. You need to add a delete operation. You implement the delete method as follows:void DeleteItems(string id);You need to configure WCF to call this method when the client calls the service with the HTTP DELETE operation. What should you do?()A、Add the WebInvoke(UriTemplate="/Items/{id}", Method="DELETE") attribute to the operationB、Add the HttpDelete atribute to the operationC、Replace the string parameter with a RemovedActivityAction parameterD、Replace the return type with RemovedActivityAction.

考题 单选题You deployed new fibers in your network to replace copper spans that were too long. While reconnecting the network, you experienced network problems because you reconnected wrong fibers to wrong ports. What could you do to prevent this type of problem in the future, particularly when connecting and reconnecting fiber pairs? ()A  Only use fiber in pairs.B  Configure root guard on your switches.C  Do not use fiber but use copper.D  Configure UDLD to prevent one-way link conditions.

考题 单选题You have a computer that runs Windows 7. You perform regular data backups and system image backups.The computer experiences a hard disk failure. You replace the failed hard disk. You need to recover thecomputer to the previous Windows 7 environment. You start the computer from the Windows 7 installationmedia. Which recover option should you select?()A Command PromptB Startup RepairC System Image RecoveryD System Restore

考题 单选题A customer recently purchased a new x3550 M3 server and one of the hard drives has failed. The customer has a standard warranty. They called you asking for a replacement. Which action should the customer take?()A Contact the IBM FTSS to replace the driveB Contact the IBM CSR or SSR to replace the driveC Order a replacement driveD Contact IBM Service

考题 单选题You are creating a Windows Communication Foundation (WCF) service that implements operations in a RESTful manner.You need to add a delete operation. You implement the delete method as follows. string void DeleteItems(string id);You need to configure WCF to call this method when the client calls the service with the HTTP DELETE operation. What should you do?()A  Add the WebInvoke(UriTemplate = /Items/{id},Method=DELETE) attribute to the operation.B  Add the HttpDelete attribute to the operation.C  Replace the string parameter with a RemovedActivityAction parameter.D  Replace the return type with RemovedActivityAction.

考题 单选题If a main propulsion diesel engine hunts excessively at idle speed, you should ()A adjusts the idle speed controlB drain and flushes the governor and replace the oilC adjusts the compensating needle valve

考题 单选题You install Windows 2000 Professional onto an NTFS partition on your computer. During theinstallation, you manually specify the OEM driver for the tape device SCSI controller. After theinstallation, you run the Winnt32 /cmdcons command. Then you successfully install the latest Windows2000 service pack.Next, you install an updated driver for the tape device SCSI controller. When you restart the system andlog on to the computer, you receive a stop error.You need to restore the functionality of the SCSI controller with the least amount of administrative effort.  What should you do? ()A Restart the computer in Safe Mode. Reinstall the functional SCSI controller driver. B Restart the computer into Recovery Console. Replace the faulty SCSI controller driver with the functional one. C Start the computer by using a Windows 2000 Professional disk. Replace the faulty SCSI       controller driver with the functional one. D Install a parallel copy of Windows 2000 Professional in a separate folder. Copy the functional  SCSI controller driver into the original system folder, and restart the computer to the previous installation.

考题 单选题If the capacity of a centrifugal pump decreases gradually over a long period of time, you should replace the ().A packing glandB mechanical sealsC lantern ringsD wearing rings

考题 单选题You are the network administrator for All network servers run Windows Server 2003. One of your servers, TestKingSrv1, contains a RAID-5 volume. Routine monitoring reveals a failed disk in the set. TestKingSrv1 is running and users are connecting to shared folders on the RAID-5 volume. You shut down the server and replace the failed disk. Now you need to ensure that the RAID-5 volume is redundant. What should you do?()A Import the foreign disk that is to replace the failed disk. Select the failed region and then select the Repair Volume option.B Initialize the new disk that is to replace the failed disk. Select the failed region and then select the Reactive Disk option.C Initialize the new disk that is to replace the failed disk. Select the failed region and then select the Repair Volume option.D Import the foreign disk that is to replace the failed disk. Select the failed region and then select the Reactive Disk option.

考题 单选题You are developing an ASP.NET Dynamic Data Web application. Boolean fields must display as Yes or No instead of as a check box. You replace the markup in the default Boolean field template with the following markup.You need to implement the code that displays Yes or No. Which method of the FieldTemplateUserControl class should you override in the BooleanField class?()A OnLoadB ConstructC OnDataBindingD SaveControlState

考题 单选题You deployed new fibers in your network to replace copper spans that were too long. While reconnecting the network,you experienced network problems because you reconnected wrong fibers to wrong ports. What could you do to prevent this type of problem in the future,particularly when connecting and reconnecting fiber pairs?()A Only use fiber in pairs.B Configure root guard on your switches.C Do not use fiber but use copper.D Configure UDLD to prevent one-way link conditions.

考题 单选题Your company has client computers that run Windows XP Professional.   You are planning to install Windows 7 Enterprise on the existing client computers.    You need to design a user state migration strategy that minimizes network bandwidth and server use when user data is being migrated.   What should you do?()A Use the Refresh Computer method and a hard-link migration store.B Use the Refresh Computer method and a compressed migration store.C Use the Replace Computer method and a hard-link migration store.D Use the Replace Computer method and a compressed migration store.