A、badly
B、directly
C、strongly
D、hardly
第1题:
9. _______you _______ stay at home today?
A. Do ; have to
B. Must; have to
C. Have; to
D. Do ; must
第2题:
If you are having your hair () and also having us () sculptured nails, the cost for your nail application will be $25.00 instead of $30.00.
A、done,applied
B、done,apply
C、did,apply
D、done,applying
第3题:
第4题:
A、are…being
B、is…being
C、has…been
D、have…been
第5题:
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();
第6题:
You look() What()you()?
Atire;did;do
Btiring;have;done
Ctired;do;do
Dtired;have;been doing