皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
Today cognitive theorists empirically study the impact of feelings on cognitive processes such as memory and judgment and also the reciprocal influence of cognition on emotion. However, evolutionary theorists view emotion as a powerful source of motivation—an internal communication that something must be done. For example, when people are threatened, they fed fear, which in turn leads them to deal with the threatening situation through either fight or flight. Emotions and drives may also operate in tandem to motivate action, as when excitement accompanies sexual arousal. From an evolutionary perspective, different emotions serve different functions. Fear facilitates flight in the face of danger; disgust prevents ingestion me potentially toxic substances such as rotting meat. An emotion that is less well understood is jealousy. Why do people become jealous in intimate sexual relationships? One series of studies tested evolutionary hypotheses about differences in the concerns men and women have about their partners' fidelity. Since females can have only a limited number of children during their lifetimes, to maximize their reproductive success they should be motivated to form. relationships with males who have resources and will contribute them to their offspring. Indeed, cross-cultural evidence demonstrates that one of the main mate selection criteria used by females around the world is male resources. From a female's point of view, then, infidelity accompanied by, emotional commitment to the other woman is a major threat to resources. A man unlikely to divert resources from his mate and her offspring to a casualling, but the risk increases dramatically if he becomes emotionally involved and perhaps considers switching long-term partners. Hence, a woman's jealousy would be expected to focus on her mate's emotional commitment to another female. For males, the situation is different. If a male commits himself to an exclusive relationship with a female, he must be certain that the offspring in whom he is investing are his own. Since he cannot be sure of paternity, the best he can do is to prevent his mate from copulating with any other males. In males, then, jealousy would be expected to focus less on the female's emotional commitment or resources and more on her tendency to give other males sexual access. Indeed, in species 'ranging from insects to humans, males take extreme measures to prevent other males from inseminating their mates. In humans, male sexual jealousy is the leading cause of homicides and of spouse battering cross-culturally. This passage discusses the______approach to human emotions.
A.
evolutionary
B.
cognitive
C.
psychological
D.
economic
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】设有定义int k=2, *ptr1=&k,* ptr2=&k;不能正确执行的赋值语句是( )。
A.
k=*ptr1+*ptr2;
B.
ptr2=k ;
C.
ptr1=ptr2;
D.
k=* ptr1*(* ptr2);
【单选题】培育和弘扬社会主义核心价值观必须立足于什么( )
A.
世界文明成果
B.
马克思主义
C.
普世价值
D.
中华优秀传统文化
【单选题】设有定义int *ptr, x, array[5]={5,4,3,2,1}; ptr=array; 则能使x的值为3的语句( )
A.
x=array[3];
B.
x=*(array+3);
C.
x=*(ptr+2)
D.
array+=2; x=*array;
【单选题】阅读下列程序,则执行后的结果为 #include'stdio.h' main() { int c[][4]={1,2,3,4,5,6,7,34,213,56,62,3,23,12,34,56}; printf('%x,%x/n',c[2][2],*(*(c+1)+1));}
A.
3e,6
B.
62,5
C.
56,5
D.
3E,6
【简答题】请阅读下面的程序 public class Test { public static void main(String[] args) { int x; int y; for (x = 1, y = 1; x <= 100; x++) { if (y>= 20) { ...
【简答题】请使用 NetBeans 打开考生文件夹下的项目 Java-3, 该项目中的源程序文件 Java-3.java 是不完整的,请在注释行“ //*******found****** ”下一行语句的下划线地方填写正确内容,然后删除下划线,请勿删除注释行或改动其他已有语句内容。存盘时不得改变原有文件的文件名及存放目录。 本题要求是:阅读 Java-3.java 程序,该程序是比较两个整数的大小,运行程序...
【单选题】设有定义int *ptr, x, array[5]={5,4,3,2,1}; ptr=array; 则能使x的值为3的语句( )
A.
x=array[3];
B.
x=*(array+3);
C.
array+=2; x=*array;
D.
x=*(ptr+2)
【单选题】设有定义int k=2, *ptr1=&k,* ptr2=&k;不能正确执行的赋值语句是:
A.
ptr1=ptr2;
B.
ptr2=k ;
C.
k=*ptr1+*ptr2;
D.
k=* ptr1*(* ptr2);
【简答题】设有定义: int (*ptr)();则ptr是指向( )的指针。
【简答题】请阅读以下代码片段:#import int main(int argc, const char * argv[]) { @autoreleasepool { NSArray *arr = @[@11,@12,@13,@14,@15]; NSNumber *first = [arr firstObject]; NSNumber *last = [arr...
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题