听力口语是一起的,其中,受中国英语发音的影响,我们的听力识别度会很差,歪果仁发的地道英语,极有可能我们听不懂。这涉及到:自然拼读法的训练,还有纠音练习。当然,听简单的美剧的音频,然后练习是最好的。

新概念英语的音频在喜马拉雅搜索可得。建议每次把一篇课文听三次。

第一次盲听,自己在白纸做笔记

第二次一句一句细听,听完写出自己的意思,然后对比课文。

第三次重听,看是否听懂。

第四次回顾(在12小时以后,重新听一次)

--------------------------------------------------------------------------------------------------------------------

$课文7 为时太晚

66. The plane was late and detectives were waiting at the airport all morning.

飞机误点了,侦探们在机场等了整整一上午。

67. They were expecting a valuable parcel of diamonds from South Africa.

他们正期待从南非来的一个装着钻石的贵重包裹。

68. A few hours earlier, someone had told the police that thieves would try to steal the diamonds.

数小时以前,有人向警方报告,说有人企图偷走这些钻石。

69. When the plane arrived, some of the detectives were waiting inside the main building while others were waiting on the airfield.

当飞机到达时,一些侦探等候在主楼内,另一些侦探则守候在停机坪上。

70. Two men took the parcel off the plane and carried it into the Customs House.

有两个人把包裹拿下飞机,进了海关。

71. While two detectives were keeping guard at the door, two others opened the parcel.

这时两个侦探把住门口,另外两个侦探打开了包裹。

72. To their surprise, the precious parcel was full of stones and sand!

令他们吃惊的是,那珍贵的包裹里面装的全是石头和沙子!

$课文8 最好的和最差的

73. Joe Sanders has the most beautiful garden in our town.

乔.桑德斯拥有我们镇上最漂亮的花园。

74. Nearly everybody enters for 'The Nicest Garden Competition' each year,

几乎每个人都参加每年举办的“最佳花园竞赛”,

75. but Joe wins every time.

而每次都是乔获胜。

76. Bill Frith's garden is larger than Joe's.

比尔.弗里斯的花园比乔的花园大,

77. Bill works harder than Joe and grows more flowers and vegetables,

他比乔也更为勤奋,种植的花卉和蔬菜也更多,

78. but Joe's garden is more interesting.

但乔的花园更富有情趣。

79. He has made neat paths and has built a wooden bridge over a pool.

他修筑了一条条整洁的小路,并在一个池塘上架了一座小木桥。

80. I like gardens too, but I do not like hard work.

我也喜欢花园,但我却不愿意辛勤劳动。

81. Every year I enter for the garden competition too,

每年的花园竞赛我也参加,

82. and I always win a little prize for the worst garden in the town!

但总因是镇上最劣的花园而获得一个小奖!

garden

New Concept English Two 4的更多相关文章

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

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

  2. New Concept English Two 7

    $课文14 你会讲英语吗? 133. I had an amusing experience last year. 去年我有过一次有趣的经历. 134. After I had left a smal ...

  3. New Concept English Two 24 64

    $课文62  大火之后 650. Firemen had been fighting the forest for nearly three weeks before they could get i ...

  4. New Concept English Two 15 37

    listening speaking reading writing and translating $课文35  捉贼! 355. Roy Trenton used to drive a taxi. ...

  5. New Concept English Two 10 25

    $课文23 新居 219. I had a letter from my sister yesterday. 昨天我收到了姐姐的一封信, 220. She lives in Nigeria. 她住在尼 ...

  6. New Concept English three (24)

    33 72 We often read in novels how a seemingly respectable person or family has some terrible secret ...

  7. New Concept English three(20)

    26w/m 36 In 1908 Lord Northcliffe offered a prize of £1000 to the first man who would fly across the ...

  8. New Concept English three (35)

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

  9. New Concept English 1-10

    Lesson 10 The loss of Titanic The great ship, Titanic, sailed for New York from Southampton on April ...

  10. New Concept English Two 8 19

    pls  practice every day $课文17 青春常驻 161. My aunt Jennifer is an actress. 我的姑姑詹妮弗是位演员, 162. She must b ...

随机推荐

  1. (1.5)DML增强功能-try catch及事务控制

    一.事务控制与Try Catch结合 当 SET XACT_ABORT 为 ON 时,如果执行 Transact-SQL 语句产生运行时错误,则整个事务将终止并回滚. 当 SET XACT_ABORT ...

  2. 给所有开发者的React Native详细入门指南

    建议先下载好资料后,再阅读本文.demo代码和资料下载 目录 一.前言 二.回答一些问题 1.为什么写此教程 2.本文适合哪些人看 3.如何使用本教程 4.需要先学习JavaScript.HTML.C ...

  3. [py]函数小结

    函数作用域(函数前向引用) --> 嵌套(递归是一种个特殊的嵌套) --> 递归(回归,递归是一种特殊的迭代) --> 迭代 --> 生成器 --> 匿名函数 递归 一种 ...

  4. Incorrect datetime value

    今天在开发库上给一个表添加字段时候,发现居然报错: root@DB 06:14:42>ALTER TABLE `DB`.` user` ADD COLUMN `status_mode` TINY ...

  5. PAT 1062 Talent and Virtue[难]

    1062 Talent and Virtue (25 分) About 900 years ago, a Chinese philosopher Sima Guang wrote a history ...

  6. 常用linux shell脚本记录

    遍历目录下所有的文件是目录还是文件 for file in ./* do if test -f $file then echo $file 是文件 fi if test -d $file then e ...

  7. C语言——stdio.h

        int fgetc(FILE * stream); get character from stream 返回流中的一个字符,并以int的类型返回,如果碰到文件的结尾,或者一个错误发生,函数返回 ...

  8. 禁止复制操作 --《C++必知必会》条款32

    class NoCopy{ private: //声明为私有的,则外部不可访问,即:不可复制 NoCopy(const NoCopy & );//复制构造函数 NoCopy & ope ...

  9. 运行javac 报告javac不是内部或外部命令,但是运行java、java-version正常

    以前装jdk 从来没遇到过今天这种情况,各种解决办法试了一下午,终于出来了,说一下解决的办法: JAVA_HOME .classpath 都在系统变量中建立好: java_home 添加jdk的安装目 ...

  10. JavaScript的基础语法

    对于Javascript的而言没有数据类型的全部都是通过var来定义创建的.比如: <!DOCTYPE html> <html> <head> <meta c ...