This book is expected to_____the best-seller lists.A.promoteB.prevailC.dominateD.discarded

题目
This book is expected to_____the best-seller lists.

A.promote

B.prevail

C.dominate

D.discarded


相似考题
更多“This book is expected to_____the best-seller lists. ”相关问题
  • 第1题:

    The third part is()results

    A. expect

    B. expecting

    C. expected


    参考答案:C

  • 第2题:

    A) would expect

    B) expects

    C) expect

    D) expected


    正确答案:A
    答案:A
    [试题分析]虚拟语气的用法。
    [详细解答]本句为虚拟语气,谓语动词应用would expect表示,故答案为A。

  • 第3题:

    _____
      A.demanded
      B.needed
      C.promised
      D.expected


    答案:D
    解析:

  • 第4题:

    假定有“structBOOK{chartitle[40];floatprice;};BOOK*book;”,则正确的语句为()。

    A、BOOK*x=newbook;

    B、BOOKx={"C++Programming",27.0};

    C、BOOK*x=newBOOK;

    D、BOOK*x=book;


    参考答案:BCD

  • 第5题:

    假定有“structBOOK{chartitle[40]floatprice}book”,则正确的语句为( )。

    A.BOOK&x=&book

    B.BOOK&x=book

    C.BOOK&x=newBOOK

    D.BOOK&x=BOOK


    正确答案:B

  • 第6题:

    判断两个对象是否相等,使用()断言方法表示。

    A.assertEquals(expected, actual)

    B.assertNull(object)

    C.assertEquals(actual,expected)

    D.assertTrue(condition)


    assertEquals(expected, actual)