第1题:
A. searched for
B. searched
C. looked for
D. looked up
第2题:
A.looked down
B.looked for
C.looked into
D.looked after
第3题:
第4题:
A.looked at
B.looked for
C.look about
D.looked up
第5题:
—Why do you want to work for our company?
—This is the job that I for.
A.looked B.am to look
C.had looked D. have been looking
第6题:
第7题:
These plants are rather difficult()
第8题:
现有: class Guy {String greet() {return "hi"; } } class Cowboy extends Guy ( String greet() ( return "howdy ¨; ) ) class Surfer extends Guy (String greet() (return "dude! ";)) class Greetings { public static void main (String [] args) { Guy [] guys = ( new Guy(), new Cowboy(), new Surfer() ); for (Guy g: guys) System.out.print (g.greet()}; } } 结果为:()
第9题:
第10题:
hi hi ouch!
ouch! howdy ouch!
hi howdy ouch!
编译失败
运行的咐候有异常抛出
第11题:
hi howdy dude!
运行时异常被抛出。
第7行出现一个错误,编译失败。
第8行出现一个错误,编译失败。
第12题:
to look after
to be looked after
being looked after
looking after
第13题:
A.when
B.what
C.which
D.who
第14题:
A、 looked up
B、 looked at
C、 picked out
D、picked up
第15题:
–– Robert: I’m going to the cinema this evening.
–– Bill: ____
–– Robert: It ’s a Western “Cowboy Comes Home ”.
A: What’s on?
B: What’s in?
C: What is acted?
D: What is perform?
第16题:
14.
A.find
B.feel
C.looks
D.looked
第17题:
第18题:
These plants are rather difficult()
Ato look after
Bto be looked after
Cbeing looked after
Dlooking after
第19题:
The girl is jealous of her hat.()
第20题:
Though
Because
If
As
第21题:
must have looked after
would have to look after
had to look after
should have looked after
第22题:
第23题:
hi hi ouch!
hi howdy ouch!
ouch! howdy ouch!
编译失败