Lesson 101
A card from Jimmy
吉米的明信片

Listen to the tape then answer this question. Does Grandmother seem pleased to get a card from Jimmy? Why/Why not?
听录音,然后回答问题。收到吉米寄来的一张明信片,祖母是否显得高兴?为什么/为什么不高兴?

GRANDMOTHER: Read Jimmy's card to me please, penny.
PENNY: 'I have just arrive in Scotland and I'm staying at a Youth Hostel.'
GRANDMOTHER: Eh?
PENNY: He say he's just arrived in Scotland.
He says he's staying at a Youth Hostel.
You know he's a member of the Y.H.A.
GRANDMOTHER: The what?
PENNY: The Y.H.A., Mum.
The Youth Hostels Association.
GRANDMOTHER: What else does he say?
PENNY: 'I'll write a letter soon. I hope you all well.'
GRANDMOTHER: What?
Speak up. Penny.
I'm afraid I can't hear you.
PENNY: He say he'll write a letter soon.
He hopes we are all well. 'Love, Jimmy.'
GRANDMOTHER: Is that all?
He doesn't say very much, does he?
PENNY: He can't write very much on a card, Mum.

New Word and expressions 生词和短语

Scotland
n. 苏格兰(英国)

card
n. 明信片

youth
n. 青年

hostel
n. 招待所,旅馆

association
n. 协会

soon
adv. 不久

write (wrote, written)
v. 写

参考译文

祖母:请把吉米的明信片念给我听听,彭妮。
彭妮:“我刚到苏格兰,我现住在一家青年招待所。”
祖母:什么?
彭妮:他说他刚到苏格兰。他说他住在一家青年招待所。
你知道,他是“青招协”的一个成员。
祖母:什么?
彭妮:“青招协”,妈妈。青年招待所协会。
祖母:他还说了些什么?
彭妮:“我很快会写信的。祝你们大家身体都好。”
祖母:什么?彭妮,大声一点。
我可听不见你念的。
彭妮:他说他很快会写信的。
他祝我们大家身体好。“谨此问候,吉米。”
祖母:就这些吗?他没写许多,是吗?
彭妮:在明信片上他写不了很多,妈妈。

新概念英语(1-101)A Card From Jimmy的更多相关文章

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

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

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

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

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

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

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

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

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

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

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

随机推荐

  1. java序列化浅谈

    首先大家进来第一个疑问肯定是"什么是序列化?为什么要使用序列化?怎么实现一个简单的序列化案例?" 1.序列化就是把对象以一种规范的二进制形式存在内存中,另一边以反序列化方式获取: ...

  2. 所使用的“EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”版本高于所引用的程序集“EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”的版本

    错误信息:所使用的"EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&qu ...

  3. java反射使用及性能比较

    环境准备 package com.lilei.pack09; public class Logger { public void show(){ System.out.println("he ...

  4. 剑指Offer-孩子们的游戏(圆圈中最后剩下的数)

    package Other; import java.util.LinkedList; /** * 孩子们的游戏(圆圈中最后剩下的数) * 每年六一儿童节,牛客都会准备一些小礼物去看望孤儿院的小朋友, ...

  5. 集合详解(python)

    集合概念 集合是一个数学概念:由一个或多个确定的元素所构成的整体叫做集合. 集合中的元素三个特征: 确定性(元素必须可hash) 互异性(去重)--将一个列表变为集合,就自动去重了 无序性(集合中的元 ...

  6. nodejs批量导入数据eventproxy(回调函数嵌套解决方案)使用实例

    回调函数嵌套解决方案——eventProxy API地址:https://github.com/JacksonTian/eventproxy 1.安装eventproxy 执行npm install ...

  7. [总结] O(n)求和为0的最长子段

    以这题为例 Solution 我们首先用前缀和差分,可以认为G是1,R是-1,然后求一个前缀和qzh. 如果 qzh[i]==qzh[j] 那么 i~j 这一整段,一定是一个和为0的区间,即红绿相等的 ...

  8. sharepoint REST API 获取文件夹及文件

    使用REST操作文件夹: 获取文件夹 url: http://site url/_api/web/GetFolderByServerRelativeUrl('/Shared Documents')/f ...

  9. 浅谈new/delete和malloc/free的用法与区别

    每个程序在执行时都会占用一块可用的内存空间,用于存放动态分配的对象,此内存空间称为自由存储区或堆. 一.new和delete用法 如下几行代码: int *pi=new int; int *pi=ne ...

  10. Sum of xor

    Sum of xor jdoj-2160 题目大意:给你一个n,求1^2^...^n. 注释:$n<=10^{18}$. 想法:第一道异或的题.先来介绍一下什么是异或.a^b表示分别将两个数变成 ...