皮皮学,免费搜题
登录
搜题
【简答题】
As societies develop,their members start to see things not so much according to what they need,but according to what they want.When people have enough money,these wants become demands. Now,it’s important for the managers in a company to understand what their customers want if they are going to develop effective marketing strategies(策略).There are various ways of doing this.One way at supermarkets(超市),for example,is to interview(采访)customers while they’re doing their shopping.They can be asked what they prefer to buy and then the results of the research can be studied.This provides information on which to base future marketing strategies.It’s also quite normal for top managers from department stores to spend a day or two each month visiting stores and mixing freely with the public,as if they were ordinary customers,to get an idea of how customers act. Another way to get information from customers is to give them something.For example,some fast food restaurants give away tickets in magazines or on the street that permit customers to get part of their meal for nothing.As well as being a good way of attracting customers into the restaurants to spend their money,it also allows the managers to get a feel for where to attract customers and which age-groups to attract. Another strategy used at some well-known parks such as Disneyland is for top managers to spend at least one day in their work,touring the park dressed as Mickey Mouse or something like that. This provides them with a perfect chance to examine the scene and watch the customers without being noticed. 小题1:The text is designed for ________. A.managers B.salesmen C.researchers D.customers 小题2:Which of the following can help managers get useful information? A.Visiting customers themselves. B.Giving customers free food on the street. C.Visiting parks as ordinary customers. D.Asking customers questions at supermarkets. 小题3:What does the word“this”underlined in the last sentence refer to? A.Visiting Disneyland. B.Wearing attractive clothes. C.Acting Mickey Mouse. D.Dressing up and walking around. 小题4:The main idea of the text is ________. A.how to do market research B.how to develop marketing strategies C.how to find out customers’ social needs D.how to encourage customers to spend more money
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】下面的while循环执行了( )次空语句。
A.
ile(i=3);
B.
无限次
C.
0次
D.
1次
E.
2次
【单选题】下面的while循环执行了 次空语句.while(i=3);
A.
无限次
B.
0
C.
1
D.
2
【单选题】public class Circle{ private int x,y; public Circle() { x=0; y=0; } public Circle( int x,int y) { this.x=x; this.y=y; } } How to create an Circle object?
A.
circle a =new circle();
B.
circle  a= new circle(3,4);
C.
Circle a= new Circle(3);
D.
Circle a=new Circle(3,4);
【单选题】下面的 while 循环执行了 次空语句。 while(i=3);
A.
无限次
B.
0次
C.
1次
D.
2次
【单选题】下面的while循环执行了 次空语句。 while(i=3);
A.
无限次
B.
3次
C.
0次
D.
1次
【单选题】检验证书是具有法律效力的证明凭证,在国际贸易中起到公正性的证明作用,是交接货物、结算货款、银行议付、国外通关、核计关税、明确责任、计算费用,( )。
A.
对外索赔以及仲裁、诉讼举证的重要证明文件
B.
出口索赔的重要文件
C.
进口索赔的重要文件
D.
进出口贸易索赔的重要证明文件
【单选题】运行Test类的输出是什么?public class Test { public static void main(String[] args) { new Circle9(); }}public abstract class GeometricObject { protected GeometricObject() { System.out.print("A"); } protected Geo...
A.
ABCD
B.
BEDC
C.
AEDC
D.
CBAE
【单选题】下面的while循环执行了 次空语句。 while(i=3);
A.
0次
B.
1次
C.
2次
D.
无数次
【单选题】下面语句,循环执行了( )次 i=-1 while(i<0): i*=i print(i)
A.
1
B.
2
C.
3
D.
4
【单选题】下面的 while 循环执行了 次空语句。 while(i=3);
A.
无限次
B.
0次
C.
1次
D.
3次
相关题目: