首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
外语
brown录音原文提到第二个书柜并没有染色,属于原来的自然色为深棕色(dark brown),注意题目要求填入一个单词或/和一个数字,所以只能填入brown。
brown录音原文提到第二个书柜并没有染色,属于原来的自然色为深棕色(dark brown),注意题目要求填入一个单词或/和一个数字,所以只能填入brown。
admin
2022-09-09
92
问题
B: Hello?
C: Oh, hello I’m ringing about the advertisement in yesterday’s newspaper... the one for the bookcases. Can you tell me if they’re still available?
B: We’ve sold one, but we still have two available.
C: Right. Er, can you tell me a bit about them?
B: Sure, er, what do you want to know?
C: Well, I’m looking for something to fit in my study. So, well, I’m not too worried about the height, but the width’s quite important. Can you tell me how wide each of them is?
B: They’re both exactly the same size, let me see. I’ve got the details written down somewhere. Yes,
so they’re both 75 cm wide and 180 cm high
.
C: OK, fine, that should fit in. OK. And I don’t want anything that looks too severe… not made of metal, for example.
I was really looking for something made of wood
.
B: That’s all right, they are, both of them.
C: So, are they both the same price as well?
B: No, the first bookcase is quite a bit cheaper.
It’s just £16
. We paid £60 for it just five years ago, so it’s very good value. It’s in perfectly good condition, they’re both in very good condition in fact, but the first one isn’t the same quality as the other one. It’s a good sturdy bookcase, it used to be in my son’s room, but it could do with a fresh coat of paint...
C: Oh, it’s painted?
B: Yes,
it’s cream
at present, but as I say you could easily change that if you wanted to fit in with your colour scheme.
C: Yes. I’d probably paint it white if I got it. Let’s see, what else... how many shelves has it got?
B: Six, two of them are fixed,
and the other four are adjustable
so you can shift them up and down according to the sizes of your books.
C: Right, fine. Well, that certainly sounds like a possibility.
B: But the second one’s a lovely bookcase too. That’s not painted,
it’s just the natural wood colour, a dark brown
. It was my grandmother’s, and I think she bought it sometime in the 1930s, so I’d say it must be getting on for eighty years old. It’s very good quality. They don’t make them like that nowadays.
C: And you said it’s the same dimensions as the first one?
B: Yes, and it’s got the six shelves,
but it also has a cupboard at the bottom
that’s really useful for keeping odds and ends in.
C: Right.
B: Oh. And I nearly forgot to say,
the other thing about it is it’s got glass doors
, so the books are all kept out of the dust. So it’s really good value for the money. I’m really sorry to be selling it but we just don’t have the room for it.
C: Mmm. So what are you asking for that one?
B: £95.00. It’s quite a bit more, but it’s a lovely piece of furniture — a real heirloom.
C: Yes, all the same, it’s a lot more than wanted to pay… I didn’t really want to go above thirty or forty. Anyway, the first one sounds fine for what’s needed.
B: Just as you like.
C: So is it all right if I come round and have a look this evening, then if it’s OK, I can take it away with me?
B: Of course. So you’ll be coming by car, will you?
C: I’ve got a friend with a van, so I’ll get him to bring me round, if you can just give me the details of where you live.
B: Sure.
I’m Mrs Blake…
C:
B-L-A-K-E?
B: That’s right, and the address is 11 Oak Rise, that’s in Stanton.
C: Stanton?
S-T-A-I-N-T-O-N
?
B: No,
there’s no I.
C: Got it. So I’ll be round at about 7:00 if that’s alright. Oh, and my name’s Conor… Conor Field.
B: Fine I’ll see you then, Conor. Goodbye.
C: Goodbye.
选项
答案
brown
解析
录音原文提到第二个书柜并没有染色,属于原来的自然色为深棕色(dark brown),注意题目要求填入一个单词或/和一个数字,所以只能填入brown。
转载请注明原文地址:https://www.kaotiyun.com/show/h9nD777K
本试题收录于:
雅思听力题库雅思(IELTS)分类
0
雅思听力
雅思(IELTS)
相关试题推荐
有以下程序(strcat函数用于连接两个字符串):#include#includemain(){chara[20]=“ABCD\0EFG\0”,b[]=“UK”;strcat(a,b);
有以下程序(strcat函数用于连接两个字符串):#include<stdio.h>#include<string.h>main(){chara[20]="ABCD\0EFG\0",b[]="IJK";strcat(a,b);printf(
下列给定程序中,函数fun的功能是:实现两个整数的交换。例如,给a和b分别输入60和65,输出为:a=65b=60。请改正程序中的错误,使它能得出正确的结果。注意:不要改动main函数,不得增行或删行,也不得更改程序的结构。
函数fun的功能是:将两个两位数的正整数a、b合并形成一个整数放在c中。合并的方式是:将a数的十位和个位数依次放在c数的十位和千位上.b数的十位和个位数依次放在c数的百位和个位上。例如,当a=45,b=12时,调用该函数后,c=5142
给定程序MODI1.C中函数fun的功能是:求出两个非零正整数的最大公约数,并作为函数值返回。例如,若给numl和num2分别输入49和21,则输出的最大公约数为7;若给numl和num2分别输入27和81,则输出的最大公约数为27。请
给定程序中,函数fun的功能是:统计形参s所指字符串中数字字符出现的次数,并存放在形参t所指的变量中,最后在主函数中输出。例如,形参s所指的字符串为:abcdef35adgh3kjsdf7。输出结果为:4。请在程序的下划线处填入正确的内容并把下
函数fun的功能是:在有n个元素的结构体数组std中,查找有不及格科目的学生,找到后输出学生的学号;函数的返回值是有不及格科目的学生人数。例如,主函数中给出了4名学生的数据,则程序运行的结果为:学号:N1002学号:N1006
Whichcompanywebsitehasthefollowingfeatures?AHillsCycleswebsiteBWheelsUnlimitedwebsiteCbothwebsit
随机试题
流体力学中雷诺数Re所表示的力学意义,是它代表水流中哪两种力的对比关系()。
关系数据库中的数据逻辑结构是()
正常15个月小儿可萌出乳牙数约为
A.高血压脑内出血B.颅内动脉瘤C.颅内转移瘤D.垂体腺瘤E.大脑半球巨大脑膜瘤下列各类型颅高压多见于上述哪种情况
藏医治疗方法有()。
权重法下信用风险加权资产为银行账户表内资产信用风险加权资产与表外项目信用风险加权资产之和。()
在上市公司杜邦财务分析体系中,最具有综合性的财务指标是()。
下列属于心理健康范围的是()。
社区归属感形成建立的基础是()。
Oneofthemisconceptionsaboutelitesportisthatgreatathleteshavenothingincommonwithnormalhumanbeings.【C1】______th
最新回复
(
0
)