CompTIA认证考试

A client purchased a new internal hard drive to act as a second drive on a legacy machine. When the client attempts to install the drive, the cable connector on the new drive is not compatible with the available IDE cables. It is determined that the clie

题目

A client purchased a new internal hard drive to act as a second drive on a legacy machine. When the client attempts to install the drive, the cable connector on the new drive is not compatible with the available IDE cables. It is determined that the client has purchased a SATA hard drive. Which of the following would the technician recommend as the BEST solution to this situation?()

  • A、Have the client purchase a SATA compatible system board.
  • B、Have the client purchase a SATA to IDE conversion kit.
  • C、Have the client return the drive and purchase an IDE compatible drive.
  • D、Have the client purchase a SCSI to SATA conversion kit.
如果没有搜索结果,请直接 联系老师 获取答案。
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Which of the following should be updated when new computers are purchased?()

A. Asset management

B. Change management

C. Cable management

D. Baselines


参考答案:A

第2题:

You work as an application developer at Certkiller .com. Certkiller .com wants you to develop an application that stores and retrieves client information by means of a unique account number.You create a custom collection class, which implements the IDictionary interface,named ClientDictionary. The following code have been included into the new application. //Create Client objects Client c1 = new Client ("AReid", "Andy Reid", Status.Current); Client c2 = new Client ("DAustin", "Dean Austin", Status.New); //Create ClientDictionary object IDictionary cData = new ClientDictionary (); cData.Add ("10001", c1); cData.Add ("10002", c2); You use the same method to add other Client objects to the collection. You need to ensure that you are able to retrieve client information associated with the account number 10111.What should you do?()

  • A、 Use the following code: Client foundClient;foundClient = (Client) cData.Find ("10111"); 
  • B、 Use the following code: Client foundClient;if (cData.Contains ("10111")) foundClient = cData ["10111"]; 
  • C、 Use the following code: Client foundClient;if (cData.Contains ("10111"))foundClient =(Client) cData ["10111"]; 
  • D、 Use the following code: Client foundClient;foreach (string key in cData.Keys {if (key == "10111")foundClient = (Client) cData.Values ["10111"]; }

正确答案:C

第3题:

You are developing a client application that uses the following code to consume a Windows Communication Foundation (WCF) service.(Line numbers are included for reference only.)01 BasicHttpBinding myBinding = new BasicHttpBinding();02 EndpointAddress myEndpointAddress = new EndpointAddress("http://contoso.com/TaxService.svc");03 ...04 ITaxService client = channelFactory.CreateChannel();05 string data = client.GetData(1);You need to consume the service.Which code segment should you insert at line 03?()

A. var channelFactory = new ChannelFactory();

B. var channelFactory = new ChannelFactory(myBinding);

C. var channelFactory = new ChannelFactory(myBinding, myEndpointAddress);

D. var channelFactory = new ChannelFactory("http://contoso.com/TaxService.svc");


参考答案:C

第4题:

You need to recommend a solution for the research documents that meets the museum’s technical requirements.   What should you recommend?()

  • A、On all client computers, enable shadow copies and configure the Previous Versions client settings.
  • B、On Server1, enable shadow copies. On all client computers, configure the Previous Versions client  settings.
  • C、Deploy Microsoft SharePoint Foundation 2010, and then migrate Share1 to a new document library. Modify the blocked file types.
  • D、Deploy Microsoft SharePoint Foundation 2010, and then migrate Share1 to a new document library. Enable versioning for the library.

正确答案:D

第5题:

You are developing a client application that uses the following code to consume a Windows Communication Foundation (WCF) service.(Line numbers are included for reference only.) 01 BasicHttpBinding myBinding = new BasicHttpBinding( ); 02 EndpointAddress myEndpointAddress = new EndpointAddress("http://contoso.com/TaxService.svc"); 03 ... 04 ITaxService client = channelFactory.CreateChannel( ); 05 string data = client.GetData(1); You need to consume the service. Which code segment should you insert at line 03?()

  • A、var channelFactory = new ChannelFactory();
  • B、var channelFactory = new ChannelFactory(myBinding);
  • C、var channelFactory = new ChannelFactory(myBinding, myEndpointAddress);
  • D、var channelFactory = new ChannelFactory("http://contoso.com/TaxService.svc");

正确答案:C

第6题:

A new client of yours is experiencing a growth spurt. The client s IT staff is making network changes manually and, as a consequence, is extremely overworked, You suggest the client implement a network management system, citing which important business benefit?()

  • A、 potential for outsourcing the IT staff
  • B、 provision of an out-of-band managementarchiteture
  • C、 threat mitigation
  • D、 reduction in network downtime

正确答案:D

第7题:

Your network consists of a single Active Directory domain. All servers run Windows Server 2003 Service Pack 2 (SP2). All client computers run Windows XP Professional Service Pack 3 (SP3). You have an organizational unit (OU) named Accounting. You create a Group Policy object (GPO) and link it to the Accounting OU. You join a new client computer to the domain. You discover that the new client computer fails to receive the settings from the new GPO. You need to ensure that the new GPO is applied to the new computer. What should you do? ()

  • A、Move the computer account to the Accounting OU.
  • B、Modify the Location attribute of the computer account.
  • C、Modify the Managed By attribute of the computer account.
  • D、Enable the Trust computer for delegation option on the computer account.

正确答案:A

第8题:

They’ve just ____ a new house in the country at a great sum of money.

A. bargained

B. robbed

C. computed

D. purchased


正确答案:C

第9题:

A customer’s small heterogeneous enterprise has grown over time to more than 500 client systems, and the administrator cannot add new servers to the management database.  Which of the following is the most likely source of the problem?()

  • A、The management server has reached its size limitation.
  • B、Additional agent licenses must be purchased.
  • C、The CPU and Memory requirements need to be upgraded.
  • D、The default JET database has reached its size limitation.

正确答案:D

第10题:

You are creating a Windows Communication Foundation (WCF) service. The service endpoints change frequently. On the service, you add a new ServiceDiscoveryBehavior to the Behaviors collection of the ServiceHost Description property. You need to ensure that client applications can communicate with the service and discover changes to the service endpoints. What should you do?()

  • A、Add a new ServiceDiscoveryBehavior to the Behaviors collection in the client application.
  • B、Add a new AnnouncementClient to the Behaviors collection in the client application.
  • C、Use the FindCriteria class and the UdpDiscoveryEndpoint class to set up the binding in the client application.
  • D、Use the DiscoveryProxy class and the EndpointDiscoveryMetadata class to set up the binding in the client application.

正确答案:C

更多相关问题