An administrator is attempting to use Hyper-V on a server with an AMD processor but is receiving an error. Which of the following should be enabled to resolve the error?()A. XDB. NXC. VTD. Hyperthreading

题目
An administrator is attempting to use Hyper-V on a server with an AMD processor but is receiving an error. Which of the following should be enabled to resolve the error?()

A. XD

B. NX

C. VT

D. Hyperthreading


相似考题
更多“An administrator is attempting to use Hyper-V on a server with an AMD processor but is receiving an error. Which of the following should be enabled to resolve the error?() ”相关问题
  • 第1题:

    You’re going to have a quiz ( )by another two in the ( )month.

    A. followed,followed

    B. followed,following

    C. following,followed

    D. following,following


    参考答案:B

  • 第2题:

    Identify two situations in which the alert log file is updated.()

    A. Running a query on a table returns ORA-600: Internal Error.

    B. Inserting a value into a table returns ORA-01722: invalid number.

    C. Creating a table returns ORA-00955: name us already in used by an existing objects.

    D. Inserting a value into a table returns ORA-00001: unique constraint (SYS.OK_TECHP) violated.

    E. Rebuilding an index using ALTER INDEX . . . REBUILD fails with an ORA-01578: ORACLE data block corrupted (file # 14, block # 50) error.


    参考答案:A, E

  • 第3题:

    Win2003 Server中启用配置SNMP服务时,必须以( )身份登录才能完成SNMP服务的配置功能。

    A.guest
    B.普通用户
    C.administrator组成员
    D.user组成员

    答案:C
    解析:
    Windows Server 2003中配置SNMP服务时,必须以管理员身份或者Administrators组成员身份登录才能完成SNMP服务的配置功能。一般用户或者普通用户不能完成SNMP配置服务。

  • 第4题:

    你在创建一个 Web 窗体。这个 Web 窗体允许用户计算值并在名为 lblResults 的 Label 控件中显示结果。你需要在 Web 窗体通过 Error 事件截获所有未处理的异常并显示异常在 Web 窗体上。你可以使用下面那个代码段实现?()

    A. protected void Page_Error(object sender, EventArgs e) { lblResults.Text = e.ToString();e=null;}

    B. protected void Page_Error(object sender, EventArgs e) { lblResults.Text =Server.GetLastError().ToStri();Server.ClearError();}

    C. protected void Page_Error(object sender, EventArgs e) Response.Write(e.ToString());e=null;}

    D. protected void Page_Error(object sender, EventArgs e) Response.Write(Server.GetLastError().ToString()); Server.ClearError();}


    参考答案:D

  • 第5题:

    I doubt they'll be able to help but it's worth trying.

    A:growing
    B:wrapping
    C:hiding
    D:attempting

    答案:D
    解析:
    本句意思:我不敢肯定他们能帮得上忙,但不妨试一试。try试,尝试。grow成长,生长; wrap包,裹(礼物等); hide藏,隐藏;attempt企图,试图,尝试。

  • 第6题:

    4、Node.js中Server对象中的可触发事件中,当新连接创建后会被触发的是()。

    A.listening

    B.connection

    C.close

    D.error


    connection