所谓的及时复习,应该是指()。
A.在学习结束立刻复习
B.一周之后复习
C.考试前复习
D.当天复习
参考答案:A
解析:学习20分钟之后,遗忘达42%,所以应当在学习结束立刻复习。
下面程序段的输出结果是 public class Test { public static void main(String args []){int a,b;for(a=1,b=1;a<100;a++){ if(b>=10)break; if(b%2==1){ b+=2; continue; }}System.out.println(A) ; } }
A.5
B.6
C.7
D.101
—You don’t believe in aliens, do you ?
—__________. It’s a crazy idea.________
A.Yes, I do; I don’t believe a word of it.
B.Yes, I do; You’ve got it right.
C.Yes, I don’t; You must be joking.
D.No, I don’t; What do you make of it?