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

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

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.” 相关考题
考题 Click the Exhibit button. Which statement is true about the classes and interfaces in the exhibit?() A.Compilation will succeed for all classes and interfaces.B.Compilation of class C will fail because of an error in line 2.C.Compilation of class C will fail because of an error in line 6.D.Compilation of class AImpl will fail because of an error in line 2

考题 On which component are RED and WRED managed in the router?() A. I/O moduleB. switch fabricC. egress line moduleD. ingress line module

考题 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.

考题 What are two way sthat IP datagrams are passed from the ingress line module to the egress line module?() A.over an ATM PVCB.over a FastEthernet busC.overa Gigabit Ethernet busD.over high speed serial bus

考题 A network administrator has installed an N7K-F248-25XP module into an existing chassis. The module is powered on, but the interfaces are all in VDC0. What is the reason for this?()   A、 The chassis needs an EPLD upgrade to support the new module type.B、 The default VDC cannot support F2 modules.C、 The interfaces must be allocated into a VDC for F2 modules only.D、 The module has failed GOLD diagnostics, and the switch has isolated the ports to protect the integrity of the system.

考题 Companycom has been performing scheduled backups of their data to tape using "tar" in a script for over one year with no problems. Recently, the tar command is returning a non zero return code during the backup phase, causing the script to fail. What is the primary cause of this problem?()A、The files have grown to over eight gigabytes in sizeB、The file systems are corrupt, and fsck should be runC、The tape block size has been changed from the defaultD、The user’s limit has been changed to less than eight gigabytes

考题 public class test (    public static void main (String args) {    int i = 0xFFFFFFF1;  int j = ~i;   }    )   What is the decimal value of j at line 5?()A、 0B、 1C、 14D、 –15E、 An error at line 3 causes compilation to fail.F、 An error at line 4 causes compilation to fail.

考题 55.int[]x={1,2,3,4,5}; 56.inty[]=x; 57.System.out.println(y[2]); Whichistrue?() A、Line 57 will print the value 2.B、Line 57 will print the value 3.C、Compilation will fail because of an error in line 55.D、Compilation will fail because of an error in line 56.

考题 Where does Layer2 de-encapsulation occur on the ERX Edge Router?()A、on the SRPB、on the I/O adapterC、on the egress line moduleD、on the ingress line module

考题 可插入多行注释的 JavaScript 语法是?()A、 /*This comment has more than one line*/ B、 //This comment has more than one line// C、 !--This comment has more than one line--

考题 A customer has downloaded new firmware files for the IBM support Web Site. Which of the following is the correct method for updating the firmware for the QLogic Intelligent Passthru Module using the command line?()A、Transfer the file to the FC module using FTP; use Telnet to the FC module to start the updateB、Use Telnet to the AMM to transfer the file using TFTP; start the updateC、Transfer the file to the FC module using Secure Copy Protocol (SCP);use Telnet to the FC module to start the updateD、Start the update and enter FC module IP address when prompted

考题 55. int []x= {1, 2,3,4, 5};  56. int y[] =x;  57. System.out.println(y[2]);  Which is true?() A、 Line 57 will print the value 2.B、 Line 57 will print the value 3.C、 Compilation will fail because of an error in line 55.D、 Compilation will fail because of an error in line 56.

考题 package foo;   import java.util.Vector;   private class MyVector extends Vector {  int i = 1;   public MyVector() {   i = 2;  }   }   public class MyNewVector extends MyVector {   public MyNewVector () {   i = 4;   }   public static void main (String args ) {    MyVector v = new MyNewVector();   }   }   The file MyNewVector.java is shown in the exhibit.  What is the result?()A、 Compilation will succeed.B、 Compilation will fail at line 5.C、 Compilation will fail at line 6.D、 Compilation will fail at line 14.E、 Compilation will fail at line 17.

考题 interface foo {   int k = 0;   }    public class test implements Foo (   public static void main(String args) (    int i;   Test test = new test ();   i= test.k;   i= Test.k;   i= Foo.k;   )   )   What is the result? ()A、 Compilation succeeds.B、 An error at line 2 causes compilation to fail.C、 An error at line 9 causes compilation to fail.D、 An error at line 10 causes compilation to fail.E、 An error at line 11 causes compilation to fail.

考题 Identify three features of shared entities.() (Choose three.)A、enable one-time definition of objectsB、are referenced by several Oracle Application modulesC、are defined in each Oracle Application module separatelyD、are owned by a single Oracle Application module for table purposes onlyE、are owned by a single Oracle Application module to designate the primary user or decision maker

考题 单选题Click the Exhibit button. Which statement is true about the classes and interfaces in the exhibit?()A Compilation will succeed for all classes and interfaces.B Compilation of class C will fail because of an error in line 2.C Compilation of class C will fail because of an error in line 6.D Compilation of class AImpl will fail because of an error in line 2.

考题 单选题55. int []x= {1, 2,3,4, 5};  56. int y[] =x;  57. System.out.println(y[2]);  Which is true?()A  Line 57 will print the value 2.B  Line 57 will print the value 3.C  Compilation will fail because of an error in line 55.D  Compilation will fail because of an error in line 56.

考题 多选题Identify three features of shared entities.() (Choose three.)Aenable one-time definition of objectsBare referenced by several Oracle Application modulesCare defined in each Oracle Application module separatelyDare owned by a single Oracle Application module for table purposes onlyEare owned by a single Oracle Application module to designate the primary user or decision maker

考题 单选题A customer has four AIX partitions that require a SAN. The disk subsystem must replicate to aremote site via an IP network. Each site has two Cisco MDS 9509 directors with fibre channel linecards. Which of the following must be added to each director to meet the IP requirement?()A tri-rate SFPB update to the latest Cisco IOSC FCIP activation on the existing 16 FC line cardsD Multiprotocol Services Module with FCIP activation

考题 单选题What is the result?()A  Compilation succeeds and 1 is printed.B  complication succeeds and 2 is printed.C  An error at line 8 causes compilation to fail.D  An error at line 13 causes complication to fail.E  An error at line 14 causes compilation to fail.

考题 单选题1. interface foo {  2. int k = 0;  3. } 4.    5. public class test implements Foo (  6. public static void main(String args[]) (  7. int i;  8. Test test = new test ();  9. i= test.k;  10.i= Test.k;  11.i= Foo.k;  12.)  13.)  14.        What is the result?()A  Compilation succeeds.B  An error at line 2 causes compilation to fail.C  An error at line 9 causes compilation to fail.D  An error at line 10 causes compilation to fail.E  An error at line 11 causes compilation to fail.

考题 单选题package foo;   import java.util.Vector;   private class MyVector extends Vector {  int i = 1;   public MyVector() {   i = 2;  }   }   public class MyNewVector extends MyVector {   public MyNewVector () {   i = 4;   }   public static void main (String args ) {    MyVector v = new MyNewVector();   }   }   The file MyNewVector.java is shown in the exhibit.  What is the result?()A  Compilation will succeed.B  Compilation will fail at line 5.C  Compilation will fail at line 6.D  Compilation will fail at line 14.E  Compilation will fail at line 17.

考题 单选题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.

考题 单选题class A {   public int getNumber(int a) {   return a + 1;   }   }    class B extends A {   public int getNumber (int a) {   return a + 2   }    public static void main (String args) {   A a = new B();   System.out.printIn(a.getNumber(0));   }   }   What is the result? ()A  Compilation succeeds and 1 is printed.B  Compilation succeeds and 2 is printed.C  An error at line 8 causes compilation to fail.D  An error at line 13 causes compilation to fail.E  An error at line 14 causes compilation to fail.

考题 单选题Where does Layer2 de-encapsulation occur on the ERX Edge Router?()A on the SRPB on the I/O adapterC on the egress line moduleD on the ingress line module

考题 多选题What are two way sthat IP datagrams are passed from the ingress line module to the egress line module?()Aover an ATM PVCBover a FastEthernet busCovera Gigabit Ethernet busDover high speed serial bus

考题 单选题On which component are RED and WRED managed in the router?()A I/O moduleB switch fabricC egress line moduleD ingress line module

考题 单选题} What is the result?()A  Compilation succeeds and 1 is printed.B  Compilation succeeds and 2 is printed.C  An error at line 8 causes compilation to fail.D  An error at line 14 causes compilation to fail.