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

问题:

[单选] 建筑地面工程施工中,整体面层施工后,养护时间不应小于()d。

A . 7
B . 14
C . 21
D . 28

学前儿童科学教育环境是指为了促进学前儿童的科学素养的发展,由教育者创设、规划的一种具有科学教育价值的环境。 Given the following code, write a line of code that, when inserted at the indicated location, will make the overriding method in Extension invoke the overridden method in class Base on the current object.   class Base {   public void print() {   System.out.println("base");   }   }   class Extention extends Base {   public void print() {   System.out.println("extension");   // insert line of implementation here   }   }   public class Q294d {   public static void main(String args[]) {   Extention ext = new Extention();   ext.print();   }   }   Fill in a single line of implementation.() 2016年是我国()宪法日。 第一个。 第二个。 第三个。 第四个。 莫扎特的歌剧作品中,被称为德语歌剧的标志是() 《狄托的仁慈》。 《伊多梅纽斯》。 《魔笛》。 《女人心》。 简述被害人的特征。 建筑地面工程施工中,整体面层施工后,养护时间不应小于()d。
参考答案:

  参考解析

本题考核的是整体面层铺设要求。整体面层施工后,养护时间不应少于7d;抗压强度应达到5MPa后,方准上人行走;抗压强度应达到设计要求后,方可正常使用。

在线 客服