Lesson 115
Knock, knock!
敲敲门!

Listen to the tape then answer this question. What does Jim have to drink?
听录音,然后回答问题。吉姆只能喝什么饮料?

HELEN: Isn't there anyone at home?
JIM: I'll knock again, Helen.
Everything's very quiet.
I'm sure there's no one at home.
HELEN: But that's impossible.
Carol and Tom invited us to lunch.
Look through the window.
HELEN: Can you see anything?
JIM: Nothing at all.
HELEN: Let's try the back door.
JIM: Look! Everyone's in the garden.
CAROL: Hello, Helen. Hello, Jim.
TOM: Everybody wants to have lunch in the garden.
It's nice and warm out here.
CAROL: Come and have something to drink.
JIM: Thanks, Carol.
May I have a glass of beer please?
CAROL: Beer?
There's none left.
You can have some lemonade.
JIM: Lemonade!
TOM: Don't believe her, Jim.
She's only joking.
Have some beer!

New Word and expressions 生词和短语

anyone
pron.(用地疑问句,否定句)任何人

knock
v. 敲,打

everything
pron.一切事情

quiet
adj. 宁静的,安静的

impossible
adj. 不可能的

invite
v. 邀请

anything
pron.任何东西

nothing
pron.什么也没有

lemonade
n. 柠檬水

joke
v. 开玩笑

参考译文

海 伦:家里没有人吗?
吉 姆:海伦,我再敲一次。
毫无动静,肯定家里没有人。
海 伦:但这是不可能的。
卡罗尔和汤姆请我们来吃午饭。
从窗子往里看看。
海 伦:你能看见什么吗?
吉 姆:什么也看不见。
海 伦:让我们到后门去试试。
吉 姆:瞧!大家都在花园里。
卡罗尔:你好,海伦。
你好,吉姆。
汤 姆:大家都想在花园里吃午饭。
这外面挺暖和。
卡罗尔:来喝点什么。
汤 姆:谢谢,卡罗尔。
给我一杯啤酒好吗?
卡罗尔:啤酒?一点都不剩了。
你可以喝点柠檬水。
吉 姆:柠檬水!
汤 姆:吉姆,别信她的。
她只是在开玩笑。
喝点啤酒吧!

新概念英语(1-115)Knock! Knock!的更多相关文章

  1. 新概念英语(1-15)Your passports please

    Is there a problem wtih the Customers officer? A:Are you Swedish? B:No. We are not. We are Danish. A ...

  2. [新概念英语II 笔记] Lesson 3: Please Send Me a Card

    发现身边很多程序员都能看懂英文技术文章的60%-80%内容,但大家都有一个毛病,就是不会说,不会写作,在逛英文技术社区的时候,想发表点什么评论,总担心自己写的话有错误.究其原因, 我觉得主要原因是因为 ...

  3. 新概念英语(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 ...

  4. 新概念英语(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, ...

  5. 新概念英语(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 ...

  6. 新概念英语(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 ...

  7. 新概念英语(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 ...

  8. 新概念英语(1-35)Our village

    新概念英语(1-35)Our village Are the children coming out of the park or going into it ? This is a photogra ...

  9. 新概念英语(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. 2018世界气象日,API为气象助力

    "世界气象日"(World Meteorological Day)又称"国际气象日",是[世界气象组织]成立的纪念日. 国际气象组织的前身原为非官方性国际气象合 ...

  2. 云计算---openstack实例共享80、443端口

    前言 因为openstack使用的是apache,所以不能共享80端口,但创建的许多云主机,虽然可以通过rinetd进行跳转,但有时需要直接访问80端口,所以这里我们选择包含了nginx的openre ...

  3. Spring Security 源码解析(一)AbstractAuthenticationProcessingFilter

    # 前言 最近在做 Spring OAuth2 登录,并在登录之后保存 Cookies.具体而言就是 Spring OAuth2 和 Spring Security 集成.Google一下竟然没有发现 ...

  4. 爬虫-request以及beautisoup模块笔记

    requests模块 pip3 install requests res = requests.get('') res.text res.cookies.get_dict() res.content ...

  5. 关于ASP.NET MVC的js和css资源管理

    本文来源于博客园-钱智慧,转载请注明出处 通过这篇文章和这个回答,我们总结如下: 浏览器针对一个域名,最多只会开启6个线程来加载文件,比如head中如果有7个引入文件(js文件或者css文件)的标签, ...

  6. LinkedList源码解析(JDK1.8)

    package java.util; import java.util.function.Consumer; /** * LinkedList是List和Deque接口的双向链表的实现.实现了所有可选 ...

  7. JAVA常见简答题

    一.基础知识 1.简述使用文本编辑器和 JDK 创建并运行 Java 应用程序的基本步骤. 答:①打开文本编辑器输入 Java 源程序: ②保存文件,文件名为源程序中 public 修饰类的类名,扩展 ...

  8. 设计模式之观察者(OBSERVER)模式

    定义 定义对象间的一种一对多的依赖关系,当一个对象的状态发生改变时,所有依赖于它的对象都得到通知并被自动更新.  Observer模式描述了如何建立这种关系.这一模式中的关键对象是目标(subject ...

  9. express+mongodb+socket.io

    node后端代码 // Setup basic express server var express = require('express'); var app = express(); var pa ...

  10. 【Python】 list & dict & str

    list & dict & str 这三种类型是python中最常用的几种数据类型.他们都是序列的一种 ■ 序列通用操作 1. 分片   s[a:b] 返回序列s中从s[a]到s[b- ...