28 words/minute

44 typing errors

We have learnt to expect that trains will be punctual. After years of conditioning, most of us have developed an unshakable faith in railway timetables. Ships may be delayed by storms; flights may be cancelled because of bad weather, but trains must be on time. Only an exceptionally heavy snowfall might temporarily dislocate railway services. It is all too easy to blame the railway authorities when something does go wrong. The truth is that when mistakes occur, they are more likely to be ours than theirs.
After consulting my railway timetable, I noted with satisfaction that there was an express train to Westhaven. It went direct from my local station and the journey lasted mere hour and seventeen minutes. When I boarded the train, I could not help noticing that a great many local people got on as well. At the time, this did not strike me as odd. I reflected that there must be a great many local people besides myself who wished to take advantage of this excellent service. Neither was I surprise when the train stopped at Widley, a tiny station a few miles along the line. Even a mighty express train can be held up by signals. But when the train dawdled at station after station, I began to wonder, It suddenly dawned on me that this express was not roaring down the line at ninety miles an hour, but barely chugging along at thirty. One hour and seventeen minutes passed and we had not even covered half the distance. I asked a passenger if this was the Westhaven Express, but he had not even heard of it. I determined to lodge a complaint as soon as we arrived. Two hours later, I was talking angrily to the station master at Westhaven. When he denied the train's existence, I borrowed his copy of the timetable. There was a note of triumph in my voice when I told him that it was there in black and white. Glancing at it briefly, he told me to look again. A tiny asterisk conducted me to a footnote at the bottom of the page. It said: 'This service has been suspended.'

听力速记:

1Q:犯了什么错?

2我们认为火车会准时,但是有时候造成晚点的错误往往是我们自己造成的。

3作者买了一张直达票,但是中途停车而且速度很慢。

4作者忽略了车票上写的:这个直达车已经取消。

translation:

我们习惯于相信火车总是准点的。经过多年的适应,大多数人对火车时刻表产生了一种不可动摇的信念。轮船可能因风暴而推延,飞机航班可能因恶劣天气而取消,唯有火车必然是准点的。只有非同寻常的大雪才可能暂时打乱铁路运行。因此,一旦铁路上真出了问题,人们便不加思索地责备铁路当局。事实上,差错很可能是我们自己,而不是铁路当局的。
    我查看了列车时刻表,满意地了解到有一趟去威斯特海温的快车。这是趟直达车,旅途总共才需1小时17分钟。上车后,我不禁注意到许多当地人也上了车。一开始,我并不感到奇怪,我想除我之外,想利用快车之便的也一定大有人在。火车开出几英里即在一个小站威德里停了下来。对此,我不觉得奇怪,因为即便是特别快车也可能被信号拦住。但是,当火车一站接着一站往前蠕动时,我便产生了怀疑。我突然感到这趟快车并没以时速90英里的速度呼啸前进,而是卟哧卟哧地向前爬行,时速仅30英里。1小时17分过去了,走了还不到一半路程。我问一位乘客,这是不是开往威斯特海温的那趟快车,他说从未听说过有这么一趟快车。我决定到目的地就给铁路部门提意见。两小时后,我气呼呼地同威斯特海温站站长说起此事。他说根本没有这趟车。于是我借他本人的列车时刻表,我带着一种胜利者的调子告诉他那趟车白纸黑字。明明白白印在时刻表上。他迅速地扫视了一眼,让我再看一遍。一个小小的星形符号把我的目光引到了那页底部一个说明上。上面写着:“此趟列车暂停运行。”

new word

express
n. 快车 EMS

dislocate
v. 打乱(计划等)

录音:

New Concept English three (37)的更多相关文章

  1. New Concept English three (35)

    27 55 The word justice is usually associated with courts of law. We might say that justice has been ...

  2. New Concept English there (1)Typing speed exercise

    Today,I start learn new concept english there,Mainly for listening practice and typing speed exercis ...

  3. New Concept English three (30)

    27W/m 32 words the death of ghost For years, villagers believed that Endley Farm was hunted. The far ...

  4. New Concept English three (27)

    35w/m 67 It has been said that everyone lives by selling something. In the light of this statement, ...

  5. New Concept English three (45)

    31w/m 65error In democratic countries any efforts to restrict the freedom of the press are rightly c ...

  6. New Concept English three (43)

    30 54 Insurance companies are normally willing to insure anything. Insuring public or private proper ...

  7. New Concept English three (38)

    26w/m 45 Future historians will be in a unique position when they come to record the history of our ...

  8. New Concept English three (32)

    26w/m 68 The salvage operation had been a complete failure. The small ship, Elkor, which had been se ...

  9. New Concept English three (51)

    22 76 Predicting the future is notoriously difficult. Who could have imagined, in the mid 1970s, for ...

随机推荐

  1. python3条件表达式和字符串

    1.布尔表达式 布尔表达式的值只有两个:真和假.在python中,真值为1,假值为0 2.逻辑操作符 三种逻辑操作:and.or.not 3.条件语句 if. if...else.if...elif. ...

  2. ES6简单入门

    let let命令用来声明块级作用域. 以前的JavaScript只有全局作用域和函数作用域, 没有块级作用域. // 示例1: if (1) { var a = "hello"; ...

  3. oradebug工具使用2(转载)

    oradebug的前身是在ORACLE 7时的ORADBX,它可以启动用停止跟踪任何会话,dump SGA和其它内存结构,唤醒ORACLE进程,如SMON.PMON进程,也可以通过进程号使进程挂起和恢 ...

  4. alter session set events

    .alter session set events 一.Oracle跟踪文件    Oracle跟踪文件分为三种类型,一种是后台报警日志文件,记录数据库在启动.关闭和运行期间后台进程的活动情况,如表空 ...

  5. Django基础——模板层(template) (Day67)

    阅读目录 变量 标签 自定义过滤器和标签 模板层(template) 你可能已经注意到我们在例子视图中返回文本的方式有点特别. 也就是说,HTML被直接硬编码在 Python代码之中. 1 2 3 4 ...

  6. php源码安装,并配置apache支持php

    一.php安装准备环境 yum install zlib libxml libjpeg freetype libpng gd curl libiconv zlib-devel libxml2-deve ...

  7. 在python中有多少种运算符?解释一下算术运算符

    在python中,我们有7种运算符:算术运算符.关系运算符.赋值运算符.逻辑运算符.位运算符.成员运算符.身份运算符 我们有7个算术运算符,能让我们对数值进行算术计算 1.加号(+),将两个值相加 2 ...

  8. bootstrap datatable 参考文档

    start:http://bootstrap-table.wenzhixin.net.cn/zh-cn/getting-started/ 扩展  http://issues.wenzhixin.net ...

  9. 在python中打开文件显示没有权限PermissionError: [Errno 13] Permission denied:

    不多说了,我犯了低级错误 ,文件路径搞错了

  10. PAT 天梯赛 L1-010. 比较大小 【水】

    题目链接 https://www.patest.cn/contests/gplt/L1-010 AC代码 #include <iostream> #include <cstdio&g ...