In the third paragraph, the author is trying ______.A) to be critical of customB) to say that anthropology is more important than psychologyC) to strengthen the role custom plays in experience and beliefD) to draw our attention to the importance of custom

题目

In the third paragraph, the author is trying ______.

A) to be critical of custom

B) to say that anthropology is more important than psychology

C) to strengthen the role custom plays in experience and belief

D) to draw our attention to the importance of custom


相似考题
参考答案和解析
正确答案:D
答案:D
[试题分析] 段落主旨题。
[详细解答] 提问的是第三段的主题:重视研究习俗的必要性,答案应该是D。不能仅靠理解个别句子来回答,否则,很可能误选C。
更多“In the third paragraph, the author is trying ______.A) to be critical of customB) to s ”相关问题
  • 第1题:

    12. About_______ of the workers in the factory were born in the __________.

    A. two- thirds;1970

    B. two- thirds ; 1970s

    C. two-third ; 1970

    D. two-third ; 1970s


    正确答案:B
    12.B【解析】句意:工厂里大约2/3的工人出生在20世纪70年代。分数的表达为分子用基数词,分母用序数词,如果分子大于1,则分母要用复数,排除C、D,年代的表达要在年份后加s.故选B。

  • 第2题:

    查询作者名长度大于等于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` ;

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

    阅读下面XML文档,下列说法正确的是______。<book><author>tony</author><!--作者信息--><bookcode>97873022</book>

    A.<book>是元素对象,同样也是数据内容
    B.<author>是数据内容
    C.<!--作者信息-->是元素对象
    D.97873022是数据内容

    答案:D
    解析:
    依题意,book、author、bookcode都是元素标记名称;tony、97873022是元素的数据内容。

  • 第5题:

    BookStore数据库中有图书表 Book(BookCode, BookName, Author, PublisherCode, PublishTime,BookSort, ISBN, BookPicture, ContentInro, Price, Discount) 查询作者名长度大于等于8的图书信息,显示书名(BookName)及作者(Author)。SQL语句: SELECT BookName, Author FROM Book WHERE Lenth(Author)= 8


    Price=Price*0.9,Discount=0.8;Price=Price*(1-10%),Discount=0.8;Discount=0.8,Price=Price*0.9

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