Martin and Mary ______ their baskets of seeds on a fence outside the village.
A: took
B: rested
C: threw
D: stole
第1题:
A)took
B)restde
C)threw
D)stole
第2题:
某数据库有一个Name字段,查找Name不是Mary的记录的准则可以设定为( )。
A.Not"Mary"
B.Not"Mary*"
C.Not"*Mary"
D.Not"*Mary*"
第3题:
设有如下程序,其调试结果为:
class Q2 {
public static void main(String[] args) {
int[] seeds = {1,2,3,4,6,8};
int n= seeds.length;
for (int i = 0; i< 3; i++)
for (int k = 0; k< n-1; k++)
seeds[k]= seeds[k+1];
for (int i = 0; i
System.out.print("/t"+seeds[i]);
}
}
A.输出: 1 2 3 4 6
B.输出: 4 6 8 8 8
C.输出: 2 3 4 6 8
D.输出: 2 3 4 6
第4题:
Xiaoyan: I`ve got my fitness programme from the gym for this month,Mary.
Mary: _____1_____class do you have tomorrow , Xiaoyan?
Xiaoyan; Tomorrow-Tuesday-I haven`t got a class. I do gym.
Mary: __2___ do you do gym with?
Xiaoyan: Nobody, I do two gym sessions on my own a week.
Mary: So, ___3____ are your classes?
Xiaoyan: This month, I do aerobics on Saturdays and Tai Chi on Mondays.
Mary: And_____4____do you do next month ?
Xiaoyan: I do three gym sessions, but I don`t do Tai Chi-the class is cancelled.
Mary: _____5____isn't there a class
Xiaoyan: The trainer is on holiday. But it starts again the month after next. So, the month after next, I do two gym sessions again and I do Tai Chi.
Mary: Well. Good luck! Enjoy yourself!
第5题:
某数据库有一个Name字段,查找Name不是Mary的记录的准则可以设定为( )。
A.Not "Mary"
B.Not "Mary"
C.Not"*Mary"
D.Not"*Mary*"
第6题: