A.make
B.enable
C.force
D.realize
第1题:
The more the young students worked, the ________ energetic they became.
A: much
B: more
C: most
D: very
第2题:
Because of the _____ emphasis placed on classroom work, the instructor will report your absences to the adviser.
(A) large (B) strong (C) hard (D) high
这个选B.strong 是重点的强调,排除法可去掉A,D ,这是固定用法.记住就可以了.
第3题:
13.
A.bring
B.carry
C.ride
D.fly
第4题:
A.fly(苍蝇)
B.cat
C.dog
D.bee
第5题:
Because of the _____ on classroom work, the instructor will report your absences to the adviser.
(A) large (B) strong (C) hard (D) high
这个选B.strong 是重点的强调,排除法可去掉A,D ,这是固定用法.记住就可以了.
第6题:
3.对于如下代码,下列哪个叙述是正确的? public class E{ public static void main(String[] args){ String strOne="bird"; String strTwo=strOne; strOne="fly"; System.out.println(strTwo); } }
A.程序编译出现错误。
B.程序标注的【代码】的输出结果是bird。
C.程序标注的【代码】的输出结果是fly。
D.程序标注的【代码】的输出结果是null。