二级单位负责编制并审批本单位安全附件的修理、改造方案及校验、更新计划,()负责组织实施。
A.机动设备处
B.二级单位
C.车间
D.施工单位
参考答案:B
灭火救援业务训练是部队的经常性工作,内容主要包括训练工作概述、体能训练、()等。
A、技术训练
B、战术训练
C、指挥技能训练
D、心理训练
E、救护训练
在窗体上画一个命令按钮,名称为Command1。然后编写如下程序: Private Sub Command1_Click() Dim a As Integer,b As Integer,c As Integer If a=0 Then x=x-1 Else If b<>0 Then End If End If If c<>0 Then x=3 Else x=4 End If Print x End Sub程序运行后,如果单击命令按钮,则在窗体上显示的内容是( )。
A.34
B.4
C.35
D.3