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. Linux IPMI 配置管理.md

    DELL 服务器 user id 范围:1-16 可以修改用户名和密码 不允许用户名重复 当设置一个已存在的用户名时,无论user id在前或在后,修改密码会将该项用户名设置为空,enable会恢复成 ...

  2. 利用TPC-H为MYSQL生成数据

    ## 利用TPC-H为MYSQL生成数据 导言 这篇文章是看了joyee写的TPC-H数据导入MySQL教程以及另一篇网上的MySQL TPCH测试工具简要手册 后写的,有些内容是完全转载自以上两篇文 ...

  3. 题目1023:EXCEL排序

    //都是泪啊,搞了半天,竟然是成绩的数据类型搞成了string,输出测试用例的次数竟然搞成了排序的类别...细节决定成败!!! 题目描述: Excel可以对一组纪录按任意指定列排序.现请你编写程序实现 ...

  4. Maven打包的三种方式(转)

    Maven可以使用mvn package指令对项目进行打包,如果使用Java -jar xxx.jar执行运行jar文件,会出现"no main manifest attribute, in ...

  5. lsof命令各个参数

    lsof `which httpd`  哪个进程在使用apache的可执行文件lsof /etc/passwd ------------ 哪个进程在占用/etc/passwdlsof /dev/hda ...

  6. 关于Unity的协程

    协程 认识协程 //协程不是多线程:是一段在主程序之外执行的代码 //协程不受生命周影响 //作用:能够口直代码在特定的时间执行. //1,延时操作 //2,等待某代码执行结束之后执行 /* 特点:1 ...

  7. python作业03-文件操作&函数

    一.文件处理相关 1.编码问题 (1)请说明python2 与python3中的默认编码是什么?答:Python2默认的字符编码是ASCII,默认的文件编码也是ASCII :python3默认的字符编 ...

  8. 多进程浏览器、多线程页面渲染与js的单线程

    线程与进程 说到单线程,就得从操作系统进程开始说起.在早期的操作系统中并没有线程的概念,进程是能拥有资源和独立运行的最小单位,也是程序执行的最小单位.任务调度采用的是时间片轮转的抢占式调度方式,而进程 ...

  9. Ubuntu上安装和使用RabbitMQ

    1. 安装RabbitMQ服务软件包 输入以下命令进行安装 #apt install rabbitmq-server 2.安装完成后在rabbitMQ中添加用户 命令:#rabbitmqctl add ...

  10. spring-boot-devtools

    Create a new Maven Project  and  we have two class under the package com.example.demo like below scr ...