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

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

A customer reports to Karen, a technician, that he is experiencing problems with the display after his computer is fully booted but reports seeing the BIOS splash screen during boot. Which of the following would MOST likely be the cause?()

  • A、The video cable is incorrectly attached.
  • B、A corrupted or incorrect video driver is installed.
  • C、An incorrect video card is installed in the computer.
  • D、The video card is defective and needs to be replaced.

参考答案

更多 “A customer reports to Karen, a technician, that he is experiencing problems with the display after his computer is fully booted but reports seeing the BIOS splash screen during boot. Which of the following would MOST likely be the cause?()A、The video cable is incorrectly attached.B、A corrupted or incorrect video driver is installed.C、An incorrect video card is installed in the computer.D、The video card is defective and needs to be replaced.” 相关考题
考题 Which of the following tools and techniques can be used to collect information for the project closure reports?A Customer SurveysB BrainstormingC Document and Performance AnalysisD Lessons LearnedE All of the above

考题 98 Which of the following tools and techniques can be used to collect information for the project closure reports?A. Customer SurveysB. BrainstormingC. Document and Performance AnalysisD. Lessons LearnedE. All of the above

考题 Being deaf hasn’t stopped Karen _____ her ambition to be a hairdresser.A、fulfillingB、finishesC、fulfillsD、finishing

考题 As you start writing, new ideas will naturally emerge, but always keep them focused on your targeted customer, so you won't go off the track of what your customer wants.

考题 ●The project manager must maintain an effective communication link with the customer's satisfaction with the progress of the project. The project manager maintains this link through (71).(71)A.periodic project reports, periodic visits to the customer, and telephonic exchangesB.subordinates, project team members, and the project sponsorC.one-time reports, weekly reports, and monthly reportsD.the telephone, facsimile, and data transmission

考题 A customer reports that error messages occasionally appear and quickly disappear. Which of thefollowing is the BEST place for a technician to begin troubleshooting this issue?() A. Run a System RestoreB. Check Device ManagerC. Check the Event LogsD. Check the System Information

考题 Bank clerk: ______, Madam?Customer: Well, I just can't remember my password for the bank account.

考题 The project manager must maintain an effective communication link with the customer’s satisfaction with the progress of the project. The project manager maintains this link through()A.Periodic project reports, periodic visits to the customer, and telephonic exchanges B.Subordinates, project team members, and the project sponsor C.One-time reports, weekly reports, and monthly reports D.The telephone, facsimile, and data transmission

考题 A customer reports the optical drive is no longer responding. Which of the following questionsshould be asked FIRST?()A、“Did you log in with an administrator account?”B、“Have you been to any inappropriate websites?”C、“What have you changed since the optical drive worked properly?”D、“What has changed since the optical drive worked properly?”

考题 A customer using an IBM System Storage DS8300 is facing performance problems. After the analysis by the technical specialist, the diagnosis indicates that the cache hits may be improved by a cache upgrade.  How can the system be monitored in order to check the benefits of the cache upgrade()A、using the "vmstat" command on the AIX servers connected via SAN to the DS8300 systemB、looking at the number of I/O managed by the DS8300 systemC、reading the performance reports via TotalStorage Productivity Center for DiskD、generating reports using the TotalStorage Expert

考题 A customer reports that the laser printer produces poor quality printouts. Having arrived onsite, the technician has a discussion with the customer and reviews some examples of their print jobs. Which of the following should the technician do NEXT? ()A、Clean the toner cartridge.B、Change the paper.C、Replace the fuser.D、Print a test page.

考题 A customer reports they are unable to connect to any computers outside of the office and they are unable to connect to the Internet. When the technician runs ipconfig, the customer gets the following output: IP address169.254.2.4 Subnet Mask.255.255.0.0 Default Gateway. Which of the following could be causing the issue?()A、The subnet mask is not correctly configured.B、The DNS client has not been configured on the computer.C、The DHCP client is unable to obtain an IP address from the DHCP server.D、The default gateway is not specified

考题 A customer reports that a networked printer is not printing documents. The technician successfullypings the printer’s IP address. Which of the following could be the problem? (Select TWO).()A、The network cable is unplugged.B、The printer is low on toner.C、The gateway address on the printer is incorrect.D、The printer is out of paper.E、The spooler is not functioning.

考题 A customer reports that error messages occasionally appear and quickly disappear. Which of thefollowing is the BEST place for a technician to begin troubleshooting this issue?()A、Run a System RestoreB、Check Device ManagerC、Check the Event LogsD、Check the System Information

