皮皮学,免费搜题
登录
搜题
【简答题】
Jungle(丛林) country is not friendly to man,but it is possible to survive there. You must have the right equipment and you must know a few important things about woodcraft(山林野外知识). Then your chances of staying alive are very good. No one should go into the jungle without the right equipment. You need lightweight clothing, a good knife, and a compass. Fishhooks and a line,a rifle,matches in a waterproof container and a poncho(雨披) are necessary too. So is a mosquito net(蚊帐) to protect the head. In the jungle you can get hopelessly lost within five minutes after leaving known landmark(地界碑). That is why you should always carry a compass. In open country during the day, you can tell which way to go by studying the sun. At night the stars are sure guides to direction. But in most places the jungle rooftop is so thick that it is impossible to see the sun or the stars. Again and again you must check your position by the compass. Keep alert(警惕的). Watch the ground in front of you carefully. Stop and listen now and again. Avoid haste(匆忙), and rest often. In a place that is hot and humid(潮湿的), the person who sets a fast pace will soon become tired. A steady and even pace is wisest in the long run. If you lose your way, don't panic. Try to decide how long it has been since you were sure of your position. Mark the spot where you are with blazes on a tree. Put them on four sides of the tree, so that you will be able to see them from any direction. Then you can begin retracing your steps (going back exactly the way you have come), knowing that you can always find the spot from which you started. Except in an emergency, never try to travel the jungle at night. Whenever possible, it is wise to follow streams and rivers that are going in your general direction. This may cause you many extra miles of travel. But in the end it will save time and energy. Nothing is more exhausting (extremely tiring) than hacking (cutting) a way through unbroken jungle. Surviving in the jungle is a science. The jungle people have become perfect in this science, and you can too. Learn as much as you can about what to expect in the jungle. Make sure you have the right equipment. Then no part of the jungle will seem completely or frightening. In fact, you will be able to “live off” it for a long time. 小题1:To keep alive in the jungle, you should make it clear that the right equipment is _________. A.more important than a knowledge of woodcraft B.less important than a knowledge of woodcraft C.just as important as a knowledge of woodcraft D.not as important as a knowledge of woodcraft 小题2:If you lose your way in the jungle, which of the following can NOT be done? A.Check your position by the compass again and again. B.Decide how long ago it was that you got lost. C.Tell which way to go by studying the sun/the stars. D.Mark blazes on four sides of a tree and be sure to see them from any direction. 小题3:The author is strongly against traveling at night probably because __________. A.one tends to move too slowly at night B.some animals will attack you C.emergencies occur most frequently at night D.it is more difficult to check your position 小题4:“It is wise to follow streams and rivers”, which will ensure you to _________. A.avoid animals’ attacks B.save many extra miles of travel C.avoid hacking a way through unbroken jungle D.have a rich supply of drinking water
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】下列哪项是甘味药物的作用
A.
行气止痛
B.
缓急止痛
C.
温中止痛
D.
活血止痛
E.
祛风止痛
【单选题】下列哪项是甘味药物的作用
A.
理气止痛
B.
缓急止痛
C.
和中止痛
D.
活血止痛
E.
祛风止痛
【简答题】若运行时输入:3 5 /,则以下程序的运行结果是____。 #include “stdio.h” void main() { float x,y; char ch; double r; scanf(“%f %f %c”,&x,&y,&ch); switch(ch) {case '+':r=x+y;break; case '-': r=x-y;break; case '*': r=x*y;break...
【简答题】若运行时输入:3 5/,则以下的运行结果是。 #include int main() { float x,y;char o;double r; scanf("%f %f %c",&x,&y,&o); switch(o) { case '+':r=x+y;break; case '-':r=x-y;break; case '*':r=x*y;break; case '/ ':r=x/y;brea...
【简答题】若运行时输入:3 5/,则以下程序的运行结果是_______。 main() { float x,y; char o; double r; scanf("%f%f%c",&x,&y,&o); switch (o) { case '+':r=x+y;break; case '-':r=x-y;break; case '*':r=x*y;break; case '/':r=x/y;break; } p...
【简答题】若运行时输入:3 5 /,则以下程序片段的运行结果是__________。 float x,y; char o; double r; scanf(“%f %f %c”,&x,&y,&o); switch(o) { case ‘+’: r=x+y; break; case ‘-’: r=x-y; break; case ‘*’: r=x*y; break; case ‘/’: r=x/y; brea...
【单选题】人生价值内在地包含了人生的()和()
A.
个人价值 社会价值
B.
最低价值 最高价值
C.
自我价值 社会价值
D.
物质价值 精神价值
【简答题】若运行时输入:3 5 /,则以下程序的运行结果是 。 #include int main() { float x,y; char o; double r; scanf("%f %f %c",&x,&y,&o); switch(o) { case'+': r=x+y; break; case'-': r=x-y; break; case'*': r=x*y; break; case'/': ...
【简答题】有以下程序: #include main() { int s; scanf("%d",&s); while(s>0) { switch(s) { case 1: printf("%d",s+5); case 2: printf("%d",s+4); break; case 3: printf("%d",s+3); default: printf("%d",s+1);break; } ...
【多选题】下面哪些计数器的当前值始终不会出现负数?
A.
CTU型
B.
CTD型
C.
CTUD型
D.
以上都是
相关题目: