当前位置:建设工程项目管理综合练习题库

问题:

[单选] 政府质量监督机构参加建设工程项目竣工验收会议的目的是()。

A . 对建设过程质量情况进行总结,签发竣工验收意见书
B . 对影响结构安全的工程实体质量进行检测
C . 对影响使用功能的相关部分进行检查验收
D . 对质量验收的程序、组织、方法、过程等进行监督

影响劳动供给的因素有() 工资率。 闲暇。 劳动者拥有的财富状况。 社会习俗。 人口总量及其构成。 年金保险是一种()保险产品。 商业化经营获得成功的第一家大众化报纸是()。 《纽约太阳报》。 《泰晤士报》。 《每日新闻》。 《法国时报》。 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。

在线 客服