当前位置:建筑工程综合练习题库

问题:

[单选] 楼梯的建筑构造要求中,疏散用楼梯和疏散通道上的阶梯不宜采用螺旋楼梯和扇形踏步。当必须采用时,踏步上下两级所形成的平面角度不应大于10°,且每级离扶手25cm处的踏步深度不应小于()cm。

A . 12
B . 22
C . 32
D . 42

新闻价值是新闻事实或相应作品满足传播主体或接受主体()。 新闻需求的程度。 信息需求的程度。 文化需求的程度。 社会需求的程度。 Class TestException  1. public class TestException extends Exception {  2. } Class a:  1. public class a {  2.  3. public String sayHello(String name) throws TestException {  4.  5. if(name == null) {  6. throw new TestException();  7. }  8.  9. return “Hello “+ name;  10. }  11.  12. }  A programmer wants to use this code in an application: 45. A a=new A();  46. System.out.println(a.sayHello(”John”));  Which two are true?()  Class a will not compile.。  Line 46 can throw the unchecked exception TestException.。  Line 45 can throw the unchecked exception TestException.。  Line 46 will compile if the enclosing method throws a TestException.。  Line 46 will compile if enclosed in a try block, where TestException is caught.。 西周以后,文献中频繁出现“皇天”、“上天”、“天”、“昊天”、“苍天”,表明一种信仰已广泛流传,这种信仰是() 日崇拜。 月崇拜。 鬼魂崇拜。 上帝崇拜。 什么是报刊宣传活动? 钢琴曲集《旅行岁月》中()共有9首 《意大利游记》。 《瑞士游记》。 《第三年》。 《浮士德交响曲》。 楼梯的建筑构造要求中,疏散用楼梯和疏散通道上的阶梯不宜采用螺旋楼梯和扇形踏步。当必须采用时,踏步上下两级所形成的平面角度不应大于10°,且每级离扶手25cm处的踏步深度不应小于()cm。
参考答案:

  参考解析

本题考核的是防火、防烟、疏散的要求。疏散用楼梯和疏散通道上的阶梯不宜采用螺旋楼梯和扇形踏步。当必须采用时,踏步上下两级所形成的平面角度不应大于10。,且每级离扶手25cm处的踏步深度不应小于22cm。

在线 客服