A.100Base-T4
B.100Base-TX
C.100Base-X
D.100Base-FX
第1题:
以下对枚举类型名的定义中正确的是______。
A.enum a={one,two,three};
B.enum a {one=9,two=1,three};
C.enum a={"one","two","three"};
D.enum a{"one","two","three"};
第2题:
第3题:
以下对枚举类型名的定义中正确的是
A.enum a {one=9,two=-1,three};
B.enum a={“one”, “two”, “three”};
C.enum a {“one”, “two”, “three”};
D.enum a={one, two, three};
第4题:
A. crossover
B. straight-through
C. rolled
D. shielded twisted-pair
第5题:
第6题:
Pair类表示“有序整数对”,考虑该类应具有的必要数据和行为,写出该Pair类的定义。