首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
外语
Which company website has the following features? A Hills Cycles website B Wheels Unlimited website C both websit
Which company website has the following features? A Hills Cycles website B Wheels Unlimited website C both websit
admin
2022-09-09
87
问题
Which company website has the following features?
A Hills Cycles website
B Wheels Unlimited website
C both websites
bicycle accessories
M1: Hello you two, have a seat... OK? So, you’re going to tell me about the presentation you’re preparing for next week’s marketing seminar, right?
M2: That’s right. We’ve drafted this plan for you to look at...
M1: OK, thanks. Perhaps you could just talk me through it, could you? Cassie, do you want to begin?
W: Yes. Well, we’re going to compare the websites of two bicycle companies...
M1: Right... And they’re called Hills Cycles and Wheels Unlimited?
W: Yes. And first of all, we’ve compared the content of each site, and the presentation. Then we’ve done an evaluation of each one.
M1: OK... And did you find much difference between the two websites? Devin?
M2: Quite a bit, yes. Wheels Unlimited has a lot more pages, for a start...
Both companies show their catalogue
—I mean pictures of different models of bike, with specifications.
M1: And prices?
M2: Yes,
they’re there too, although they list them in different ways
—Hills Cycles have got them next to the pictures and Wheels Unlimited show them on a separate page.
W:
But Wheels Unlimited advertises lots of other products connected with bikes —like helmets, and clothing, and tools
.
M2: Yes, all kinds of things.
M1: And Hills Cycles?
W: No. They only show the bikes themselves.
M1: OK. Well... is there anything on the Hills Cycles website that Wheels Unlimited doesn’t have?
M2: Not really.
W:
Yes there is —it’s got a little photo of the original shop, and a paragraph about the history of the company
—it’s family owned.
M2: Oh yes, I forgot about that.
M1: Right... That’s the content then. And you compared the functions of the two websites, did you?
M2: Yes.
Hills Cycles doesn’t have any facility for online ordering
. You have to ring up to order something, that’s the only way you can do it.
W: Well no, you can send off for a paper catalogue with an order form.
M2: Oh yes, I suppose so. But with Wheels Unlimited you can order online or in the conventional ways.
W: That’s right.
M1: Fine. OK. And what about the presentation? Did you find any particular differences there? Or similarities? What about visuals?
M2: As I said, both the sites have got pictures, and they’re both quite attractive,
but Wheels Unlimited hasn’t got any moving graphics
.
W: Yes.
Hills Cycles has got an animated cartoon at the top of the Home Page
.
M1: Right. Well, it looks as if you’ve got plenty to talk about.
W: There are other things too, but those are the main things we noticed.
选项
答案
B
解析
录音原文中的Wheels Unlimited advertises…products connected with bikes.说明只有Wheels Unlimited的网页上提供有与自行车相关的产品。录音原文中的products connected with bikes是题目accessories“附件,配件”的同义表达。
转载请注明原文地址:https://kaotiyun.com/show/BQnD777K
本试题收录于:
雅思听力题库雅思(IELTS)分类
0
雅思听力
雅思(IELTS)
相关试题推荐
有以下程序:#includemain(){intaE4][4]={{1,4,3,2},{8,6,5,7},{3,7,2,5},{4,8,6,1}},i,k,t;for(i-0;i
下面不属于需求分析阶段任务的是()。
函数fun的功能是:将一副扑克牌编号为1,2,3,…,53,54,以某种特定的方式洗牌,这种方式是将这副牌分成两半,然后将它们交叉,并始终保持编号为1的牌在最上方,如第一次这样洗牌后的结果为:1,28,2,29,…,53,27,54。两次洗牌后的结果为:1
有三个关系R、S和T如下:则由关系R和S得到关系T的操作是()。
下列给定程序中,函数fun的功能是:从低位开始依次取出长整型变量s中奇数位上的数,构成一个新数存放在t中。高位仍在高位,低位仍在低位。例如,当s中的数为7654321时,t中的数为7531。请改正程序中的错误,使它能得出正确的结果。注意:部分源程序在
有以下程序:#includeintfun(intn){if(n==1)retum1;elseretum(n+fun(n一1));}main(){
Travellingcanbeawonderfuladventure.Travellingbyairplane,however,canbeverytiring.Thefollowing【K1】________(be)s
Travellingcanbeawonderfuladventure.Travellingbyairplane,however,canbeverytiring.Thefollowing【K1】________(be)s
WhatrulesapplytotakingdifferentobjectstotheCentre?AYouMUSTtakethis.BYouCANtakethis,ifyouwish.CYou
WhatrulesapplytotakingdifferentobjectstotheCentre?AYouMUSTtakethis.BYouCANtakethis,ifyouwish.CYou
随机试题
材料的_________,相应地最小弯曲半径也越小。
A、传导性聋B、感音性聋C、神经性聋D、混合性聋E、中枢性聋中内耳病变可出现()
患者70岁,患高血压6年。晨起口齿不清,口角歪斜,左侧肢体活动障碍4天。为明确诊断,应做的检查是()
A、无意模仿B、有意模仿C、强迫模仿D、正强化E、负强化糖尿病患者跟随电视录像学习做无糖食品,这种行为属于
轻度慢性肝炎的特征性病变是
A、维生素B1B、维生素B2C、维生素B6D、维生素AE、维生素D3分子中含有全反式多烯结构的是()
下表为P.Ⅱ42.5硅酸盐水泥比表面积试验记录,请回答下列问题:关于试料层的测定,下列说法正确的是()。
黄土隧道施工前,应查明黄土的()。
已知1号理财产品的方差是0.04,2号理财产品的方差是0.01,两种理财产品的协方差是0.01。假如投资者有50万元,将其中40万元投资于1号理财产品,10万元投资于2号理财产品,则该投资组合的方差是()。
有如下程序:#includeusingnamespacestd;classBase{protected:Base(){cout
最新回复
(
0
)