A.raise
B.arise
C.occur
D.happen
第1题:
Your argument ____ that human nature is essentially the same everywhere.
A、guess
B、pretends
C、assumes
D、seems
第2题:
GiventhatastaticmethoddoIt()inaclassWorkrepresentsworktobedone,whatblockofcodewillsucceedinstartinganewthreadthatwilldothework?
CODEBLOCKa:
Runnabler=newRunnable(){
publicvoidrun(){
Work.doIt();
}
};
Threadt=newThread(r);
t.start();
CODEBLOCKb:
Threadt=newThread(){
publicvoidstart(){
Work.doIt();}};
t.start();
CODEBLOCKc:
Runnabler=newRunnable(){
publicvoidrun(){
Work.doIt();
}
};
r.start();
CODEBLOCKd:
Threadt=newThread(newWork());
t.start();
CODEBLOCKe:
Runnablet=newRunnable(){
publicvoidrun(){
Work.doIt();
}
};
t.run();
第3题:
Some plants are so sensitive _____ pollution that they can only survive in a perfectly clean environment.
(A) from (B) against (C) to (D) with
选C
sensitive to表示“对……敏感”
比如说be sensitive to ridicule对别人的嘲笑敏感,容易生气
它后面也可以接about
be sensitive about one's appearance(对别人的外表敏感)过分注重外表
第4题:
A.antique
B.application
C.treatment
D.resentment
答案:D
解析:句意为:所有人都对不公平的对待感到()。antique意为“古董,古老的”,application意为“应用,申请”,treatment意为“治疗,处理”,resentment意为“愤恨,怨恨”,根据句意此处填入resentment合适,答案选D。
第5题:
A.don’t … at
B.didn’t … at
C.didn’t … in
D.don’t ...in
第6题:
-- Ann is in hospital.
-- Oh, really? I __ know. I __ go and visit her.
A. didn’t; am going to B. don’t; would
C. don’t; will D. didn't; will