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

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

When testing a CAT5 cable, the technician notices that pin A is open. However, the cable stillworks fine. Which of the following describes how this is possible?()

  • A、The cable was tested for 100Base-TX.
  • B、The cable is a 1000BaseT cable.
  • C、The switch uses link aggregation,
  • D、The switch was setup to use MDIX

参考答案

更多 “When testing a CAT5 cable, the technician notices that pin A is open. However, the cable stillworks fine. Which of the following describes how this is possible?()A、The cable was tested for 100Base-TX.B、The cable is a 1000BaseT cable.C、The switch uses link aggregation,D、The switch was setup to use MDIX” 相关考题
考题 After making a long CAT5 cable, the technician fears that the cable may have been damagedduring the pull, but does not have a cable tester. Which of the following would be the BESTalternative tool to determine whether there are any breaks or shorts in the cable?()A. MultimeterB. VoltmeterC. Loopback plugD. Toner probe

考题 The technician notices that one of the wires in a CAT5 cable is cut in half. Which of the followingconnectivity issues did the technician discover?() A.Open pairsB.AttenuationC.CrosstalkD.Interference

考题 When disposing of computer equipment, which of the following can present an environmental hazard?() A. BezelB. SATA cableC. Cat5 cableD. CRT monitor

考题 One end of a CAT5 cable is punched down following the 568B standard. The other end should beterminated using which standard to make a straight-through cable?() A.568BB.RJ-11C.RJ-45D.568A

考题 In determining the scope of cable to be used when anchoring, what would NOT be considered__________.A.Depth of the waterB.Character of the holding groundC.maintenance cost for the chainD.Type of anchor cable

考题 Which of the following tools would be the BEST to check connectivity of a CAT5 cable?()A、Tone generatorB、MultimeterC、Punch-down toolD、Cable tester

考题 Which of the following cables can be used to directly connect a laptop to a PC for ICS?()A、IEEE 1394 cableB、CAT5 crossover cableC、CAT5e patch cableD、Parallel cable

考题 Which of the following tools should Mike, a technician, use when testing a serial port?()A、Cable testerB、MultimeterC、Loopback plugD、Logic probe

考题 Which of the following settings is the jumper set to when installing a DVD-RW as the second deviceon an IDE cable?()A、 ID0B、 ID2C、 Cable selectD、 Master

考题 When disposing of computer equipment, which of the following can present an environmental hazard?()A、BezelB、SATA cableC、Cat5 cableD、CRT monitor

考题 A technician is attempting to determine whether a CAT5 patch cord is a straight-through or acrossover. Which of the following is the BEST to use to determine the cord type?()A、Cable testerB、Loopback cableC、MultimeterD、Extension magnet

考题 When certifying a CAT5 cable installation the integrator must perform which of the following tests?()A、Measure ImpedanceB、Calculate LatencyC、Measure AttenuationD、Measure Resistance

考题 One end of a CAT5 cable is punched down following the 568B standard. The other end should beterminated using which standard to make a straight-through cable?()A、568BB、RJ-11C、RJ-45D、568A

考题 After testing a new 100BaseTX cable, the technician determines that only pairs 4, 5, 7, and 8 are straight-thru wires. Which of the following MOST likely describes this cable type?()A、Crossover cable with open pairsB、Crossover cableC、Rollover cableD、Straight-thru cable with open pairs

考题 The technician notices that one of the wires in a CAT5 cable is cut in half. Which of the followingconnectivity issues did the technician discover?()A、Open pairsB、AttenuationC、CrosstalkD、Interference

考题 When making a serial connection between two Windows 2000 machines, which type of cable is needed for proper communications?()A、RG-59 coaxial cableB、RS-232 Null Modem cableC、telephone cableD、UTP CAT5 patch cable

考题 A technician needs to install additional access points for a new high speed connection being added in the new office space. Which of the following will MOST likely be installed to allow additional CAT5 cable connections?()A、Smart JackB、DemarcC、110 BlockD、66 Block

考题 现有:  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、cat5B、cableC、cable cat5D、cat5 cable

考题 现有:      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、 cat5B、 cableC、 cat5 cableD、 cable cat5

考题 单选题When disposing of computer equipment, which of the following can present an environmental hazard?()A  BezelB  SATA cableC  Cat5 cableD  CRT monitor

考题 单选题One end of a CAT5 cable is punched down following the 568B standard. The other end should beterminated using which standard to make a straight-through cable?()A 568BB RJ-11C RJ-45D 568A

考题 单选题A technician needs to install additional access points for a new high speed connection being added in the new office space. Which of the following will MOST likely be installed to allow additional CAT5 cable connections?()A Smart JackB DemarcC 110 BlockD 66 Block

考题 单选题When testing a CAT5 cable, the technician notices that pin A is open. However, the cable stillworks fine. Which of the following describes how this is possible?()A The cable was tested for 100Base-TX.B The cable is a 1000BaseT cable.C The switch uses link aggregation,D The switch was setup to use MDIX

考题 单选题Which of the following tools would be the BEST to check connectivity of a CAT5 cable?()A Tone generatorB MultimeterC Punch-down toolD Cable tester

考题 单选题In determining the scope of cable to be used when anchoring,what would NOT be considered?().A Depth of the waterB Character of the holding groundC maintenance cost for the chainD Type of anchor cable

考题 单选题After making a long CAT5 cable, the technician fears that the cable may have been damagedduring the pull, but does not have a cable tester. Which of the following would be the BESTalternative tool to determine whether there are any breaks or shorts in the cable?()A MultimeterB VoltmeterC Loopback plugD Toner probe

考题 单选题现有:      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  cat5B  cableC  cat5 cableD  cable cat5