1. 单选题样例
l
如果s代表一个串,参看下列代码
String s2 =
"";
for(int i=s.length()-1;
i>=0; i--){
s2 = s.charAt(i) + s2;
}
请判断执行这段代码后,s2的状态:
A)
把s串反转过来
B)
与s串相同
C)
对s串的长度加倍
D)
编译错误
答案:B
l
下列对于this引用叙述正确的是:
A)
this是当前对象,整个对象由Java虚拟机在刚开始的时候就创建了。
B)
this 是形参,它在某个实例方法调用前创建,调用后释放。
C)
this 是隐含存储在对象中的一个特殊的引用。
D)
this 是隐含的变量,类似于c语言中的全局变量。
答案: B
2. 多选题样例
l
下列关于java数组论述,正确的是:
A)
定义一个Java的多维数组变量,实际上是定义了将会指向数组对象的引用,该数组对象所包含的元素又将是另一个数组对象的引用。
B)
int[][] x = new int[3][5]; 所定义的二维数组对象含有15个int型元素。
C)
String[] x = {"o", "k","ok"};
所创建的数组对象含有3个串对象。
D)
int[] x = {0}; 与 int[] x = new int[1]; 的结果是完全等价的。
E)
int[][] x =
{{1},{1,2},{1,2,3},new int[1]}; 是正确的语句。
答案:A, D, E
l
下列叙述正确的是:
A)
方法中可以定义另一个方法,称为:内部方法。
B)
类中可以定义另一个类,称为内部类。
C)
接口中可以定义另一个接口,称为:内部接口。
D)
对象中可以包含另一个对象。
E)
属性中可以包含另一个属性。
答案:B, C
l
如果int[] x = … 已经指向一个整型数组,我们想把数组中的元素翻转(比如:1,2,3,4,5 变成:5,4,3,2,1),写了如下代码,请完善之:
for(int i=0; i<x.length/2; i++){
int t = x[i];
x[i] = ______________;
______________ = t;
}
答案:两个空都是:x[x.length-1-i]
注意:x[x.length-i-1] 也是对的。
l
假设s是一个型如:"cat223dog456nice25ttt98"的串,其特征是数字与字符交错。我们希望知道这个串中有多少个数字段。假设该串必以字符开始。我们给出了如下代码,请完善之:
boolean old_tag = false;
// 表示开始不是数字
boolean tag = false;
int n = 0; // 数字组计数
for(int i=0; i<s.length(); i++){
char c = s.charAt(i);
tag = c>='0' && c<='9'; //
是否为数字
if(____________) n++;
old_tag = tag;
}
答案:!old_tag
&& tag
注意:
tag && (!old_tag) 也对, 类似:tag==true
&& old_tag == false 这样的描述也对。
分享到:
相关推荐
1. Teacher summarizes the key points of the lesson, emphasizing the new vocabulary, reading strategies, and the moral objective of appreciating the beauty of nature and understanding its significance....
1. 函数依赖(Functional Dependencies, FDs): - 提到的函数依赖包括8.1、8.2、8.6和8.9,但具体内容未给出。函数依赖描述了一个属性集如何决定另一个属性集。例如,A->B表示如果知道属性A的值,那么可以确定属性...
本教学设计主要围绕小学英语教材中的Unit 1 My classroom的B部分Let's learn展开,旨在帮助学生掌握新学的词汇,如fan(风扇),computer(电脑),teacher’s desk(讲台),wall(墙),floor(地板),以及运用...
对于教师(Teacher)这样的实体,仅仅使用名字(name)作为主键是不够的,因为可能存在同名的教师。因此,通常需要一个额外的字段(如ID)来确保唯一性。 2.9 外键定义 a. 在关系中,外键用于建立不同表之间的关联...
1. **教学目标**: - 学生应能通过听示范单词,学习并理解“ch”和“sh”在单词中的发音。 - 通过跟唱歌曲,强化对这两个字母组合发音的记忆。 - 能够根据发音规则正确读出含有“ch”和“sh”的生词。 - 掌握...
- `Where’s the teacher’s office?`: 老师办公室在哪里? - `It’s on the second floor.`: 它在二楼。 - `Is this the teacher’s office?`: 这是教师办公室吗? - `No, it isn’t. The teacher’s office is...
改:That is a teacher's desk.(需加's表示所有关系) 3. 误:This is my picture? 改:This is my picture.(疑问句标点错误,改为陈述语气) 4. 误:Yes it isn't. 改:Yes, it is. 或 No, it isn't.(回答逻辑...
第10页提到的今日作业(Today’s homework)包含了复习和巩固课堂所学的内容,如写5个英文地点并翻译成中文,如"playground"(操场)、"teacher’s office"(教师办公室)、"garden"(花园)、"library"(图书馆)、...
9. teacher's office - 教师办公室 10. forty - 四十 11. fan - 风扇、扇子 12. library - 图书馆 13. light - 灯 14. it - 它 15. homework - 作业 16. canteen - 食堂 17. this - 这、这是 18. picture - 图画、...
1. **地点词汇**:学习了几个与学校相关的场所,包括教师办公桌(teacher's desk)、教师办公室(teachers' office)、图书馆(library)、一楼(first floor)和二楼(second floor)。这些词汇是描述学校布局的...
1. 询问教师身份的句型:— Who’s your English teacher? — Miss White. 这种问答可以帮助学生练习描述他们的老师。 2. 描述性格特点的句型:— What’s she like? — She’s kind. 这个句型教导学生如何谈论他人...
- **homework, teacher, student**:“homework”是任务名称,而其他两项是人物角色。 #### 三、单项选择题 这部分题目涵盖了语法、词汇及情景对话等方面,如: - **Do you have _______ art room?** 此题考查冠词...
- Is that the teacher’s office? 那是教师办公室吗? **Unit 2 What time is it? (几点钟了)** 在第二单元,学生将学习时间表达法和与时间相关的日常活动。重要词汇包括: - breakfast 早餐 - lunch 午餐 - ...
在Unit 1中,学习的重点是与学校环境相关的词汇,如楼层(first floor, second floor)、场所(teacher's office, library, playground, computer room, art room, music room)以及日常活动(next to, homework, ...
1. "he is my English teacher." - 正确:He is my English teacher. 2. "This's a bag room." - 正确:This is a baggage room. 3. "Do you have lunch at school!" - 正确:Do you have lunch at school? 4. "i’d...
" 和回答"It's...",例如:"Where's the teacher's office?" "It's on the second floor." 或 "It's next to the art room." 同时,他们还将学会用"That/This is the..."和"Is that/this the...?"来介绍或确认一个...
- **S+V**: 如 "We did our homework." - **S+V+P**: 如 "You are beautiful." - **S+V+O+O**: 如 "She gave Tom a gift." - **S+V+O+C**: 如 "You seem worried." 3. **否定句的构成**: - 如 "We saw you." ...
4. "To do today's homework without the teacher's help is very difficult."中,动词不定式"To do today's homework"作主语,中心词是"do"。 (二) 谓语的中心词 1. "I don't like the picture on the wall."的...
- Go to the teacher's office. Hand in the homework. 去老师办公室,交作业。 - Go to the playground. Play the football. 去操场,踢足球。 二、句型 1. 问句:Where is the canteen? 餐厅在哪里? 答句:It...
1. 询问人物身份:"Who's your math teacher?" 这种句型用于询问他人的身份,回答可以直接给出姓名或关系。 2. 描述人物特征:"What's he like?" 这个句型用来询问人的外貌或性格,答案可以结合形容词来描述。同时,...