题目内容

● Project()is an uncertain event or condition that ,if it occurs ,has a positive or a negative effect on at least one project objective ,such as time ,cost ,scope or quality()A. risk B. problem C. result D. data

查看答案
更多问题

● 监理方在对信息化建设项目验收工作执行质量控制时,应首先要求承建单位提交(1)。经监理方审核通过后,承建单位再提交(2)。监理方审核通过后,由验收组执行验收工作。监理方对验收过程审查,给出验收结论。如果验收结论为“不通过”则执行(3)。
(1)A.验收方案 B.验收申请 C.验收测试数据 D.验收工作成果
(2)A.验收方案 B.验收申请 C.验收测试数据 D.验收工作成果
(3)A.工程竣工 B.工程终止并执行索赔 C.工程限期整改 D.工程终止但不需要索赔

● Categories of risk response are ()()A. Identification, quantification, response development, and response controlB. Marketing technical, financial, and humanC. Avoidance, retention, control, and deflectionD. Avoidance, mitigation, acceptance, and Transferring

()阅读下列说明和C语言程序,将应填入 (n)处的语句写在答题纸的对应栏内。[说明]下面程序是一个带参数的主函数,其功能是显示在命令行中输入的文本文件内容。[C语言函数]#include"stdio.h"main(argc,argv) int argc; char *argv[]; { (1) ; if((fp=fopen(argv[1],”r’’))== (2) ) { printf(”file not open!\n”);exit(0);} while((3) ) putchar((4) ); (5); }

()阅读下列说明和C语言程序,将应填入 (n)处的语句写在答题纸的对应栏内。[说明]有一个一维数组cj,内放20个学生成绩,求平均成绩。函数ave用来求20个学生的平均成绩。[C语言函数]float ave(float a[20]){ int i;float aver,sum= (1) ;for(i=1;i<20;i++) sum= (2) ;aver= (3) ;return((4) );}main(){ float cj[20],aver;int i;printf(“input 20 cj:\n”);for(i=0;i<20;i++) scanf(“%f”,&cj[i]);printf(“\n”);aver= (5) ;printf(“average cj is %6.2f”,aver);}

答案查题题库