皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
短文填空:选择恰当的单词填空,每词限用一次。(有两个多余的选项) when  their  even  feel  behave or modern  hours  speak  classical Where did you go yesterday? Did you hear music at any of these places? Today most stores and restaurants play music. You might even hear music in an office 1_______ on a farm. Scientists believe that music influences the way people 2_______. According to some scientists, the sound of western classical music (Mozart and Bach) makes people 3_______. richer. When a restaurant plays classical music, people spend more money on food and drinks .When the restaurant plays 4_______ music, people spend less money .With no background music, people spend 5_______ less. Scientists also believe that loud, fast music makes people eat faster. People actually chew 6_______ food faster when the music gets faster .Some restaurants play fast music during their busy 7_______.This gets people to eat faster and leave quickly .Restaurants can make more money this way. Some scientists think that makes you think and learn better. They say that music helps students to be more alert. It is true that people learn better 8_______ they are relaxed. And listening to music can help you relax. The next time you hear music somewhere, be careful. It might change the way you behave.
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【多选题】端正人生态度应该做到( )
A.
认真
B.
务实
C.
乐观
D.
进取
【单选题】引入内联函数的目的是为了______。
A.
提高函数调用的效率
B.
节省内存空间
C.
方便变量的使用
D.
扩大局部变量的使用范围
【多选题】端正人生态度应该做到( )。
A.
人生须认真
B.
人生当务实
C.
人生应乐观
D.
人生要进取
【单选题】在总账系统的自动转账分录中,其金额的大小与本月发生的任何经济业务有关, 应称为( )自动 转账分录。
A.
随机
B.
独立
C.
相关
D.
连续
【单选题】下列函数定义中,会出现编译错误的是
A.
max(int x,int y,int *z) { *z=x>y ? x:y; }
B.
int max(int x,y) { int z; z=x>y ? x:y; return z; }
C.
max(int x,int y) { int z; z=x>y?x:y; return(z); }
D.
int max(int x,int y) { return(x>y?x:y); }
【单选题】下列函数定义中,会出现编译错误的是( )。
A.
max(int x,int y,int *z) {*z=x>y ? x:y;}
B.
int max(int x,int y) { int z; z=x>y?x:y; return(z); }
C.
int max(int x, y) { int z; z=x>y ? x:y; return z; }
D.
int max(int x,int y) { return(x>y?x:y); }
【判断题】防火墙可以防止病毒和木马的破坏。()
A.
正确
B.
错误
【单选题】下列函数定义中,会出现编译错误的是( )。
A.
void max(int x, int y,int *z) { *z=x>y? x:y; }
B.
int max(int x,y) {   int z ; z=x>y? x:y; return z ;}
C.
max(int  x,int  y) {  int z; z=x>y?x:y; return(z);     }
D.
int max(int  x,int  y) { return(x>y?x:y); }
【多选题】人生态度应该做到:
A.
认真
B.
务实
C.
乐观
D.
进取
【单选题】下列函数定义中,会出现编译错误的是
A.
max(int x, int y,int *z)
B.
int max(int x,y) { *z=x>y ? x:y; } { int z ; z=x>y ? x:y; return z ; }
C.
max (int x,int y)
D.
int max(int x,int y) { int z; { return(x>y?x:y) ; } z=x>y?x:y; return(z); }
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题