Jim is one of the most popular ________ in my company. A.classmatesB. coachesC. citizensD. colleagues

Jim is one of the most popular ________ in my company.

A.classmates

B. coaches

C. citizens

D. colleagues


相关考题:

May likes ()life.She quitted her job when she became a mother and devoted herself to the baby. A、internalB、domesticC、ordinaryD、popular

I thought that this would be a funny trick () Jim. A、to play onB、to have playedC、playing onD、to being played on

My____(one) name is Kate.

From the passage, we can infer that "popular" words are ______.A. essential to daily lifeB. not regular in usageC. convenient to useD. not*standard enough to be used

The students who are not __________ with the progress they have made in their study willhave great success.A.contentB.seriousC.friendlyD.popular

He was a great supporter of socialized medicine,and was very liberal in his other views.A:favoring B:advancedC:opposite D:popular

Well done, Jim. You did very well in the high jump.()AI'm glad to hear thatBThat's rightCThank youDThe same to you

I thought that this would be a funny trick()Jim.Ato play onBto have playedCplaying onDto being played on

请看一下代码,《插入代码》处应填入的代码是()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);

通过 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 ActorC.SELECT * FROM Actor WHERE FirstName='Jim' AND LastName='Carter'D.SELECT * FROM Actor WHERE FirstName='Jim' OR LastName='Carter'