更多“Which of the following LAN technologies is considered fast Ethernet and uses two pairs of cabling,one pair for sending and the other pair for receiving?() ”相关问题
  • 第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"};


    正确答案:B
    解析:声明枚举类型用enum开头。例如:enumweekday(sun,mon,tue,wed,thu,fri,sat);说明:1、在C编译中,对枚举元素按常量处理,同时可以改变他们的值。2、枚举值可以用来做判断比较。3、一个整数不能直接赋给一个枚举变量。

  • 第2题:

    The best grouping of teaching when the students are given the task to work out answers to a reading comprehension is__________.

    A.one-to-one
    B.groupwork
    C.pair-work
    D.solowork

    答案:D
    解析:
    考查教学活动分组。题目的意思是:在让学生回答关于阅读理解中的题目时最好的分组方式是什么?问题是检验每个学生的学习效果及对内容的理解程度,因此,要一个一个地让学生来回答。所以,最好的分组方式是D原意是“独唱”,但这里意为“个人”。

  • 第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};


    enum a{a1,a2,a3};

  • 第4题:

    Which type of cable is used to connect the COM port of a host to the COM port of a router or switch?()

    A. crossover

    B. straight-through

    C. rolled

    D. shielded twisted-pair


    参考答案:C

  • 第5题:

    The best grouping of teaching when the students are given the task to design a poster for a school event is__________.

    A.pair-work
    B.groupwork
    C.one-to-one
    D.individual

    答案:B
    解析:
    考查教学活动中的分组方式。题目的意思是“在让学生设计一个校园活动的海报任务中最好的分组方式是什么 ”设计关于校园活动的海报这个任务比较综合,对于学生个人而言有一定难度,因此,最好的分组方式是小组合作。故选B。

  • 第6题:

    Pair类表示“有序整数对”,考虑该类应具有的必要数据和行为,写出该Pair类的定义。


    long