更多“CAT”相关问题
  • 第1题:

    Whichofthefollowingcablesisthemostsusceptibletophysicaldamagebyroughhandling?()

    A.Coaxial

    B.Fiberoptic

    C.Cat3UTP

    D.Cat5UTP


    参考答案:B

  • 第2题:

    CPE终端能力等级()。

    A.Cat1

    B.Cat2

    C.Cat3

    D.Cat4


    参考答案:C

  • 第3题:

    FTTB用户引入段电缆要求采用()以上双绞线。

    • A、CAT4
    • B、CAT5
    • C、CAT6
    • D、CBT5

    正确答案:B

  • 第4题:

    cat testfile的输出与下面哪个命令相同?()

    • A、cat>testfile
    • B、cat<testfile
    • C、cat>>testfile
    • D、cat<<testfile

    正确答案:B

  • 第5题:

    Which of the following cable types has a MAXIMUM transmission speed of 10Mbps?()

    • A、CAT6
    • B、CAT5
    • C、Single-mode fiber
    • D、CAT3

    正确答案:D

  • 第6题:

    100M以太网布线要求的最低标准电缆是?()

    • A、CAT3
    • B、CAT4
    • C、CAT5
    • D、CAT6

    正确答案:C

  • 第7题:

    利用cat命令查看文本文件的内容时要对所有的输出行进行编号的命令是()。

    • A、cat-n
    • B、cat-e
    • C、cat-t
    • D、cat-a

    正确答案:A

  • 第8题:

    CPE终端能力等级()。

    • A、Cat1
    • B、Cat2
    • C、Cat3
    • D、Cat4

    正确答案:C

  • 第9题:

    Which of the following cable types should be used to achieve Gigabit Ethernet speed?()

    • A、CAT5
    • B、CAT3
    • C、CAT6
    • D、Thicknet

    正确答案:C

  • 第10题:

    public class Pet{  public void speak(){   System.out.print(“ Pet ”);  }  }   public class Cat extends Pet{  public void speak(){   System.out.print(“ Cat ”);  }  }   public class Dog extends Pet{  public void speak(){   System.out.print(“ Dog ”);  }  }   执行代码   Pet[] p = {new Cat(),new Dog(),new Pet()};   for(int i=0;i〈p.length;i++)   p[i].speak();   后输出的内容是哪项?()  

    • A、Pet Pet Pet
    • B、Cat Cat Cat
    • C、Cat Dog Pet
    • D、Cat Dog Dog

    正确答案:C

  • 第11题:

    要使用一个100m的以太网至少需要几类电缆()。

    • A、CAT3
    • B、CAT4
    • C、CAT5
    • D、CAT6

    正确答案:C

  • 第12题:

    单选题
    现有:      class Cat  {      Cat (int c)  {System.out.print {"cat"+c+" ");  }      }      class SubCat extends Cat  {      SubCat (int c){super (5); System.out.print ("cable");}      SubCat()  {  this (4);  }      public static void main (String  []  args)  {      SubCat s= new SubCat();      }      }     结果为:()
    A

     cat5

    B

     cable

    C

     cat5 cable

    D

     cable cat5


    正确答案: B
    解析: 暂无解析

  • 第13题:

    要使用一个100m的以太网至少需要几类电缆()。

    A.CAT3

    B.CAT4

    C.CAT5

    D.CAT6


    参考答案:C

  • 第14题:

    在配制接枝用CAT时温度低于20℃时,CAT()于水中,且有晶体(),高于30℃时,CAT容易()


    正确答案:不宜容;析出;失活

  • 第15题:

    在综合布线系统施工中,通常情况下语音信息点采用CAT3,数据信息点采用()。

    • A、CAT1
    • B、CAT3
    • C、CAT5E
    • D、CAT7

    正确答案:C

  • 第16题:

    目前测试用的普通E180终端HS-DSCH物理层能力为()

    • A、CAT5
    • B、CAT6
    • C、CAT7
    • D、CAT8

    正确答案:D

  • 第17题:

    Which of the following is correct about differences in CAT5 and CAT6 connectors?()

    • A、CAT5 connectors have locking tabs
    • B、CAT5 and CAT6 use the same connectors
    • C、CAT6 supports three different wiring standards
    • D、CAT6 connectors are longer for better contact

    正确答案:B

  • 第18题:

    在哪个文件中定义网卡的I/O地址?()

    • A、cat/proc/modules
    • B、cat/proc/devices
    • C、cat/proc/ioports
    • D、cat/io/dma

    正确答案:C

  • 第19题:

    CP650如果要支持数字音频的输入,需要其内部配置一块()。

    • A、CAT862
    • B、CAT834
    • C、CAT790
    • D、CAT784

    正确答案:C

  • 第20题:

    Cisco Catalyst switches CAT1 and CAT2 have a connection between them using ports FA0/13. An 802. 1Q trunk is configured between the two switches. On CAT1, VLAN 10 is chosen as native, but on CAT2 the native VLAN is not specified.What will happen in this scenario?()

    • A、802.1Q giants frames could saturate the link
    • B、VLAN 10 on CAT1 and VLAN 1 on CAT2 will send untagged frames
    • C、A native VLAN mismatch error message will appear
    • D、VLAN 10 on CAT1 and VLAN 1 on CAT2 will send tagged frames.

    正确答案:C

  • 第21题:

    现有:  class Cat {  Cat(int c) { System.out.print("cat" + c + " "); }  }  class SubCat extends Cat {  SubCat(int c) { super(5); System.out.print("cable "); }  SubCat() { this(4); }  public static void main(String [] args) {  SubCat s = new SubCat();  }  } 结果为:() 

    • A、cat5
    • B、cable
    • C、cable cat5
    • D、cat5 cable

    正确答案:D

  • 第22题:

    下面哪个命令可以查看网卡的中断?()

    • A、cat/proc/ioports
    • B、cat/proc/interrupts
    • C、cat/proc/memoryinfo
    • D、which interrupts

    正确答案:B

  • 第23题:

    单选题
    Cisco Catalyst switches CAT1 and CAT2 have a connection between them using ports FA0/13.An 802.1Q trunk is configured between the two switches.On CAT1,VLAN10 is chosen as native,but on CAT2 the native VLAN is not specified.What will happen in this scenario?()
    A

    802.1Q giants frames could saturate the link.

    B

    VLAN10 on CAT1 and VLAN1 on CAT2 will send untagged frames.

    C

    A native VLAN mismatch error message will appear.

    D

    VLAN10 on CAT1 and VLAN1 on CAT2 will send tagged frames.


    正确答案: A
    解析: 暂无解析

  • 第24题:

    单选题
    现有:  class Cat {  Cat(int c) { System.out.print("cat" + c + " "); }  }  class SubCat extends Cat {  SubCat(int c) { super(5); System.out.print("cable "); }  SubCat() { this(4); }  public static void main(String [] args) {  SubCat s = new SubCat();  }  } 结果为:()
    A

    cat5

    B

    cable

    C

    cable cat5

    D

    cat5 cable


    正确答案: C
    解析: 暂无解析