题目内容

Why people work? Undoubtedly you have periodically asked yourself the same question, perhaps focused on why you have to work. "Self interest" in its broadest sense, including the interests of family and friends, is a basic motivation for work in all societies. But self-interest can involve more than providing for subsistence or accumulating wealth. For instance, among the Maori, a Polynesian people of the South Pacifica desire for approval, a sense of duty, a wish to conform. to custom and tradition, a feeling of emulation (竞争), and a pleasure in craftsmanship are additional reasons for working. Even within the United States, we cannot understand work as simply a response to economic necessity. Studies show that the vast majority of Americans would continue to work even if they inherited enough money to live comfort- ably.
When people work, they gain a contributing place in society. The fact that what they receive pay for their work indicates that what they do is needed by other people and that what they are a necessary part of the social fabric. Work is also a major social mechanism for placing people in the larger social structure and for providing them with identities. In the United States, it is a blunt and ruthlessly public fact that to do nothing is to be nothing and to do little is to be little. Work is commonly seen as the measure of an individual.
Sociologist Melvin L. Kohn and his associates have shown some of the ways work affects our lives. Generally, people who engage in self-directed work come to value self-direction more highly, to be more open to new ideas and to be less authoritarian in their relationships with others. Moreover, they develop self-conceptions consistent with these values, and as parents they pass these characteristics on to their children. Our work, then, is an important socializing experience that influences who and what we are.
Traditionally, work for "self interest" would be interpreted to mean work for______.

A. selfish reasons
B. a feeling of satisfaction
C. earning a living
D. a contributing place in society

查看答案
更多问题

下面程序段的输出结果为 public class Test { int a, b; Test() { a=100; b=200; } Test(int x,int y) { a=x; b=y; } public static void main(String args[]) { Test Obj1=new Test(12,45); System.out.println("a=+Obj1.a+" b="+Obj1.B) ; Test Obj2=new Test(); System.out.println("="+Obja+" b="+ObjB) ; } }

A. a=100 b=200 a=12 b=45
B. a=12 b=45 a=100 b=200
C. a=12 b=200 a=100 b=45
D. a=100 b=45 a=12 b=200

记账人员与经济业务或事项的审批人员、经办人员、财产保管人员的职责权限应当明确,并相互分离、相互制约。()

A. 正确
B. 错误

设有如下3个关系表:
下列操作中正确的是()。

A. T=R∩S
B. T=R∪S
C. T=R×S
D. T=R/S

设有关系R=(A,B,C),与SQL语句SELECT DISTINCT A FROM R WHERE B =17等价的关系代数表达式是()。

A. ЛA(R)
B. σB=17(R)
C. ЛA(σB=17(R))
D. σB=17(ЛA(R))

答案查题题库