Text 4Americans today don’t place a very high value on intellect. Our heroes are athletes, entertainers, and entrepreneurs, not scholars. Even our schools are where we send our children to get a practical education —— not to pursue knowledge for the sake of knowledge. Symptoms of pervasive anti-intellectualism in our schools aren’t difficult to find.“Schools have always been in a society where practical is more important than intellectual,” says education writer Diane Ravitch. “Schools could be a counterbalance.” Razitch’s latest bock, Left Back: A Century of Failed School Reforms, traces the roots of anti-intellectualism in our schools, concluding they are anything but a counterbalance to the American distaste for intellectual pursuits.But they could and should be. Encouraging kids to reject the life of the mind leaves them vulnerable to exploitation and control. Without the ability to think critically, to defend their ideas and understand the ideas of others, they cannot fully participate in our democracy. Continuing along this path, says writer Earl Shorris, “We will become a second-rate country. We will have a less civil society.”“Intellect is resented as a form. of power or privilege,” writes historian and professor Richard Hofstadter in Anti-Intellectualism in American life, a Pulitzer Prize winning book on the roots of anti-intellectualism in US politics, religion, and education. From the beginning of our history, says Hofstadter, our democratic and populist urges have driven us to reject anything that smells of elitism. Practicality, common sense, and native intelligence have been considered more noble qualities than anything you could learn from a book.Ralph Waldo Emerson and other Transcendentalist philosophers thought schooling and rigorous book learning put unnatural restraints on children:“We are shut up in schools and college recitation rooms for 10 or 15 years and come out at last with a bellyful of words and do not know a thing.”Mark Twain’s Huckleberry Finn exemplified American anti-intellectualism. Its hero avoids being civilized —— going to school and learning to read —— so he can preserve his innate goodness.Intellect, according to Hofstadter, is different from native intelligence, a quality we reluctantly admire. Intellect is the critical, creative, and contemplative side of the mind. Intelligence seeks to grasp, manipulate, re-order, and adjust, while intellect examines, ponders, wonders, theorizes, criticizes and imagines.School remains a place where intellect is mistrusted. Hofstadter says our country’s educational system is in the grips of people who “joyfully and militantly proclaim their hostility to intellect and their eagerness to identify with children who show the least intellectual promise.”第56题:What do American parents expect their children to acquire in school?A The habit of thinking independently.B Profound knowledge of the world.C Practical abilities for future career.D The confidence in intellectual pursuits.

Text 4Americans today don’t place a very high value on intellect. Our heroes are athletes, entertainers, and entrepreneurs, not scholars. Even our schools are where we send our children to get a practical education —— not to pursue knowledge for the sake of knowledge. Symptoms of pervasive anti-intellectualism in our schools aren’t difficult to find.

“Schools have always been in a society where practical is more important than intellectual,” says education writer Diane Ravitch. “Schools could be a counterbalance.” Razitch’s latest bock, Left Back: A Century of Failed School Reforms, traces the roots of anti-intellectualism in our schools, concluding they are anything but a counterbalance to the American distaste for intellectual pursuits.

But they could and should be. Encouraging kids to reject the life of the mind leaves them vulnerable to exploitation and control. Without the ability to think critically, to defend their ideas and understand the ideas of others, they cannot fully participate in our democracy. Continuing along this path, says writer Earl Shorris, “We will become a second-rate country. We will have a less civil society.”

“Intellect is resented as a form. of power or privilege,” writes historian and professor Richard Hofstadter in Anti-Intellectualism in American life, a Pulitzer Prize winning book on the roots of anti-intellectualism in US politics, religion, and education. From the beginning of our history, says Hofstadter, our democratic and populist urges have driven us to reject anything that smells of elitism. Practicality, common sense, and native intelligence have been considered more noble qualities than anything you could learn from a book.

Ralph Waldo Emerson and other Transcendentalist philosophers thought schooling and rigorous book learning put unnatural restraints on children:“We are shut up in schools and college recitation rooms for 10 or 15 years and come out at last with a bellyful of words and do not know a thing.”Mark Twain’s Huckleberry Finn exemplified American anti-intellectualism. Its hero avoids being civilized —— going to school and learning to read —— so he can preserve his innate goodness.

Intellect, according to Hofstadter, is different from native intelligence, a quality we reluctantly admire. Intellect is the critical, creative, and contemplative side of the mind. Intelligence seeks to grasp, manipulate, re-order, and adjust, while intellect examines, ponders, wonders, theorizes, criticizes and imagines.

School remains a place where intellect is mistrusted. Hofstadter says our country’s educational system is in the grips of people who “joyfully and militantly proclaim their hostility to intellect and their eagerness to identify with children who show the least intellectual promise.”

第56题:What do American parents expect their children to acquire in school?

A The habit of thinking independently.

B Profound knowledge of the world.

C Practical abilities for future career.

D The confidence in intellectual pursuits.


相关考题:

在窗体中有两个文本框分别为 text1 和 text2 ,一个命令按钮 command1, 编写如下两个事件过程:Private sub command1_click()A=text1.value+text2.valueMsgbox aEnd subPrivate sub form_load()Text1.value= ””Text2.value= ””End sub程序运行时,在文本框 text1 中 78 ,在文本框 text2 中输入 87 ,单击命令按钮,消息框中输出的结果为____ 11 ___

Don’t put off today’s work for tomorrow. I mean, today’s work _____ today.A. may do B. must do C. may be done D. must be done

VDSL中的V代表()。A.Variable-lengthB.Video-on-demandC.Very-high-bit-rateD.V-sign

在一个表单中,如果一个命令按钮Com1的方法程序中要引用文本框Text1中的Value属性值,下列中的______是正确的。A.ThisForm.Text1.ValueB.This.Text1.ValueC.Com1.Text1.ValueD.This.Parent.Value

AWebservicereturnsalistofsystemusersinthefollowingformat.Youneedtopopulateadrop-downmenuwiththeIDsandnamesoftheusersfromtheWebservice,intheorderprovidedbytheservice.Whichcodesegmentshouldyouuse?() A.$.ajax({type:GET,url:serviceURL,success:function(xml){$.each($(xml),function(i,item){$().attr(value,id).text(tx).appendTo(#dropdown);});}});B.$.ajax({type:GET,url:serviceURL,success:function(xml){$(xml).find(user).each(function(){varid=$(this).id;vartx=$(this).name.text$().attr(value,id).text(tx).appendTo(#dropdown);});}});C.$.ajax({type:GET,url:serviceURL,success:function(xml){$(xml).find(user).each(function(){varid=$(this).attr(id);vartx=$(this).find(name).text();$().attr(value,id).text(tx).appendTo(#dropdown);});}});D.$.ajax({type:GET,url:serviceURL,success:function(xml){xml.find(user).each(function(node){varid=$(node).attr(id);vartx=$(node).find(name).text();$().attr(value,id).text(tx).appendTo(#dropdown);});}});

在引用对象时,下面哪种格式是正确的( )。 (A) Text1.value=中国(B) Thisform.Text1.value=中国(C) Text.value=中国(D) Thisform.Text.value=中国

I think£7 a drink is a bit steep,don't you?A: tightB: lowC: cheapD: high

I think $7 a drink is a bit steep,don't you?A:tightB:lowC:cheapD:high

在JQuery中,读取节点的value属性值的是()。A.html()B.val()C.text()D.value()

4、在JQuery中,读取节点的value属性值的是()。A.html()B.val()C.text()D.value()