Although they differ in some ways, they are ______ to each other in hobbies.A. similarB. sameC. differentD. like

题目

Although they differ in some ways, they are ______ to each other in hobbies.

A. similar

B. same

C. different

D. like


相似考题
更多“Although they differ in some ways, they are ______ to each other in hobbies. A. si ”相关问题
  • 第1题:

    It’s difficult to ___ her from her sister.

    A.spoke to

    B.said to

    C.distinguish

    D.differ


    参考答案:C

  • 第2题:

    Color—blind people often find it difficult to________ between blue and green.

    A.divide

    B.distinguish

    C.separate

    D.differ


    正确答案:B
    divide是“划分”;distinguish是“辩别出”;separate是“分离的,分隔的”;differ是“不同,相异。”

  • 第3题:

    针对下列程序段,需要( )个测试用例才可以满足语句覆盖的要求。
    switch(value){case 0:other=30;break;case 1:other=50;break;case 2:other=300;case 3:other=other/value;break;default:other=other*value;}

    A.2
    B.3
    C.4
    D.5

    答案:C
    解析:
    本题考查白盒测试用例设计方法--语句覆盖法的概念。语句覆盖(Statement Coverage)的含义是:选择足够多的测试数据,使被测程序中的每条语句至少执行一次。

  • 第4题:

    I am afraid there is not much ____ in their points of viwe

    A、difference

    B、differently

    C、different

    D、differ


    参考答案:A

  • 第5题:

    当R-EACH采用预留接入模式的时候,它的接入前缀和接入消息承载信道错误的是:()

    A.R-ACH,R-EACH

    B.R-EACH,R-ACH

    C.R-EACH,R-EACH

    D.R-EACH,R-CCCH


    参考答案:A, B, C

  • 第6题:

    1、针对下列程序段,需要()个测试用例才可以满足语句覆盖的要求。 switch (value ) { case 0: other = 30; break; case 1: other = 50; break; case 2: other = 300; case 3: other = other/value; break; default: other = other * value; }

    A.2

    B.3

    C.4

    D.5


    4