With a series of questions at the end of the text, the author _____.[A] feels uncertain of what his own opinion is[B] differentiates two conflicting views[C] criticizes the Bush Administration[D] argues for the US policy on Iraq

题目

With a series of questions at the end of the text, the author _____.

[A] feels uncertain of what his own opinion is

[B] differentiates two conflicting views

[C] criticizes the Bush Administration

[D] argues for the US policy on Iraq


相似考题
参考答案和解析
正确答案:C

本题考查写作目的。文章最后作者提问到,有这么多的利害关系在里面,媒体难道不应该关注吗?到底是谁愚蠢呢? 由上文可知,“这么多的利害关系”指的是“对国家和世界可能带来的不良影响”,“愚蠢”是在回应“新闻秘书长批评新闻界过多报道伊拉克问题是自寻烦恼的愚蠢行为”,显然,作者是在讽刺布什政府一意孤行地发动战争。因此[C]正确。

 

更多“With a series of questions at the end of the text, the author _____. [A] feels unc ”相关问题
  • 第1题:

    在窗体上画1个文本框,名称为Text1,然后编写如下程序:程序的功能是,在c盘根目录下建立1个名为dat.txt的文件,在文本框中输入字符,每次按回车键(回车符的ASCII码是13)都把当前文本框中的内容写入文件dat.txt中,并清空文本框中的内容;如果输入“END”,则结束程序,请选择适合空白处的语句( )。

    A. KeyAscii ”END”

    B. Text1.Text ”END”

    C. Text1.Text 13

    D. KeyAscii 13


    正确答案:A
    A)    【解析】本题考查KeyPress事件。在Text1中输入字符时,将触发Text1的KeyPress事件,同时可返回一个KeyAscii 参数(输入字符的ASCII码,区分大小写)。当KeyAscii为13时,表示输入了回车键,此时判断Textl的文本信息,如果Text1的文本为“END”,则关闭文件,退出程序。

  • 第2题:

    下列选项中,表示文字最后一行对齐方式的有:()。

    A.text-align-last

    B.test-align-en

    C.text-en

    D.text-on


    text-align-last

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

    WhichCiscoCatalystswitchesfitintheaccessarea?()

    A.CiscoCatalyst2900Series,Catalyst7300Series,andCatalyst8000Series

    B.CiscoCatalyst2900Series,Catalyst3700Series,andCatalystSeries

    C.CiscoCatalyst2700Series,Catalyst7300Series,andCatalyst8000Series

    D.CiscoCatalyst2700Series,Catalyst3700Series,andCatalyst4500Series


    参考答案:B

  • 第5题:

    4、关于DataFrame和Series对象,下列叙述正确的是_______。

    A.DataFrame对象只能用于处理两维数据

    B.DataFrame对象不能转化为Series对象

    C.Series对象主要用于处理一维数据

    D.Series对象可以用来处理多维数据


    Series 对象主要用于处理一维数据

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