Text2With the extension of democratic rights in the first half of the nineteenth century and the ensuing decline of the Federalist establishment, a new conception of education began to emerge.Education was no longer a confirmation of a preexisting status

题目

Text2With the extension of democratic rights in the first half of the nineteenth century and the ensuing decline of the Federalist establishment, a new conception of education began to emerge.Education was no longer a confirmation of a preexisting status, but an instrument in the acquisition of higher status.For a new generation of upwardly mobile students, the goal of education was not to prepare them to live comfortably in the world into which they had been born, but to teach them new virtues and skills that would propel them into a different and better world.Education became training; and the student was no longer the gentlemaninwaiting, but the journeyman apprentice for upward mobility.

In the nineteenth century a college education began to be seen as a way to get ahead in the world.The founding of the landgrant colleges opened the doors of higher education to poor but aspiring boys from nonAngloSaxon, workingclass and lowermiddleclass backgrounds.The myth of the poor boy who worked his way through college to success drew millions of poor boys to the new campuses.And with this shift, education became more vocational: its object was the acquisition of practical skills and useful information.

For the gentlemaninwaiting, virtue consisted above all in grace and style, in doing well what was appropriate to his position; education was merely a way of acquiring polish.And vice was manifested in gracelessness, awkwardness, in behaving inappropriately, discourteously, or ostentatiously.For the apprentice, however, virtue was evidenced in success through hard work.The requisite qualities of character were not grace or style, but drive, determination, and a sharp eye for opportunity.While casual liberality and even prodigality characterized the gentleman, frugality, thrift, and selfcontrol came to distinguish the new apprentice.And while the gentleman did not aspire to a higher station because his station was already high, the apprentice was continually becoming, striving, struggling upward.Failure for the apprentice meant standing still, not rising.

第26题:Which of the following is true according to the first paragraph?

[A] Democratic ideas started with education.

[B] Federalists were opposed to education.

[C] New education helped confirm people’s social status.

[D] Old education had been in tune with hierarchical society.


相似考题
更多“Text2With the extension of democratic rights in the first half of the nineteenth century a ”相关问题
  • 第1题:

    The Daily Telegraph and Sunday Telegraph support the () Party.

    A.Labor

    B.Radical

    C.Conservative

    D.Democratic


    正确答案: C

  • 第2题:

    What are the differences between full-duplex Ethernet and half-duplex Ethernet?()

    A. Half-duplex Ethernet operates in a shared collision domain.

    B. Full-duplex Ethernet has a lower effective throughput.

    C. Half-duplex Ethernet operates in a private collision domain.

    D. Full-duplex Ethernet allows two-way communication.

    E. Half-duplex Ethernet operates in a private broadcast domain.


    参考答案:A, D

  • 第3题:

    在PHP的各种扩展中,操作MySQL数据库的PDO扩展的文件名是()。

    A.extension=php_pdo_oci.dll

    B.extension=php_pdo_mysql.dll

    C.extension=php_pdo_odbc.dll

    D.extension=php_pdo_pgsql.dll


    MySQL;PDO;MySQLi

  • 第4题:

    b)

    main()

    {

    union{ /*定义一个联合*/

    int i;

    struct{ /*在联合中定义一个结构*/

    char first;

    char second;

    }half;

    }number;

    number.i=0x4241; /*联合成员赋值*/

    printf("%c%c\n", number.half.first,

    mumber.half.second);

    number.half.first='a'; /*联合中结构成员赋值

    */

    number.half.second='b';

    printf("%x\n", number.i);

    getch();

    }


    正确答案:

     

    AB (0x41 对应'A',是低位;Ox42 对应'B',
    是高位)6261 (number.i 和number.half 共用一块地址空
    间)

  • 第5题:

    In__century,computers will be used more widely.

    A.twenty-one
    B.the twenty-one
    C.twenty-first
    D.the twenty-first

    答案:D
    解析:
    表示多少世纪用序数词,序数词前需加the。

  • 第6题:

    5、为了使用PDO访问MySQL数据库,下列选项中必须要执行的步骤是()

    A.设置extension_dir指定扩展函数库路径

    B.启用extension=php_pdo.dll,启用extension=php_pdo_mysql.dll

    C.启用extension=php_pdo_odbc.dll

    D.以上都不正确


    启用extension=php_pdo_odbc.dll