新概念英语(1-131)Don't be so sure
Lesson 131
Don't be so sure!
别那么肯定!
Listen to the tape then answer this question. What's the problem about deciding on a holiday?
听录音,然后回答问题。决定如何度假有什么为难的地方?
MARTIN: Where are you going to spend your holidays this year, Gary?
GARY: We may go abroad.
I'm not sure.
My wife wants go to Egypt.
I'd like to there, too.
We can't make up our minds.
MARTIN: Will you travel by sea or air?
GARY: We may travel by sea.
MARTIN: It's cheaper, isn't it?
GARY: It may be cheaper.
but it takes a long time.
MARTIN: I'm sure you'll enjoy yourselves.
GART: Don't be so sure.
We might not go anywhere.
My wife always worries too much.
Who's going to look after the dog?
Who's going to look after the house?
Who's going to look after the garden?
We have this problem every year.
In the end, we stay at home and look after everything!
New Word and expressions 生词和短语
Egypt
n. 埃及
abroad
adv. 国外
worry
v. 担忧
参考译文
马丁:加里,今年你们打算去哪里度假?
加里:我们可能到国外去,但我不敢肯定。
我妻子想到埃及去,我也想去那儿。
我们还拿不定主意。
马丁:你们乘船去,还是乘飞机去?
加里:我们可能乘船去。
马丁:这更便宜些,是吗?
加里:可能是便宜些,但花的时间长。
马丁:我肯定你们一定会玩得很痛快。
加里:别那么肯定。我们可能哪里也去不成。
我妻子总是担心那的。谁来照看狗啦,
谁来看管房子啦,谁来照料花园啦,
我们每年都碰到这类问题。末了,
我们呆在家里来照看一切。
新概念英语(1-131)Don't be so sure的更多相关文章
- 新概念英语(1-31)Where's Sally?
新概念英语(1-31)Where's Sally? Is the cat climbing the tree ? A:Where is Sally, Jack ? B:She is in the ga ...
- [新概念英语II 笔记] Lesson 3: Please Send Me a Card
发现身边很多程序员都能看懂英文技术文章的60%-80%内容,但大家都有一个毛病,就是不会说,不会写作,在逛英文技术社区的时候,想发表点什么评论,总担心自己写的话有错误.究其原因, 我觉得主要原因是因为 ...
- 新概念英语(1-47)A cup of coffee
新概念英语(1-47)A cup of coffee How does Ann like her coffee? A:Do you like coffee, Ann? B:Yes, I do. A:D ...
- 新概念英语(1-45)The boss's letter
新概念英语(1-45)The boss's letter Why can't Pamela type the letter? A:Can you come here a minute, please, ...
- 新概念英语(1-43)Hurry up!
新概念英语(1-43)Hurry up! How do you know Sam doesn't make the tea very often? A:Can you make the tea, Sa ...
- 新概念英语(1-41)Penny's bag
新概念英语(1-41)Penny's bag Who is the tin of tobacco for? A:Is that bag heavy, Penny? B:Not very. A:Here ...
- 新概念英语(1-39)Don't drop it!
新概念英语(1-39)Don't drop it! Where does Sam put the vase in the end ? A:What are you going to do with t ...
- 新概念英语(1-35)Our village
新概念英语(1-35)Our village Are the children coming out of the park or going into it ? This is a photogra ...
- 新概念英语(1-32)A fine day
新概念英语(1-33)A fine day Where is the Jones family? It is a fine day today. There are some clouds in th ...
- 新概念英语(1-19)Tired and thirsty
新概念英语(1-19)Tired and thirsty Why do the children thank their mother? A:What's the matter, children? ...
随机推荐
- About Windows 10 SDK Preview Build 17110
在 Windows Developer Day 活动同时,微软正式 Release 了 Windows 10 SDK Preview Build 17110. Windows 10 SDK Previ ...
- templet模式
package template;import java.sql.Connection;import java.sql.ResultSet;/** * Created by marcopan on 1 ...
- 百度和谷歌的逆地址解析及GPS、谷歌地图和百度地图坐标之间的转换(python版)
#!/usr/bin/env python # coding:utf-8 # @author: KaiVen """ GPS坐标转换: WGS-84:是国际标准,GPS坐 ...
- ps智能对象
- The based of tuning
调优目的: 1. 提高资源利用率 2. 找出性能瓶颈并缓解 3. 通过性能管理实现合理的资源分配,提升硬件性价比 调优分层及效率问题: 业务级调优 eg:1)网站使用的Apache—>业 ...
- JS中原始值和引用值的储存方式
在ECMAscript中,变量可以存放两种类型的值,即原始值和引用值 原始值指的是代表原始数据类型的值,也叫基本数据类型,包括:Number.Stirng.Boolean.Null.Underfine ...
- Algorithm --> 十大排序算法
十大排序算法 主要排序法有: 一.冒泡( Bubble)排序—— 相邻交换 二.选择排序 ——每次最小/ 大排在相应的位置 三.插入排序 ——将下一个插入已排好的序列中 四.壳( Shell) ...
- android scrollview 属性
理论部分1.ScrollView和HorizontalScrollView是为控件或者布局添加滚动条2.上述两个控件只能有一个孩子,但是它并不是传统意义上的容器3.上述两个控件可以互相嵌套4.滚动条 ...
- SSH三大框架整合案例
SSH三大框架的整合 SSH三个框架的知识点 一.Hibernate框架 1. Hibernate的核心配置文件 1.1 数据库信息.连接池配置 1.2 Hibernate信息 1.3 映射配置 ...
- iOS 消息发送与转发详解
Objective-C 是一门动态语言,它将很多静态语言在编译和链接时期做的事情,放到了运行时来处理.之所以能具备这种特性,离不开 Runtime 这个库.Runtime 很好的解决了如何在运行时期找 ...