We can infer from Dr. Myers and Dr. Worm’s paper that ________.[A] the stock of large predators in some old fisheries has reduced by 90%[B] there are only half as many fisheries as there were 15 years ago[C] the catch sizes in new fisheries are only 20% of the original amount[D] the number of larger predators dropped faster in new fisheries than in the old

We can infer from Dr. Myers and Dr. Worm’s paper that ________.

[A] the stock of large predators in some old fisheries has reduced by 90%

[B] there are only half as many fisheries as there were 15 years ago

[C] the catch sizes in new fisheries are only 20% of the original amount

[D] the number of larger predators dropped faster in new fisheries than in the old


相关考题:

----Let’s go to the West Hill Park by taxi.---- Oh, it is not far away from here. We _______take a taxi.A. couldn’t B. mustn’t C. needn’t D. can’t

If it rains tomorrow, we _________ to picnic. A、wouldn't go toB、can't goC、won't go

If it rains tomorrow, we () for a picnic.A. wouldn't go outB. can't go outC. won't go out

If it rains tomorrow, we()out for a picnic.A. wouldn't goB. can't goC. won't go

Our tradition ______ be different _____ yours.A、can;withB、must;withC、need;asD、may;from

We ______ booked. Look, this restaurant is almost empty. A. must haveB. can’t haveC. should haveD. needn’t have

If it rains tomorrow, we ______ for a picniC. 一般现在时 A. wouldn’t go outB. can’t go outC. won’t go out (will not)

27.If we travel by car ,we_________.A. can't travel fifty or one hundred miles a dayB. can-t stop at a hotel to spend the nightC. can make our own timetable 'D. can travel to a very far place in several minutes

In some libraries young people can check out ten juvenile books at one time.A:adventureB:large-printC:hardcoverD:children's

现有学生社团管理数据库,其中包括基本表如下: 学生(学号,姓名,所在系); 社团(社团编号,名称,成立时间,社长),其中社长由该社团中学生担任; 参加(学号,社团编号,参加时间,职务),其中若不担任任何社团职务,属性“职务”为空; 若要查询参加了学生“李明”所参加的所有社团的学生学号、姓名和所在系,正确的SQL语句是()。A.SELECT * FROM 学生, 参加 WHERE 参加.学号=学生.学号 AND 姓名='李明;#B.SELECT * FROM 学生 S1 WHERE 学号 IN (SELECT 学号 FROM 参加 WHERE 社团编号 IN (SELECT 社团编号 FROM 参加, 学生 WHERE 参加.学号=学生.学号 AND 姓名='李明'));#C.SELECT * FROM 学生 S1 WHERE NOT EXISTS (SELECT * FROM 参加 P1, 学生 S2 WHERE P1.学号=S2.学号 AND S2.姓名='李明' AND NOT EXISTS (SELECT * FROM 参加 P2 WHERE P2.学号=S1.学号 AND P2.社团编号=P1.社团编号));#D.SELECT * FROM 学生 S1 WHERE EXISTS (SELECT * FROM 参加 P1, 学生 S2 WHE