题目内容

Elites are strange creatures. Every society has one—at least one—that members and nonmembers alike are intensely aware of. But only rarely is an elite a formal entity, with stated membership criteria and a list of who belongs. Studying elites is thus an inexact science. Still,the direction in which the American elite is changing right now seems quite clear. We are somewhere in the course of the greatest capitalist boom in our history. One result is that capitalists will make up our country’s next elite. The credential you will have to present to enter that virtual room in which candidates for office are chosen, educational institutions run, foreign alliances forged and social arrangements set will not be family background or educational achievement. It will be having started a successful business and made a lot of money at it. You can already feel this happening, with the force of a riptide. The self-made American rich are as celebrated, as respected, even as loved as they have ever been in our history and maybe the history of any other country. They smile at us from magazine covers and give us their opinions on television. Their charitable foundations, growing enormously, are taking government’s place as the national laboratory for public projects and social innovation. Never mind the Microsoft antitrust suit. The literally murderous personal rage against rich people that was so much a feature of American life at the outset of the 20th century is today almost nowhere to be found. The American elite 25 years from now won’t charge an admission price exactly; still, business success will be its way of assuring itself that an applicant has what it takes to become a member. Those who haven’t hit it big as business titans will somehow seem to have talents that are merely peripheral. The qualities that the elite respects will be a kind of aggressive and even ruthless energy and imagination. Superpromising young people will set themselves on a course to become David Geffen, not Dean Acheson. When this happens, it will bring us full circle. A century ago, this country had a capitalist elite personified by such businessmen as J. P. Morgan, John D. Rockefeller and Andrew Carnegie. Then we spent the whole 20th century trying to replace it with other kinds of elites—two of them, to be specific. Now we’re headed right back where we started. During the first half of the century, the American elite was a distinct, quasi-hereditary group whose members were all men, all white and almost all Protestant. They lived mainly along the Eastern Seaboard. They had gone to Ivy League colleges, and often, before that, to boarding schools in New England. Today the President is a lower-middle-class Southern Baptist from Arkansas, the Secretary of State is a Czech immigrant, and the CEO of TIME’s parent company is Jewish, but all three went to highly selective private colleges in the East. The change goes beyond mere anecdote. The overall tenor of elite institutions such as law firms, investment banks and university faculties has changed, becoming distinctly brainier, less social, more diverse in background. What will cause this elite to fade in the next two or three decades is that the rest of the country doesn’t seem to accept these people as our "natural aristocracy," to use a phrase of Thomas Jefferson’s much loved by Conant. Their generally liberal politics don’t set the tone for the country. They are the object of populist resentment more than of admiration; they’re the "cultural elite" that politicians like to use as a foil. Oddly enough, the members of the old Wasp elite, though their high positions weren’t as hard-earned, didn’t get the country nearly as steamed up as the current elite has. It will be wildly ironic if the end result of the attempt to replace the Wasp elite with a new one of philosopher-kings is, instead, a return of the plutocracy that was upended by the Wasps a century ago. Many of the best-known Wasp grandees (like Averell Harriman) spent their life trying to undo what their plutocrat fathers had done. The creators of the succeeding admissions-test elite wanted to take decision-making power about who got to the top away from the marketplace and give it to the schools. If the country has decided it would be neat to be led by its billionaires, that would represent the failure of two elaborate, well-intentioned and long-running efforts, together taking up almost 100 years, to oust them and create an alternative elite. The lesson is that we’ve gone about the project of creating an American elite in the wrong order. The first step should be to generate a real national agreement about what form we want the country to take. After we’ve settled that, we should pick an elite that has the inclination and the ability to do what we want done. Generate an elite first—without a definite project for it to accomplish—and you will wind up with a class of leaders without followers. Which of the following statements is TRUE of American elites

A. They lived in harmony with common Americans.
B. They show zeal for and invest in public undertakings.
C. They will pay attention to people’s comprehensive qualities.
D. They are proud for what they had done to common Americans.

查看答案
更多问题

In Professor Norman’s last tip,he suggests all the following EXCEPT that

A. teens should predict their parents’ possible reaction.
B. teens should do a risk assessment with their parents.
C. teens should be prepared for any possible consequences.
D. teens should arrange some back up support in advance.

请编制程序PROG1.ASM,其功能是:计算10×3矩阵中每一行元素(八位二进制数)之和,并将其存放在指定的内存区中。 例如: 内存中有0,0,0,(第1行),1,1,1,(第2行),……,9,9,9(第10行) 结果为0000H,0003H,…,001BH 部分程序已经给出,其中原始数据由过程LOAD从文件INPUT1.DAT中读入SOURCE开始的内存元中,转换结果要求从RESULT开始存放,由过程SAVE保存到文件OUTPUT1.DAT中。填空BEGIN和END之间已经给出的一段源程序使其完整,填空处已经用横线标出,每个空白一般只需要填一条指令或指令的一部分(指令助记符或操作数),考生也可以填入功能相当的多条指令,或删去BEGIN和END之间原有的代码并自行编程来完成要求的功能。 对程序必须进行汇编,并与IO.OBJ链接产生PROG1.EXE执行文件,最终运行程序产生结果 (无结果或结果不正确者均不得分)。 PROG1.ASM文件内容如下: EXTRN LOAD: FAR, SAVE: FAR N EQU 30 DSEG SEGMENT SOURCE DB N DUP( ) RESULT DW N/3 DUP(0) I EQU 10 J EQU 3 NAME0 DB ’INPUT1. DAT’ ,0 NAME1 DB ’OUTPUT1. DAT’ ,0 DSEG ENDS SSEG SEGMENT STACK DB 256 DUP() SSEG ENDS CSEG SEGMENT ASSUME CS: CSEG, SS: SSEG, DS: DSEG START PROC FAR PUSH DS XOR AX, AX PUSH AX MOV AX, DSEG MOV DS, AX MOV ES, AX LEA DX, SOURCE LEA SI, NAMEO MOV CX, N CALL LOAD ; * * * BEGIN * * * LEA SI, SOURCE LEA DI, RESULT MOV BX, 1 LPI: MOV DX,O MOV CX, 1 LPJ: MOV AL, [SI] _____ ADD DX, AX INC _____ INC CX CMP CX,_____ JBE LPJ MOV [DI],_____ ADD DI,_____ INC BX CMP BX, I JBE LPI ; * * * END * * * LEA DX, RESULT LEA SI, NAME1 MOV CX, N/3 CALL SAVE RET START ENDP CSEG ENDS END START

当脑瘫患儿身体屈肌张力增高时,根据 Bobath方法可采用

A. 头部屈曲位
B. 头部正立位
C. 头部过伸位
D. 身体屈曲位
E. 以上都不对

给定程序MOD11.C中函数fun()的功能是:用递归算法计算斐波拉契数列中第n项的值。从第1项起,斐波拉契数列为1、1、2、3、5、8、13、21……例如,若给n输入7,该项的斐波拉契数值为13。 #include<stdio.h> long fun(int g) /**********found**********/ switch(g); case 0:return 0; /**********found**********/ case 1;case 2;return 1; retum(fun(g-1)+fun(g-2)); main() long fib;int n; printf("Input n:");scanf("%d",&n);printf("n=%d\n",n); fib=fun(n); printf("fib=%dn\n\n,fib);

答案查题题库