【计算机类职业资格】三级数据库技术机试-270及答案解析.doc

上传人:progressking105 文档编号:1321309 上传时间:2019-10-17 格式:DOC 页数:3 大小:27KB
下载 相关 举报
【计算机类职业资格】三级数据库技术机试-270及答案解析.doc_第1页
第1页 / 共3页
【计算机类职业资格】三级数据库技术机试-270及答案解析.doc_第2页
第2页 / 共3页
【计算机类职业资格】三级数据库技术机试-270及答案解析.doc_第3页
第3页 / 共3页
亲,该文档总共3页,全部预览完了,如果喜欢就下载吧!
资源描述

1、三级数据库技术机试-270 及答案解析(总分:100.00,做题时间:90 分钟)一、上机题(总题数:1,分数:100.00)1.下列程序的功能是:选出 5000以下符合条件的自然数。条件是:千位数字与百位数字之和等于十位数字与个位数字之和,且千位数字与百位数字之和等于个位数字与千位数字之差的 10倍。计算并输出这些4位自然数的个数 cnt及这些数的和 sum。请编写函数 countValue()实现程序的要求,最后调用函数 writeDAT()把结果 cnt和 sum输出到文件 OUT67.DAT中。注意:部分源程序已给出。请勿改动主函数 main()和写函数 writeDAT()的内容。试

2、题程序:#includestdio.hint cnt,sum;void countValue()void main()cnt=sum=0;countValue();printf (“满足条件的自然数的个数=%d/n“, cnt);printf (“满足条件的自然数的值的和=%d/n“, sum);writeDAT();writeDAT ( )FILE *fp;fp=fopen(“OUT67.DAT“,“w“);fprintf(fp,“%d/n%d/n“,cnt,sum);fclose(fp);(分数:100.00)_三级数据库技术机试-270 答案解析(总分:100.00,做题时间:90 分钟

3、)一、上机题(总题数:1,分数:100.00)1.下列程序的功能是:选出 5000以下符合条件的自然数。条件是:千位数字与百位数字之和等于十位数字与个位数字之和,且千位数字与百位数字之和等于个位数字与千位数字之差的 10倍。计算并输出这些4位自然数的个数 cnt及这些数的和 sum。请编写函数 countValue()实现程序的要求,最后调用函数 writeDAT()把结果 cnt和 sum输出到文件 OUT67.DAT中。注意:部分源程序已给出。请勿改动主函数 main()和写函数 writeDAT()的内容。试题程序:#includestdio.hint cnt,sum;void coun

4、tValue()void main()cnt=sum=0;countValue();printf (“满足条件的自然数的个数=%d/n“, cnt);printf (“满足条件的自然数的值的和=%d/n“, sum);writeDAT();writeDAT ( )FILE *fp;fp=fopen(“OUT67.DAT“,“w“);fprintf(fp,“%d/n%d/n“,cnt,sum);fclose(fp);(分数:100.00)_正确答案:(void countValue()int i,thou,hun,ten,data;for(i=5000;i=1000;i-)thou=i/1000

5、; /*求四位数的千位数字*/hun=i%1000/100; /*求四位数的百位数字*/ten=i%100/10; /*求四位数的十位数字*/data=i%10; /*求四位数的个位数字*/if(thou+hun=ten+data&thou+hun=(data-thou)*10) /*千位数与百位数之和等于十位数与个位数之和,且千位数与百位数之和等于个位数与千位数之差的10倍*/cnt+; /*则统计满足条件的数的个数*/sum+=i; /*将满足条件的数求和*/)解析:解析 本题考查的知识点如下:(1)“%”与“/”的使用。(2)判断结构中多个条件的布尔运算。(3)循环结构的使用。本题要求选出 5000以下符合条件的 4位数,所以选择范围是 1000到 5000。这里要借助运算符“%”与“/”将 4位数各位上的数拆成独立的数字:将 1个 4位数整除 1000则可得到其千位上的数字,除以1000取余再整除 100则可得百位上的数字,除以 100取余再整除 10则可得十位上的数字,除以 10取余则得个位上的数字。题中给出的两个条件都要满足,所以两条件之间用“与”运算。使用循环结构对1000到 5000之间的数依次进行上述的处理。

