第4题: [单项选择]Passage One Questions 26 to 29 are based on the passage you have just heard.A. Offer their help. B. Stop smiling at you. C. Help you find the way. D. Reply that he is pleased to meet you. 参考答案:A 答案解析:[解析] 28. What will most Americans do if you say that you are a stranger there
第25题: [单项选择]我国制定“三步走”发展战略的基本依据是 ( ) A. 我国初级阶段的国情 B. 我国的产业结构不合理状况 C. 我国的人均国民生产总值低 D. 我国的集约型经济发展方式 参考答案:A 答案解析:[解析] 本题考查我国制定“三步走”发展战略的基本依据。审题时要注意“基本”二字,“B”、“C”、“D”也是制定“三步走”发展战略的依据,但不是最基本的。
第30题: [填空题]下列程序段的输出结果为【 】。
int a=2;
switch(a) {
case 2:
System.out.print("Value is 2.");
case 3 :
System.out.println("Value is 3.");
break;
default:
System.out.prinfln("end");
break;
}
参考答案:Value is 2.Value is 3. 答案解析:switch语句的表达式a将依次与case后的值进行匹配,如果遇到匹配的值,则 执行该cage子句后的语句序列。当表达式的值与任一case子句的值都不匹配时,执行 default后的语句。break语