更多“Besides Yokohama, M. V. Gaohe will also ________ at some other Japanese portsA.callB.visit ”相关问题
  • 第1题:

    But even after the abolition of slavery, organized or individual discrimination was practiced against ______.

    A.Chinese - Americans

    B.American Indians

    C.Japanese - Americans

    D.black Americans


    正确答案:D

  • 第2题:

    关系DBMS正在向以下哪些方面发展?

    I.智能化

    Ⅱ.集成化

    m.支持互联网应用

    Ⅳ.产品系列化

    V.支持扩展关系

    VI.保证安全性

    A.仅I、Ⅱ和V

    B.仅III、Ⅳ和V

    C.仅I、II、III和Ⅳ

    D.都是


    正确答案:D
    解析:DBMS正向着智能化、集成化、支持互联网应用、产品系列化、支持扩展关系、保证安全性这些方面发展。本题答案为D)。

  • 第3题:

    ( )Are you sure you don‘t have_______advice to give me I really need_______.

    A.any;any
    B.some;any
    C.any;some
    D.some;some

    答案:C
    解析:

  • 第4题:

    A: I’d like ________ information about the school. B: You could have ________ word with the schoolmaster.

    A.some / a

    B.an / some

    C.some / some


    参考答案:A

  • 第5题:

    针对下列程序段,需要( )个测试用例才可以满足语句覆盖的要求。
    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)的含义是:选择足够多的测试数据,使被测程序中的每条语句至少执行一次。

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