皮皮学,免费搜题
登录
搜题
【简答题】
Most earthquakes occur within the upper 15 miles of the earth’s surface, but earthquakes can and do occur at all depths to about 460 miles. Their number decreases as the depth increases. At about 460 miles one earthquake occurs only every few years. Near the surface earthquakes may run as high as 100 in a month, but the yearly average does not vary much. The extent of the disaster in an earthquake depends on many factors. If you carefully build a toy house with an erect set (坚立架), it will still stand no matter how much you shake the table. But if you build a toy house with a pack of cards, a slight shake of the table will make it fall. An earthquake in Agadir was not strong, but it completely destroyed the city. Many stronger earthquakes have done comparatively little damage. If a building is well constructed and built on solid ground, it will resist an earthquake. Most deaths in earthquakes have been due to faulty building construction or poor building sites. A third and very serious factor is panic. When people rush out into narrow streets, more deaths will result. There is one type of earthquake disaster that little can be done about. This is the disaster caused by seismic (地震的) sea waves, or tsunamis (海啸). These are often called tidal waves, but the name is incorrect. They had nothing to do with tides. In certain areas, earthquakes take place beneath the sea. These submarine earthquakes sometimes give rise to seismic sea waves. The waves are not noticeable out at sea because of their long wave length. But when they roll into harbors, they pile up into walls of water 6 to 60 feet high. The Japanese call them “tsunamis” meaning “harbor waves”, because they reach a sizable (相当大的) height only in harbors. Tsunamis travel fairly slowly, at speeds up to 500 miles an hour. An earthquake warning system is in use to warn all shores likely to be reached by the waves. But this only enables people to leave the threatened shores for higher ground: There is no way to stop the oncoming wave. 小题1:Which of the following can NOT be concluded from the passage? A.The number of earthquakes is closely related to the depth. B.Roughly the same number of earthquakes occur each year. C.Earthquakes are impossible at depths over 460 miles. D.Earthquakes are most likely to occur near the surface. 小题2:The destruction of Agadir is an example of . A.faulty building construction B.an earthquake’s strength C.widespread panic in earthquakes D.ineffective instruments 小题3:According to the passage, the waves caused by submarine earthquakes are not noticeable out at sea because of . A.their high speed B.the wide shores C.their silent movements D.their long wave length 小题4:The significance of the slow speed of tsunamis is that people may . A.help reduce fear B.find ways to stop them C.be warned early enough D.develop warning systems 小题5:According to the passage, the number of factors that may determine the extent of the disaster in an earthquake is . A.two B.five C.four D.three
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】下述4行代码组成的小程序总共创建String对象的个数为: String s1 = "abc"; String s2 = new String("abc"); String s3 = "abc"; String s4 = new String("abc");
A.
1
B.
4
C.
2
D.
3
【单选题】下面哪一个不是三羧酸循环里的关键酶?
A.
柠檬酸合成酶
B.
α-酮戊二酸脱氢酶系
C.
异柠檬酸脱氢酶
D.
琥珀酰辅酶A硫激酶
【单选题】var s1:String="abc"; var s2:String="Abc"; var s3:String="a b c"; 下列说法中,正确的是()
A.
s1和s2是一样的字符串
B.
s1和s3是一样的
C.
s1和s2不一样,但是和s3是一样的
D.
s1、s2和s3是三个各不相同的字符串
【单选题】角色扮演者扮演角色是为了获得心理上的满足,这属于()。
A.
自致角色
B.
表现性角色
C.
理想角色
D.
功利性角色
【单选题】关于以下程序段,正确的说法是( )。 (1) String s1='abc'+'def'; (2) String s2=new String (s1); (3) if (s1.equals (s2)) (4) System.out.println('==succeded'); (5) if(s1==s2) (6) System.out.println('.equals( )succeded');
A.
行(4)与行(6)都将执行
B.
行(4)执行,行(6)不执行
C.
行(6)执行,行(4)不执行
D.
行(4)、行(6)都不执行
【单选题】角色扮演者扮演角色是为了获得心理上的满足,这属于()。
A.
表现性角色
B.
功利性角色
C.
自致角色
D.
理想角色
【简答题】请问 如下哪些语句正确 ? ( 多选 ) A : String s1=” abc ”; String s2=” abc ”; 则 s1= =s2 B : String[] s=” abc ”; C: new String s=” abc ”; D : String s=new String(“ abc ”);A. String s1=” abc ”; String s2=” abc ”; 则 s1...
【简答题】String s1=new String(“abc”); String s2=new String (“abc”); s1.equals(s2) 结果为?
【单选题】设有 S tring s = new String( “ abc ” ); 要使得运行结果为 s=abc10 可运行下列选项中的
A.
s += 10;   System.out.print( “ s= ” + s);
B.
String s2 = new String( “ 10 ” ) ; s = s + s2 ; System.out.print( “ s= ” + s);
C.
String s2 = new String( “ 10 ” ) ; System.out.print( “ s= ” + s.concat(s2));
D.
以上均可
【简答题】点开期末-对账窗口,同时按下()+()两个键,激活恢复记账前状态功能。
相关题目: