You are asked to change the cable on interface ge-0/2/1.Which statement is correct?()A. The cable is found on slot 2, port 0, and FPC 1.B. The cable is found on FPC 0, slot 1, and port 2.C. The cable is found on port 1, slot 0, and FPC 2.D. The cable is f

题目
You are asked to change the cable on interface ge-0/2/1.Which statement is correct?()

A. The cable is found on slot 2, port 0, and FPC 1.

B. The cable is found on FPC 0, slot 1, and port 2.

C. The cable is found on port 1, slot 0, and FPC 2.

D. The cable is found on slot 2, port 1, and FPC 0.


相似考题
参考答案和解析
参考答案:D
更多“You are asked to change the cable on interface ge-0/2/1.Which statement is correct?() ”相关问题
  • 第1题:

    下列选项中,关于Statement描述错误的是()

    A.Statement是用来执行SQL语句的

    B.Statement是PreparedStatement的子接口

    C.获取Statement实现需要使用Connection的createStatement()方法

    D.PreparedStatement能使用参数占位符,而Statement不行


    Statement是PreparedStatement的子接口

  • 第2题:

    如下代码中,statement语句在语法和逻辑上都正确的是 try{ if(number2 ==0) throw number1; ...... } catch(statement){ cout << e << endl; }

    A.int e

    B.int& e

    C.int* e

    D.const int& e


    int e;int& e;const int& e

  • 第3题:

    下列关于interface的说法正确的是:

    A.interface中可以有private方法

    B.interface中可以有final方法

    C.interface中可以有方法的具体实现

    D.interface可以继承其他interface


    interface 可以继承其他 interface

  • 第4题:

    下列关于interface的说法正确的是:

    A.interface中可以有private方法

    B.interface中可以有final方法

    C.interface中可以有function实现

    D.interface可以继承其他interface


    interface 可以继承其他 interface

  • 第5题:

    下列选项中,关于Statement描述错误的是()

    A.Statement是用来执行SQL语句的

    B.Statement是PreparedStatement的子接口

    C.获取Statement实现需要使用Connection的createStatement()方法

    D.PreparedStatement能使用参数占位符,而Statement不行


    Statement是PreparedStatement的子接口

  • 第6题:

    3.下列选项中,关于Statement描述错误的是() A: Statement是用来执行SQL语句的 B: Statement是PreparedStatement的子接口 C: 获取Statement实现需要使用Connection的createStatement()方法 D: PreparedStatement能使用参数占位符,而Statement不行

    A.A B C D

    B.A B C D

    C.A B C D

    D.A B C D


    Statement 是 PreparedStatement 的子接口