展开阅读全文
相关资源
猜你喜欢
  • BS ISO 28003-2007 Security management systems for the supply chain Requirements for bodies providing audit and certification of supply chain security management systems《供应链的安全管理系统 .pdf BS ISO 28003-2007 Security management systems for the supply chain Requirements for bodies providing audit and certification of supply chain security management systems《供应链的安全管理系统 .pdf
  • BS ISO 28004-1-2007 Security management systems for the supply chain - Guidelines for the implementation of ISO 28000《供应链安全管理系统 ISO 28000的实施指南》.pdf BS ISO 28004-1-2007 Security management systems for the supply chain - Guidelines for the implementation of ISO 28000《供应链安全管理系统 ISO 28000的实施指南》.pdf
  • BS ISO 28004-2-2014 Security management systems for the supply chain Guidelines for the implementation of ISO 28000 Guidelines for adopting ISO 28000 for use in medium and small se.pdf BS ISO 28004-2-2014 Security management systems for the supply chain Guidelines for the implementation of ISO 28000 Guidelines for adopting ISO 28000 for use in medium and small se.pdf
  • BS ISO 28004-3-2014 Security management systems for the supply chain Guidelines for the implementation of ISO 28000 Additional specific guidance for adopting ISO 28000 for use by mr.pdf BS ISO 28004-3-2014 Security management systems for the supply chain Guidelines for the implementation of ISO 28000 Additional specific guidance for adopting ISO 28000 for use by mr.pdf
  • BS ISO 28004-4-2014 Security management systems for the supply chain Guidelines for the implementation of ISO 28000 Additional specific guidance on implementing ISO 28000 if compli.pdf BS ISO 28004-4-2014 Security management systems for the supply chain Guidelines for the implementation of ISO 28000 Additional specific guidance on implementing ISO 28000 if compli.pdf
  • BS ISO 28005-1-2013 Security management systems for the supply chain Electronic port clearance (EPC) Message structures《供应链安全管理体系 电子出港证(EPC) 报文结构》.pdf BS ISO 28005-1-2013 Security management systems for the supply chain Electronic port clearance (EPC) Message structures《供应链安全管理体系 电子出港证(EPC) 报文结构》.pdf
  • BS ISO 28005-2-2011 Security management systems for the supply chain Electronic port clearance (EPC) Core data elements《供应链安全管理体系 电子出港证(EPC) 核心数据元素》.pdf BS ISO 28005-2-2011 Security management systems for the supply chain Electronic port clearance (EPC) Core data elements《供应链安全管理体系 电子出港证(EPC) 核心数据元素》.pdf
  • BS ISO 28007-1-2015 Ships and marine technology Guidelines for Private Maritime Security Companies (PMSC) providing privately contracted armed security personnel (PCASP) on board s.pdf BS ISO 28007-1-2015 Ships and marine technology Guidelines for Private Maritime Security Companies (PMSC) providing privately contracted armed security personnel (PCASP) on board s.pdf
  • BS ISO 28057-2014 Dosimetry with solid thermoluminescence detectors for photon and electron radiations in radiotherapy《放射疗法中光子和电子辐射用固体热释光探测器的放射量测定》.pdf BS ISO 28057-2014 Dosimetry with solid thermoluminescence detectors for photon and electron radiations in radiotherapy《放射疗法中光子和电子辐射用固体热释光探测器的放射量测定》.pdf
  • 相关搜索

    当前位置:首页 > 考试资料 > 职业资格

    copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
    备案/许可证编号:苏ICP备17064731号-1