首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
外语
Things to do before we go Collect the currency. Cancel appointment with the【L1】________(Monday) Begin taking the【L2】
Things to do before we go Collect the currency. Cancel appointment with the【L1】________(Monday) Begin taking the【L2】
admin
2022-09-09
66
问题
Things to do before we go
Collect the currency.
Cancel appointment with the【L1】________(Monday)
Begin taking the【L2】________(Tuesday)
Buy【L3】________, a small bag, a spare【L4】________, an electrical 【L5】________
Book a【L6】________
Instructions for Laura’s mum
Feed the cat Vet’s details:
Name: George【L7】________
Tel:【L8】________
Address: Fore Street (opposite the【L9】________)
Water the plants
Meet the heating engineer on【L10】________
【L7】
W: Our plane tickets arrived this morning... it reminded me how much there is to do before we go.
M: Let’s write everything down shall we, so we don’t forget anything .
W: Yes. Last time we went away we almost forgot to collect our currency from the bank. So let’s start with that.
M: Good thinking.
And wasn’t there an appointment you said you’d got to cancel
?
W: Yes,
the hairdresser...
Thanks for reminding me. Can you write that down too? The shop will be closed now, but I’ll do it first on Monday.
M: OK... Then,
starting on Tuesday we’ve got to take the tablets we got from the pharmacy
. We really mustn’t forget to do that. We’re not protected against malaria till we’ve been taking them for at least seven days, so that’s really important.
W: And what about shopping? There’re still a few things we’ve got to buy the next time we’re in town.
We need some more sunblock, don’t we
? We’ve only got that factor ten stuff —it won’t be strong enough.
M:
I’ve already bought that. But what we do still need to get is sunglasses
. The ones I’ve got aren’t good enough, and I don’t think yours are either.
W: OK... I’ve noted that down. And I think I’m going to get another bag too. Just a small one. We always seem to come back with more things than we take!
M: Shall we
get an extra lock for our suitcase as well
?
W: Just in case the one we’ve got breaks. They don’t seem to last long.
M: Yes, they are a bit flimsy. OK... Right... Oh yes, and
we need an adaptor for our electrical things.
Your hairdryer and my shaver... The plugs on them are bound to be the wrong type.
W: We could get one at the airport. They always have them there.
M: Well I’d rather get it beforehand, so I’m writing it down. And then I think that’s it isn’t it?
W: I think so. As far as shopping’s concerned. But
we also need to order a taxi to take us to the airport
. We should do that well in advance. My sister left it too late and she had to take the train —with that huge suitcase of hers!
M: I know, she really struggled with this...
W: Now let’s see... Your mother said she’d come in regularly while we’re away, so what do we want her to do? I’ll write some instructions and we can give them to her tomorrow. Good idea. Well... the cat’s the main thing.
M: Feed... the cat...
W: We ought to leave her the vet’s details as well, just in case there’s a problem.
M: Yes. Have you got them handy?
W: Hang on, I’m just looking... Yes.
His name’s George Jefferey.
M: Is that spelt with a G?
W:
Actually it’s J-E-double F-E-R-E-Y
. Quite an unusual spelling, isn’t it?
M: Mmm. And his number?
W:
Oh treble seven, five nine four... one two eight. It’s a mobile
.
M: OK.
W: And you should write down where it is —it’s Fore Street, not sure what number, but it’s next to the bus stop isn’t it?
M: That’s not a very good landmark,
but it’s on the other side of the road to the church
, so I’ll tell her that. Let’s hope she won’t need a vet anyway!
W: Yes. Right, apart from that there are the plants to water. Ask her to make sure they don’t dry out.
M: Oh yes, and I’ve already mentioned the problem with the boiler, and your mum said she’d come round to
meet the heating engineer and let him in
.
W: Yes. It’s a lot for her to do, but we really need to get the problem sorted out, and
the earliest date I could get an appointment was April the thirtieth
.
M: Isn’t it the day after we go?
W: Yes-we leave on the twenty-ninth. And she’ll have to hang around till the job’s finished. Oh well, she won’t mind I’m sure. She likes helping people out.
M: Yes, she does.
W: OK... That’s it then I think. Unless you can think of anything else?
M: Not at the moment. Leave the list there and I’ll...
选项
答案
Jefferey
解析
本题需填入人名。注意录音原文给出的单词拼写,排除干扰信息“G”(Is that spelt with a G)。
转载请注明原文地址:https://www.kaotiyun.com/show/MhnD777K
本试题收录于:
雅思听力题库雅思(IELTS)分类
0
雅思听力
雅思(IELTS)
相关试题推荐
下列给定程序的功能是:从键盘输入若干行字符串(每行不超过80个字符),写入文件myfile4.txt中,用一1作字符串输入结束的标志,然后将文件的内容显示在屏幕上。文件的读写分别由函数ReadText和Write.Text实现。请在程序的下划线处
若有定义语句:char*s1=“OK”,*s2=“ok”;以下选项中,能够输出“OK”的语句是()。
下列给定程序中,函数fun的功能是:从低位开始依次取出长整型变量s中奇数位上的数,构成一个新数存放在t中。高位仍在高位,低位仍在低位。例如,当s中的数为7654321时,t中的数为7531。请改正程序中的错误,使它能得出正确的结果。注意:部分源程序在
下列给定程序中函数fun的功能是:用冒泡法对6个字符串进行升序排列。请改正程序中的错误,使它能得出正确的结果。注意:部分源程序在文件MODI1.C中,不得增行或删行,也不得更改程序的结构!#include<stdio.h>#include<stri
以下程序的功能是判断输入的一个整数是否能被3或7整除,若能整除,输出YES,否则输出NO。在下划线处应填入的选项是()。#includemain(){intk;printf("Enteraintnum
给定程序MODI1.C中函数fun的功能是:首先将大写字母转换为对应小写字母;若小写字母为a’—u,则将其转换为其后的第5个字母;若小写字母为v~z,使其值减21。转换后的小写字母作为函数值返回。例如,若形参是字母A,则转换为小写字母f.若形参是字母W,
给定程序MODI1.C中fun函数的功能是:将p所指字符串中每个单词的最后一个字母改成大写。(这里的“单词”是指由空格隔开的字符串)。例如,若输入“Iamastudenttotaketheexamination.”,则应输出“IaM
-Theinterlocutorgivesyouandyourpartneralistoftopics.Bothofyouneedtochooseonetodiscusstogether.Theinterloc
ItwasClark’sfirstvisittoEngland,andhewaslookingforwardtohisfirstjourneyonLondon’sUndergroundRailway.Against【
Whatdoestheman’scompanydo?
随机试题
论侵权行为的民事责任与违约责任的区别。
《素问.灵兰秘典论》记载:“凡此十二官者,不得相失也。”体现了
引起毛细支气管炎的病原体是
单纯疱疹病毒引起的病毒性脑炎,病变主要集中在()。
杨某被单位辞退,对单位领导极度不满,心存报复。一天,杨某纠集董某、樊某携带匕首闯至厂长贾某办公室,将贾某当场杀死。中级人民法院一审以故意杀人罪判处杨某死刑立即执行,判处董某和樊某死刑缓期二年执行。问题:如一审宣判后,被告人杨某、董某、樊某均未上诉,检察
安全防护栏杆是防止高处坠落的主要设施,凡在有可能发生高处坠落的临边,都要设置()mm高的防护栏杆。
企业()后,无论用于哪方面均构成企业的一项流动负债。
银行债权应首先考虑以()形式受偿,从严控制以()抵债。
嵌入式系统与通用计算机系统软件的相同之处,指的是嵌入式系统通常也具备__________【67】加载程序,外设__________【68】程序,操作系统,文件系统,网络协议栈,图形用户界面,数据库,以及各种各样的应用程序等,这些软件都是通用计算机所拥有的。
Thestandardoflivingofanycountrymeanstheaverageperson’sshareofthegoodsandserviceswhichthecountryproduces.Ac
最新回复
(
0
)