考题 A customer reports to Karen, a technician, that a PC’s video card has recently been upgraded and the computer reboots randomly. The last few restarts have happened during movie playback, playing a video game, and video editing. Which of the following is the MOST likely source of this issue?()A、The card is not compatible with the hardware of the machine.B、The graphic driver for the card is corrupt.C、The video card requires additional power.D、The software the user is running is incompatible for the video card.

考题 A customer notifies the integrator that the system keypad reports trouble at a window. Upon inspection, the customer finds the window closed and locked; the customer resets the system and it fails to correct the issue. Which of the following steps should the integrator take to resolve the issue?()A、Check that the sensor is not misaligned.B、Clean the space between the sensor and the plate.C、Toggle the tamper switch to reset the sensor.D、Bypass the zone.

考题 Which of the following commands should Karen, a technician, use to examine and restoreprotected system files?()A、SFCB、RECOVERC、REPLACED、COPY

考题 A customer using an IBM System Storage DS8700 is facing performance problems. After the analysis by the technical specialist, the diagnosis indicates that the cache hits may be improved by a cache upgrade.  How can the system be monitored in order to check the benefits of the cache upgrade()A、using the "vmstat" command on the AIX servers connected via SAN to the DS8700 systemB、look at the IOPS using the DS8700C、reading the performance reports via Tivoli Storage Productivity Center for DiskD、generating reports using theTotalStorage Expert

考题 ou share a computer with other users.  You need to ensure that all application and device driver failure reports for this computer are submitted to Microsoft Problem Reports and Solutions.  What should you do?()A、After each error occurs, perform a Microsoft Windows Update scan.B、Turn on the Windows Problem Reporting feature for all users.C、Configure the computer to take part in the Microsoft Windows Customer Experience Improvement Program.D、Create a standard user account. Instruct all users to log on by using this standard user account. Configure auditing for this user account.

考题 You work with a SQL Server 2005 database that provides banking information for customers. You want customers to see banking reports that combine data that is retrieved from the database with real-time investment information that comes from a Web service provided by a third party. The investment information must be current when the reports are executed. You need to create the appropriate objects that support the reports. What should you do?()A、Publish the data in the database as an XML Web service by using the FOR XML AUTO clause.B、Create a table to store the banking information for each customer. Create a trigger that fires when data is inserted into the table that joins with the data coming from the Web service.C、Create a Transact-SQL stored procedure that uses a temporary table to store the banking information for each customer. Update the table with the values from the Web service.D、Have a developer in TestKing.com create an assembly that calls the remote Web service.Create a CLR function by using the assembly. Call the CLR function and combine the results with banking information in the database.

考题 单选题Customer: Waiter, a table for two, please. Waiter: Yes, sir. There's one but it's close to the door. Customer: ______.We'll take it.A Excuse meB Not at allC Well, it doesn't matterD Not really

考题 单选题A customer reports the optical drive is no longer responding. Which of the following questionsshould be asked FIRST?()A “Did you log in with an administrator account?”B “Have you been to any inappropriate websites?”C “What have you changed since the optical drive worked properly?”D “What has changed since the optical drive worked properly?”

考题 单选题A customer reports to Karen, a technician, that a PC’s video card has recently been upgraded and the computer reboots randomly. The last few restarts have happened during movie playback, playing a video game, and video editing. Which of the following is the MOST likely source of this issue?()A The card is not compatible with the hardware of the machine.B The graphic driver for the card is corrupt.C The video card requires additional power.D The software the user is running is incompatible for the video card.

考题 单选题Which phase includes the activity of assisting the customer to monitor their Cisco Unified Communications system performance and to respond to trouble reports()A MaintainB DeployC OperateD Optimize

考题 单选题Karen: I’m not optimistic about finding a job after I finish college.  Joseph: Oh? Why not?  Karen: The economy is going downhill fast.  Joseph: I know. ________. It’s getting to the point where even a degree won’t help you anymore.  Karen: That’s right. And I’ll be lucky to even move out of my parents’ house.A My friend could offer me a job.B I am not sure whether I agree or not.C How do you feel about the economy?D What is this world coming to?

考题 单选题A customer reports they are unable to connect to any computers outside of the office and they are unable to connect to the Internet. When the technician runs ipconfig, the customer gets the following output: IP address169.254.2.4 Subnet Mask.255.255.0.0 Default Gateway. Which of the following could be causing the issue?()A The subnet mask is not correctly configured.B The DNS client has not been configured on the computer.C The DHCP client is unable to obtain an IP address from the DHCP server.D The default gateway is not specified

考题 单选题A customer reports to Karen, a technician, that he is experiencing problems with the display after his computer is fully booted but reports seeing the BIOS splash screen during boot. Which of the following would MOST likely be the cause?()A The video cable is incorrectly attached.B A corrupted or incorrect video driver is installed.C An incorrect video card is installed in the computer.D The video card is defective and needs to be replaced.