A user who is running Windows XP Professional reports that the computer monitor stopped functioning following an installation of an updated driver for the video card and that attempts to delete and re-install the original driver have not corrected the sit

题目

A user who is running Windows XP Professional reports that the computer monitor stopped functioning following an installation of an updated driver for the video card and that attempts to delete and re-install the original driver have not corrected the situation. Which of the following actions would be BEST to correct this situation?()

  • A、Reset the system BIOS.
  • B、Use System Restore.
  • C、Change the color profile.
  • D、Replace the video card.

相似考题
更多“A user who is&”相关问题
  • 第1题:

    Users of your web application have requested that they should be able to set the duration of their sessions.So for example, one user might want a webapp to stay connected for an hour rather than the webapp’sdefault of fifteen minutes; another user might want to stay connected for a whole day. Furthermore, youhave a special login servlet that performs user authentication and retrieves the User object from the database. You want to augment this code to set up the user’s specified session duration. Which codesnippet in the login servlet will accomplish this goal?()

    • A、User user = // retrieve the User object from the database session.setDurationInterval(user.getSessionDuration());
    • B、User user = // retrieve the User object from the database session.setMaxDuration(user.getSessionDuration());
    • C、User user = // retrieve the User object from the database session.setInactiveInterval(user.getSessionDuration());
    • D、User user=//retrieve the User object from the database session.setDuration(user.getSessionDuratio());
    • E、User user = // retrieve the User object from the database session.setMaxInactiveInterval(user.getSessionDuration());

    正确答案:E

  • 第2题:

    在JSP中要使用user包中的User类,则以写法正确的是()。

    • A、〈jsp:useBean id="user" class="user.User" scope="page"/〉
    • B、〈jsp:useBean class="user.Use.class"/〉
    • C、〈jsp:useBean name="user" class="user.User"/〉
    • D、〈jsp:useBeam id="user" class="user" import="user.*"/〉

    正确答案:A

  • 第3题:

    A network technician is troubleshooting a network issue that has just been reported. Which of thefollowing troubleshooting steps should the technician take FIRST to help resolve this issue?()

    • A、Record the solution in the appropriate logs for future use.
    • B、Ask the user who reported the issue what past documentation they have.
    • C、Ask the user who reported the issue to explain the symptoms in detail.
    • D、Record what steps should be taken to resolve the issue.

    正确答案:C

  • 第4题:

    An administrator receives a call from a user who is unable to receive email. After troubleshooting the administrator is able to resolve the issue and verify that user is able to access email again. Which of the following is the NEXT step that the administrator should take?()

    • A、Implement preventative measures.
    • B、Close the issue.
    • C、Document the outcome.
    • D、Question other users to make sure they are not having the same issue

    正确答案:C

  • 第5题:

    Small in-ceiling speakers are BEST suited for()

    • A、loud, bass intensive music (e.g. heavy metal, rock).
    • B、providing a sub-woofer for great bass reproduction.
    • C、background music and blending in with decor.
    • D、the user who wants perfect sound reproduction.

    正确答案:C

  • 第6题:

    Which statement is true regarding this setting?()

    • A、It drops the connection after the specified number of login attempts fail for any user.
    • B、It is enforced only if the password profile is enabled for the user. 
    • C、It locks the user account after the specified number of attempts. 
    • D、It drops the connection after the specified number of login attempts fail only for users who have the SYSDBA privilege.

    正确答案:A

  • 第7题:

    TS1 is a server running Windows Server 2008 and Terminal Services. Users in your organization connectto the server TS1 to run a line-of-business application. Recently, you have noticed that user profiles arethreatening to consume the total disk capacity on TS1. You want users to be able to save their own data,but you also want to prevent profiles from exhausting the total storage capacity of the disk on TS1. Whatshould you do?()

    • A、Use Group Policy to assign mandatory profiles to users who connect to TS1.
    • B、Configure disk quotas for the disk on TS1 on which user profiles are stored.
    • C、Use Group Policy to assign Terminal Services roaming user profiles to users who connect to TS1.
    • D、Configure disk quotas for the local disk of each user who connects to TS1.

    正确答案:B

  • 第8题:

    单选题
    You have an Exchange Server 2010 organization that contains 1,500 mailboxes. The average sizeeach mailbox is a 750 MB. All users run either Microsoft Office Outlook 2010 or Outlook Web App to access their e-mail. All users who run Outlook 2010 are configured to use Cached Exchange Mode. You need to configure a mailbox solution for the organization to meet the following requirements: Ensure that administrators can search and find any message Reduce the size of the offline store (OST) for each user Provide access to all e-mail messages by using either Outlook 2010 or Outlook Web App  What should you do()?
    A

    Create a Personal Archive for each user and then create a retention policy. Instruct users to compact the OST file.

    B

    Create a personal folder (PST) file for each user. Store all PST files on a network share. Instruct users to compact the OST file.

    C

    Create a second disabled user account and a second mailbox for each user. Configure journal rules to journal all the messages for each user to the user¯s second mailbox

    D

    Create a new disabled user account and a new mailbox named Journaling Mailbox. Configure journal rules to journal all the messages for each user to Journaling Mailbox.of


    正确答案: B
    解析: 暂无解析

  • 第9题:

    单选题
    如果想要在JSP中使用user包中的User类,则以下写法正确的是()。
    A

     <jsp:useBean id=user class=user.User scope=page/>

    B

     <jsp:useBean class=user.User.class /> 

    C

     <jsp:useBean name=user class=user.User/>

    D

     <jsp:useBean id=user class=User import=user.* />


    正确答案: B
    解析: 暂无解析

  • 第10题:

    单选题
    You have a computer that runs Windows XP Professional. Multiple users share the computer. You log on to the computer by using the local administrator account and install a custom application. You need to add an application shortcut to the desktop of all new users who use the computer. The shortcut must appear on the desktop of new users only. What should you do?()
    A

    Copy the shortcut to %systemdrive%/documents and settings/default user/desktop/.

    B

    Copy the shortcut to %systemdrive%/documents and settings/all users/desktop/.

    C

    Copy the shortcut to your desktop. Modify the %comspec% system environment variable. 

    D

    Copy the shortcut to the guest user’s desktop. Assign the Everyone group Read permission to the guest user profile.


    正确答案: D
    解析: 暂无解析

  • 第11题:

    单选题
    You are developing an application that runs by using the credentials of the end user. Only users who are members of the Administrator group get permission to run the application. You write the following security code to protect sensitive data within the application.bool isAdmin=false;  WindowsBuiltInRole role=WindowsBuiltInRole.Administrator; ......  if(!isAdmin)          throw new Exception("User not permitted");   You need to add a code segment to this security code to ensure that the application throws an exception if a user is not a member of the Administrator group. Which code segment should you use?()
    A

    A

    B

    B

    C

    C

    D

    D


    正确答案: B
    解析: 暂无解析

  • 第12题:

    多选题
    When should you create a role?()
    A

    To simplify the process of creating new users using the CREATE USER xxx IDENTIFIED by yyy statement.

    B

    To grant a group of relate privileges to a user.

    C

    When the number of people using the database is very high.

    D

    To simplify the process of granting and revoking privileges.

    E

    To simplify profile maintenance for a user who is constantly traveling.


    正确答案: E,B
    解析: 暂无解析

  • 第13题:

    如果想要在JSP中使用user包中的User类,则以下写法正确的是()。 

    • A、 <jsp:useBean id="user" class="user.User" scope="page"/>
    • B、 <jsp:useBean class="user.User.class" /> 
    • C、 <jsp:useBean name="user" class="user.User"/>
    • D、 <jsp:useBean id="user" class="User" import="user.* "/>

    正确答案:A

  • 第14题:

    An administrator needs to know the workstation name of a user who called in for support in orderto remotely manage it. After calling the user and having the user open a command prompt, whichof the following commands would the administrator ask the user to type?()

    • A、Netstat
    • B、Ifconfig
    • C、Hostname
    • D、Ping

    正确答案:C

  • 第15题:

    An administrator receives a call from a user who is unable to receive email. After troubleshooting the administrator is able to resolve the issue and verify that user is able to access email again.  Which of the following is the NEXT step that the administrator should take?()

    • A、 Implement preventative measures.
    • B、 Close the issue.
    • C、 Document the outcome.
    • D、 Question other users to make sure they are not having the same issue.

    正确答案:C

  • 第16题:

    A user has been having difficulty with their PC. Which of the following is the BEST response atechnician should give when a user asks for the definition of a particular bluescreen message?()

    • A、“It is a message that informs the technician of what hardware needs to be replaced.”
    • B、“A bluescreen message is just another name for an error.”
    • C、“It provides the technician with more information about the problem.”
    • D、“It is a complex message that is very difficult to explain to those who are not familiar with computers.”

    正确答案:C

  • 第17题:

    Your database initialization parameter file has the following entry:   SEC_MAX_FAILED_LOGIN_ATTEMPTS=3   Which statement is true regarding this setting?()

    • A、 It drops the connection after the specified number of login attempts fail for any user.
    • B、 It is enforced only if the password profile is enabled for the user.
    • C、 It locks the user account after the specified number of attempts.
    • D、 It drops the connection after the specified number of login attempts fail only for users who have the SYSDBA privilege.

    正确答案:A

  • 第18题:

    You have an Exchange Server 2010 organization.You have a user named User1 and a user named User2. You need to ensure that User1 can add User2 to the From field when he sends e-mail messages. Messages that have User2 in the From field must display only User2 as the message sender to recipients Who receive the messages. What should you use?()

    • A、Active Directory Users and Computers
    • B、Exchange Control Panel (ECP)
    • C、Exchange Management Console (EMC)
    • D、Microsoft Office Outlook

    正确答案:C

  • 第19题:

    You are the network administrator for The network consists of a single Active Directory domain named All network servers run Windows Server 2003. The Default Domain Policy GPO is configured to prompt users to change their password 14 days before it expires. A user who returns from a two-week vacation reportes that she cannot log on to the domain. You discover that when she last logged on, she was prompted to change her password. She reports that she did not change her password before leaving on vacation. You need to ensure that the user can log on to the domain. What should you do?()

    • A、Enable the user account.
    • B、Reset the password for the user account.
    • C、Use Active Directory Users and Computers to select the Password never expires option.
    • D、Configure the Prompt user to change password before expiration security policy option to 21 days.

    正确答案:B

  • 第20题:

    单选题
    A user receives a call from someone reporting to be from the help desk who asks for their password. The user discovers later that the caller did not work for the help desk. Which of the following describes this type of exploit?()
    A

    Phishing scam

    B

    Social engineering

    C

    Man-in-the-Middle

    D

    Shoulder surfing


    正确答案: A
    解析: 暂无解析

  • 第21题:

    单选题
    在JSP中要使用user包中的User类,则以写法正确的是()。
    A

    〈jsp:useBean id=user class=user.User scope=page/〉

    B

    〈jsp:useBean class=user.Use.class/〉

    C

    〈jsp:useBean name=user class=user.User/〉

    D

    〈jsp:useBeam id=user class=user import=user.*/〉


    正确答案: C
    解析: 暂无解析

  • 第22题:

    单选题
    An administrator receives a call from a user who is unable to receive email. After troubleshooting the administrator is able to resolve the issue and verify that user is able to access email again.  Which of the following is the NEXT step that the administrator should take?()
    A

     Implement preventative measures.

    B

     Close the issue.

    C

     Document the outcome.

    D

     Question other users to make sure they are not having the same issue.


    正确答案: B
    解析: 暂无解析

  • 第23题:

    单选题
    Small in-ceiling speakers are BEST suited for()
    A

    loud, bass intensive music (e.g. heavy metal, rock).

    B

    providing a sub-woofer for great bass reproduction.

    C

    background music and blending in with decor.

    D

    the user who wants perfect sound reproduction.


    正确答案: C
    解析: 暂无解析

  • 第24题:

    多选题
    TestKing.com has a SQL Server 2005 computer. You have been assigned the task of retrieving information about a user who is currently logged in. You need to create a function that returns scalar information about the activity time for a particular user. What are two possible ways to achieve this goal?()
    A

    Create a function that returns a list of values that represent the login times for the given user.

    B

    Create a function that returns a list of values that represent the people who have logged more hours than the current user has logged.

    C

    Create a function that returns a numeric value that represents the number of hours that a user has logged for the current day.

    D

    Create a function that returns a numeric value that represents the number of hours that a user has logged for the current month.


    正确答案: D,A
    解析: 暂无解析