皮皮学,免费搜题
登录
搜题
【简答题】
Situation: The local guide from Zhejiang China Travel Service and his/her group of 16 from France have arrived at Hangzhou Lily Hotel which they have booked. And now they will check in. Please perform as the local guide to check in with the teacher, and then introduce the hotel facilities to tourists. The following points should be included: (1) Lead tourists to get off the coach, check the luggage; (2) Take tourists to a certain place to have a rest; (3) Go through check-in formalities (Confirm the reservation; Fill out forms; Show passports; Get room cards; Arrange a morning call) (4) Ask the tour leader to hand out passports and room cards; (5) Introduce the facilities of Lily Hotel; (6) Announce the next arrangement and the next meeting time and point; (7) Give contact information.
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【判断题】使用嵌套if语句时,if和else可以不用配对()
A.
正确
B.
错误
【单选题】在美国斯普林菲尔德学院的留学生宋如海,受中华全国体育协进会的指派,以观察员的身份出席了 _______ 奥运会。这是中国首次正式派人参与奥运会。
A.
1920 第 7 届奥运会(安特卫普)
B.
1924 第 8 届奥运会(巴黎)
C.
1928 第 9 届奥运会(阿姆斯特丹)
D.
1932 第 10 届奥运会(洛杉矶)
【单选题】红霉素的不良反应包括
A.
肝损害
B.
肾毒性
C.
变态反应
D.
胃肠道反应
【判断题】if语句不可以嵌套使用。
A.
正确
B.
错误
【单选题】有如下程序,此程序编译有错误,则程序的错误出在_____。 #include void main() { int a=30,b=40,c=50,d; d=a>30?b:c; switch(d) { case a: printf("%d,",a); case b: printf("%d,",b); case c: printf("%d,",c); default:printf("#"); } }
A.
default:printf("#");
B.
d=a>30?b:c;
C.
case a: printf("%d,",a); case b: printf("%d,",b); case c: printf("%d,",c);
D.
switch(d)
【单选题】原本可以直接将货物运到目的地,但未达目的地就将货物卸下,再装运送达目的地的不合理运输是( )。
A.
空驶
B.
迂回运输
C.
重复运输
D.
倒流运输
【判断题】居住环境花园设计,植物选择、栽培、管理只要喜欢即可做好。
A.
正确
B.
错误
【简答题】该程序段运行后,执行了那条printf( );命令 { int a=1, b=2, c=3; if (a==1&&b++==2) if (b!=2||c--!=3) printf ("a=%d, b=%d, c=%d\n", a, b, c); else printf ("%d ,%d, %d\n", a, b, c); else printf ("%d-%d-%d\n", a, b, c); }
【简答题】简述雅典卫城的平面布局特色
【判断题】if语句可以多层嵌套,但过多嵌套不利于理解程序逻辑,因此不建议使用超过3层的嵌套。
A.
正确
B.
错误
相关题目: