niusouti.com
更多“Which of the following did the author probably suggest?[A] Support not the most sup ”相关问题
  • 第1题:

    You will be meeting her presently.

    A:shortly
    B:currently
    C:lately
    D:probably

    答案:A
    解析:
    presently意为“很短的时间里”,因此跟shortly“马上”很接近。presently 也有“现在、当前”的意思。例如:Scientists are presently trying to find the cause of the disease.科学家目前正在试图找出这种病的原因。

  • 第2题:

    The group does not advocate the use of violence.

    A:limit
    B:regulate
    C:oppose
    D:support

    答案:D
    解析:
    本句意思:该团体不支持使用暴力。advocate意思为“支持,拥护,提倡”,与support(支持,拥护)意思相近。 limit限制,限定;regulate约束,控制;oppose反对,抵制。

  • 第3题:

    在利用CSS表现XML时,需要将XML文档中的author元素的内容以内联方式显示(即所有的author元素的内容连续显示,不分段),且其内容自动折行以适应屏幕,多个连续空格压缩成一个空格,则下面正确的选项是()。

    A.author{display:inline;white-space:nowrap}

    B.author{display:inline;white-space:return}

    C.author{display:inline;white-space:normal}

    D.author{display:inline;white-space:pre}


    author{display:inline;white-space:normal}

  • 第4题:

    Some astronomers contend that the universe may be younger than previously believed.

    A:predict
    B:argue
    C:think
    D:suggest

    答案:B
    解析:
    句意:一些天文学家声称宇宙很可能比先前认为的还要年轻。画线单词contend意为“争辩,声称,主张”,强调与人争辩自己的想法。A项predict意为“预测”; B项argue 意为“争论,坚决主张”,含与人争论的意思,与画线单词意义相近;C项think意为“认为”;D项suggest意为“提议”。故本题选B。

  • 第5题:

    查询作者名长度大于等于8的图书信息,显示书名(BookName)及作者(Author)。语句如下: SELECT BookName, Author FROM Book WHERE Len(Author)_________


    use library;select 读者姓名,书名from book,borrow,readerwhere book.`书籍Id`=borrow.`书籍ID`and reader.`读者Id`=borrow.`读者ID` ;

  • 第6题:

    2、在利用CSS表现XML时,需要将XML文档中的author元素的内容以内联方式显示(即所有的author元素的内容连续显示,不分段),且其内容自动折行以适应屏幕,多个连续空格压缩成一个空格,则下面正确的选项是()。

    A.author{display:inline;white-space:nowrap}

    B.author{display:inline;white-space:return}

    C.author{display:inline;white-space:normal}

    D.author{display:inline;white-space:pre}


    preface{display:block}