A、my father's and mother’s friends
B、friends of mine father and mother
C、my father and mother's friends
D、my father and mother friends
第1题:
Jim ______already ______in this school for two years.
A、was; studying
B、will; study
C、has; studied
D、are; studying
第2题:
Well done, Jim. You did very well in the high jump.()
AI'm glad to hear that
BThat's right
CThank you
DThe same to you
第3题:
请看一下代码,《插入代码》处应填入的代码是()Map map=new HashMap(); map.put(“tom”,123.6); map.put(“jim”,234.5); map.put(“terry”,45.3); 《插入代码》 其中《插入代码》处要实现的功能是把key为“jim”的value值在原有数字的基础上添加100。
A.map.put(“jim”,map.get(“jim”)+100);
B.map.set(“jim”,map.get(“jim”)+100);
C.map.put(“jim”,234.5);
D.map.set(“jim”,234.5);
第4题:
33._________is on my desk.
A. My clock
B.Jim's old watch
C. My new watch
D. My bag
第5题:
I thought that this would be a funny trick()Jim.
Ato play on
Bto have played
Cplaying on
Dto being played on
第6题:
通过 SQL,在表 Actor 中选择 FirstName 等于 Jim 而 LastName 等于 Carter 的所有记录的表述正确的是()。
A.SELECT * FROM Actor WHERE FirstName LIKE 'Jim' AND LastName LIKE 'Carter'
B.SELECT FirstName='Jim', LastName='Carter' FROM Actor
C.SELECT * FROM Actor WHERE FirstName='Jim' AND LastName='Carter'
D.SELECT * FROM Actor WHERE FirstName='Jim' OR LastName='Carter'