A mail server keeps shutting down. The administrator gets an error message over temperature error? Which of the following should the administrator replace FIRST?()A. Power supply fanB. CPU fanC. Heat sinkD. Case fan

题目
A mail server keeps shutting down. The administrator gets an error message over temperature error? Which of the following should the administrator replace FIRST?()

A. Power supply fan

B. CPU fan

C. Heat sink

D. Case fan


相似考题
更多“A mail server keeps shutting down. The administrator gets an error message over temperature error? Which of the following should the administrator replace FIRST?() ”相关问题
  • 第1题:

    你在创建一个 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

  • 第2题:

    下列程序的运行结果是( )。 A.error1:10.5B.error2C.error1:10.5 error2S

    下列程序的运行结果是( )。

    A.error1:10.5

    B.error2

    C.error1:10.5 error2

    D.以上都不对


    正确答案:C
    try-catoh块是可以嵌套分层的,并且通过异常对象的数据类型进行匹配,以找到正确的catchblock异常错误处理代码。以下是通过异常对象的数据类型进行匹配找到正确的catchblock的过程。①首先在抛出异常的try-catch块中查找catchblock,按顺序先与第-个catchblock块匹配,如果抛出的异常对象的数据类型与catchblockee传入的异常对象的临时变量(就是catch语句后面参数)的数据类型完全相同,或是它的子类型对象,则匹配成功,进入catchblock中执行,否则到第②步;②如果有两个或更多的catchblock,则继续查找匹配第二个、第三个,乃至最后-个catchblock,如匹配成功,则进入对应的catchblock中执行,否则到第③步;③返回到上-级的try-catch块中,按规则继续查找对应的catchblock。如果找到,进入对应的catchblock中执行,否则到第4步;④再到上上级的try-catch块中,如此不断递归,直到匹配到顶级的try-catch块中的最后-个catchblock,如果找到,进入到对应的catchblock中执行;否则程序将会执行terminate()退出。所以选C。

  • 第3题:

    What does ECC stand for?()

    A. Error-Checking Code

    B. Extended-Checking Code

    C. Error-Correction Code

    D. Enhanced-Correction Code


    参考答案:C

  • 第4题:

    Howcanyoumodifytheapplicationtoreturnmoremeaningfulerrormessagestotheuser?()

    A.Createacustommessagestable.IncludethenecessaryerrorhandlingcodeintheformmodulestodisplaythemeaningfulcustommessageinsteadoftheORA-errormessage.

    B.ProvideuserswithaformintheapplicationtoquerytheORA-error,thatwillreturnacustommessagetoreplacetheORA-message.

    C.Eliminateconstraintswherepossible,therebylimitingthenumberoferrormessagesreturned.

    D.CreateaproceduretoincludetheRETRIEVE_MESSAGEbuilt-inthatautomaticallytranslatescommonservererrorsintomeaningfulmessagesforuseinForms.


    参考答案:A

  • 第5题:

    下列代码的执行结果是( )。

    A.error1

    B.error2

    C.error1 error2

    D.2 error2


    正确答案:C
    当0作为除数时,会产生异常,而Arith-meticException和Exception两类异常都内部被捕捉到。

  • 第6题:

    5、要在命令行下使用adb shell命令,应将()目录添加到系统Path环境变量中?

    A.C:\Users\Administrator\AppData\Local\Android\Sdk\bin

    B.C:\Users\Administrator\AppData\Local\Android\Sdk\platforms

    C.\Users\Administrator\AppData\Local\Android\Sdk\build-tools

    D.C:\Users\Administrator\AppData\Local\Android\Sdk\platform-tools


    bash