1.The Necessity of a Broad Education 全面教育的必要性
1.The Necessity of a Broad Education 全面教育的必要性
(1) According to a survey,which was based on the responses of over 188,000 students,today's traditional-age college freshman are "more materialistic[məˌtɪəriəˈlɪstɪk] and less altruistic"than at any time in the 17 years of the poll[pəʊl].
(2) Not surprising in these hard times,the student's major objective[əbˈdʒektɪv] "is to be financially well off.Less important than ever is developing a meaningful philosophy of life."It follows then that today the most popular course is not literature or history but accounting[əˈkaʊntɪŋ].
(3) Interest in teaching,social service and the "altruistic" fields is at a low.On the other hand,enrollment in business programs,engineering and computer science is way up.
(4) That's no surprise either,A friend of mine(a sales representative for a chemical company)was making twice the salary of her college instructors her first year on the job—even before she completed her two-year associate degree.
(5) while it's true that we all need a career,it is equally true that our civilization has accumulated an incredible[ɪnˈkredəbl] amount of knowledge in fields far removed from our own and that we are better for our understanding of these other contributions—be they scientific or artistic.It is equally true that,in studying the diverse wisdom of others,we learn how to think.More importantly,perhaps,education teaches us to see the connections between things,as well as to see beyond our immediate needs.
(6) Weekly we read of unions who went on strike for higher wages,only to drive their employer out of business.No company;no job.How shortsighted in the long run!
(7) But the most important argument for a broad education is that in studying the accumulated wisdom of the ages,we improve our moral sense.I saw a cartoon recently which shows a group of businessman looking puzzled as they sit around a conference table;one of them is talking on the intercom:"Miss Baxter,"he says,"could you please send in someone who can distinguish right from wrong ?"
(8) From the long-term point of view,that's what education really ought to be about.
1.The Necessity of a Broad Education 全面教育的必要性的更多相关文章
- CET4词汇
abandon vt.丢弃:放弃,抛弃 ability n.能力:能耐,本领 abnormal a.不正常的:变态的 aboard ad.在船(车)上:上船 abroad ad.(在)国外:到处 ab ...
- 思维导图MindManager的文件格式与例图
思维导图软件很多,能够画出思维导图的软件更多.作为流传较广而又比较成熟的思维导图软件,MindManager有专门的文件格式.如果读者想多借鉴导图,就应该了解MindManager的文件格式. Min ...
- iOS常用的封装方法
做开发也有一段时间了,看了好多大神的代码,总体感觉他们写的代码简洁,好看,然而在对比下我写的代码,混乱,无序,简直不堪入目啊! 总体来说大神们的代码封装的都比较好,对一个项目要重复用到的代码他们都会封 ...
- Win10系统盘制作及安装流程
一.下载最新版的 Win10 镜像 1.打开 MSDN 下载 Windows 系统镜像,即 https://msdn.itellyou.cn/ 2.下载的 iso 镜像文件 3.你可以通过双击 ...
- 英语口语练习系列-C31-图书-谈论事物-白雪歌送武判官归京
book your favorite book a story in your childhood a character in film or TV 词汇 含义 备注 trend 趋势 indivi ...
- [AX]AX2012 R2 HR Jobs, Positions, Department和Workers
部门.作业(Job的官方翻译)和位置(Position的官方翻译)是AX人力资源管理的基本组织元素,Job和Position在AX有的地方又称作工作和职位,其实这个翻译更为恰当. Job定义的是一个工 ...
- 组件化表单解决方案AForm 1.3 发布
v1.3 更新日志 输入控件的实现改为实例化模式,同类型多个输入控件在同一个表单不会冲突 输入控件实现了继承 可以使用AForm.create创建表单,和使用new AForm创建实例的参数和结果一样 ...
- Nodejs 如何制作命令行工具
# 全局安装,安装报错是需要前面加上sudo $ sudo npm install -g xxxb # 输出帮助 $ xxxb -h Usage: xxxb 这里是我私人玩耍的命令哦![options ...
- win10 激活方法 (各版本)
很多人都在找Win10专业版永久密钥,其实win10激活码不管版本新旧都是通用的,也就是说一个win10专业版key,可以同时激活windows10专业版1809.1803.1709.1703.160 ...
随机推荐
- TZOJ 2546 Electricity(去掉割点后形成的最大连通图数)
描述 Blackouts and Dark Nights (also known as ACM++) is a company that provides electricity. The compa ...
- 39-java中Arrays.sort 和 collections.sort()总结
总结一下java 中的两种排序工具: Arrays.sort() : 主要针对 数组类型排序,如果数组里面的元素是对象,要按对象属性排序的话,需要重写 Comparator() 函数,重写里面的 i ...
- 27-java String 之间比较的幺蛾子
仔细看啊, 他有双引号啊!!!!
- eclipse 安装python后pydev不出现
一.环境 windows 7 64bit eclipse 4.5.2 pydev jdk7u55 二.安装步骤 1. 安装JDK eclipse依赖于java环境,所以需要安装java运行环境JRE. ...
- js计算日期增加
<div class="time"> <i class="visa_icon prev"></i><span id=& ...
- Vue 快速原型开发
快速原型开发 注意: 是:serve 而不是 server 通过使用 vue serve 和 vue build 命令对单个 *.vue 文件进行快速原型开发,不过这需要先额外安装一个全局的扩展 go ...
- python 数据类型 之 字符串 拼接 方法 以及效率问题
在任何编程语言中,字符串的操作应该是最频繁的操作之一.在python中字符串的操作主要有以下几种方式.以及对效率的分析 字符串的拼接:字符串的拼接双方只能是字符串. 方法一: website = 'p ...
- Jmeter常用脚本开发之JDBC请求
简单说明:JDBC请求就是使用Jmeter连接数据库,执行sql语句,并返回对应的响应结果 步骤: 1.引入使用的数据库的驱动jar包,使用不同的数据库,我们需要引入不同的jar包.本文使用的MySQ ...
- C# 解决SharpSvn启动窗口报错 Unable to connect to a repository at URL 'svn://....'
在远程机打开sharpsvn客户端测试,结果报错 Svn启动窗口报错 Unable to connect to a repository at URL 'svn://...' 咋整,我在win10我的 ...
- hdu 5491(2015合肥网赛)The Next
题目;http://acm.hdu.edu.cn/showproblem.php?pid=5491 题意就是,T组测试数据.然后L,S1,S2.L的二进制中有x个1,x满足 S1<=x< ...