The primary line module has failed and the spare line module is nowactive.What occurs,by default,when the primary line module returns to an operational status?() A.The primary line module is inactive for five minutes and then becomes active.B.The primary line module is in standby mode,while the spare line module remains active.C.The primary line module becomes active immediately and the spare line module becomes inactive.D.The primary and spare line modules are active for five minutes,after which time the spare line module becomes inactive.
The primary line module has failed and the spare line module is nowactive.What occurs,by default,when the primary line module returns to an operational status?()
A.The primary line module is inactive for five minutes and then becomes active.
B.The primary line module is in standby mode,while the spare line module remains active.
C.The primary line module becomes active immediately and the spare line module becomes inactive.
D.The primary and spare line modules are active for five minutes,after which time the spare line module becomes inactive.
相关考题:
现有如下五个声明:Linel:inta_really_really_really_long_variable_name=5;Line2:int_hi=6;Line3:intbig=Integer.getlnteger(7”);Line4:int$dollars=8;line5:int%opercent=9;哪行无法通过编译?() A.Line1B.Line3C.Line4D.Line5
Given:When the doSomething method is called, after which line does the Object created in line 5 become available for garbage collection?() A.Line 5B.Line 6C.Line 7D.Line 8E.Line 9F.Line 10
Given:WhichlineofcodemarkstheearliestpointthatanobjectreferencedbyintObjbecomesacandidatefor garbagecollection?() A.Line16B.Line17C.Line18D.Line19
IDS高可用复制系统(HDR)中,HDR备机仅可读,其在onstat–的输出中显示为() A.On-Line(Primary)B.Read-Only(Sec)C.On-LineD.Updatable(Sec)
●Unit testing refers to that each (73) is tested to ensure that it operates correctly.(73)A. subsystemB.deviceC.applicationD.module
Unit testing refers to that each ( ) is tested to ensure that it operates correctly.A. subsystemB. deviceC. applicationD. module
下列错误信息中,()是异常对象的名字。 Traceback (most recent call last): File "E:/教学/exp/异常/ex.py", line 1, in <module> 1/0 ZeroDivisionError: division by zeroA.ZeroDivisionErrorB.NameErrorC.IndexErrorD.KeyError
在一个模块里面定义的变量与函数,默认为私有的,如果要想对外暴露其内部的私有变量与函数,只能通过()实现A.module.importsB.module.exportsC.module.throwsD.module.public
任务和函数必须在module内定义并调用。