Text 2Women are, on the whole, more verbal than men. They are good at language and verbal reasoning, while men tend to be skilled at tasks demanding visual spatial abilities. In fact, along with aggression, these are the most commonly accepted differences

题目

Text 2

Women are, on the whole, more verbal than men. They are good at language and verbal reasoning, while men tend to be skilled at tasks demanding visual spatial abilities. In fact, along with aggression, these are the most commonly accepted differences between the sexes.

Words are tools for communicating with other people, especially information about people. They are mainly social tools. Visual and spatial abilities are good for imagining and manipulating objects and for communicating information about them. Are these talents programmed into the brain? In some of the newest and most controversial research in neurophysiology, it has been suggested that when it comes to the brain, males are specialists while women are generalists.

But no one knows what, if anything, this means in terms of the abilities of the two sexes. Engineering is both visual and spatial, and it' s true that there are relatively few women engineers. But women become just as skilled as men at shooting a rifle or driving a car, tasks that involve visual spatial skills. They also do equally well at programming a computer, which is neither visual nor spatial. Women do, however, seem less likely to fall in love with the objects themselves. We all know men for whom machines seem to be extensions of their identity. A woman is more likely to see her car, rifle, or computer as a useful tool, but not in itself fascinating.

26. According to the passage, women are usually good at ______.

A) body language

B) logical reasoning

C) tasks demanding for the use of words

D) both A and B


相似考题
更多“Text 2Women are, on the whole, more verbal than men. They are good at language and verbal ”相关问题
  • 第1题:

    ( 10 ) 在窗体上画一个文本框 , 其名称为 Text1 , 在属性窗口中把该文本框的 Mult i Line 属性设置为 True ,然后编写如下的事件过程:

    Private Sub Form_Click ()

    Open " d:\test\smtext1.Txt " For Input As #1

    Do While Not 【 13 】

    Line Input #1, aspect$

    W hole$=whole$+aspect$+Chr$ ( 13 ) +Chr$ ( 10 )

    Loop

    Text1.Text=whole$

    【 14 】

    Open " d:\test\smtext2.Txt " For Output As #1

    Print #1, 【 15 】

    Close #1

    End Sub

    运行程序 , 单击窗体 , 将把磁盘文件 smtext1.txt 的内容读到内存并在文本框中显示出来,然后把该文本框中的内容存入磁盘文件 smtext2.txt 。请填空。


    正确答案:

  • 第2题:

    As an () observer my analysis is supposed to be objective.

    A、impartial

    B、impart

    C、parti

    D、whole


    参考答案:A

  • 第3题:

    在名称为Forml的窗体上绘制一个文本框,其名称为Text1,在属性窗口中把该文本框的MultiLine属性设置为True,然后编写如下的事件过程:

    Private SUb Form_CnCk()

    Open"d:\tes\smtext1.txt"For Input AS 1

    Do While Not EOF(1)

    Line Iput 1,aspect$

    whole$=whole$+aspect$+Chf$(13)+Chr$(10)

    Loop


    正确答案:Textl.Text或Textl或Forml.Textl.Text或Forml.Textl或Me.Textl.Text或Me.Textl
    Textl.Text或Textl或Forml.Textl.Text或Forml.Textl或Me.Textl.Text或Me.Textl

  • 第4题:

    In his composition there are ________errors _______a few misspellings.

    A: no other ... than

    B: some other ... than

    C: more ... than

    D: other ... than


    参考答案: A

  • 第5题:

    把一个磁盘文件的内容读到内存并在文本框中显示出来,然后把该文本框中的内容存入另一个磁盘文件,请填空完成程序。

    在窗体上建立一个文本框,在属性窗口中把该文本框的MultiLine属性设置为 True,然后编写如下的事件过程:

    Prlvate Sub Form_Click()

    Open"D:\test1.txt"For Input As 1

    Text1.FontSize=14

    Text1.FontName=“幼圆”

    Do While Not EOF(1)

    【 】

    whole$=whole$+aspect$+Chr$(13)+Chr$(10)

    Loop

    Text1.Text=【 】

    Close

    Open"D:\test2.txt"For Output As 1

    Print 1,【 】

    Close

    End Sub


    正确答案:Line Input #1aspect$ Whole $Text1. Text
    Line Input #1,aspect$, Whole $,Text1. Text 解析:文件的读操作使用Input#语句,其格式为:Input #文件号,题中根据EOF(1)可以推断文件号为1,由语句whole $=whole $+aspect $+Chr $(13)+Chr$(10)可知变量为aspect$,并且是以行读入内存的,故 [13]处的文件读操作语句应为Line Input # 1,aspect$。读入内容在文本框中显示出来,就给文本框的Text属性赋读入内容Whole $即可。 Print #1, Text1. Text表示把整个文本框Text1的内容一次性的写入文件。

  • 第6题:

    Phatic communication refers to( ).

    A.language’s function of the expression of identity
    B.social interaction of language
    C.language′s function of expressing it self
    D.sociological use of language

    答案:B
    解析:
    语言学基本概念。Phatic Communion(交际性谈话)指的是语言的社会交际功能。例如,我们径常说一些诸如God bless you!等礼节性的寒暄之语。