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

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

1、三级数据库技术机试-252 及答案解析(总分:100.00,做题时间:90 分钟)一、上机题(总题数:1,分数:100.00)1.已知数据文件 IN85.DAT中存有 200个 4位数,并已调用读函数 readDat()把这些数存入数组 a中,请编制一函 gtjsVal(),其功能是:如果一个 4位数的千位数字上的值加十位数字上的值恰好等于百位数字上的值加上个位数字上的值,并且此 4位数是偶数,则统计出满足此条件的数的个数 cnt并把这些 4位数按从小到大的顺序存入数组 b中,最后调用写函数 writeDat()把结果 cnt及数组 b中符合条件的 4位数输出到 OUT85.DAT 文件中。注

2、意:部分源程序已给出。程序中已定义数组:a200,b200,已定义变量:cnt。请勿改动主函数 main()、读函数 readDat()和写函数 writeDat()的内容。试题程序:#include#define MAX 200int aMAX,bMAX,cnt=0;void jsVal( )void readDat( )int i;FILE *fp;fp=fopen(“IN85.DAT“,“r“);for(i=0;iMAX;i+)fscanf(fp,“%d“,fclose(fp);main()int i;readDat();jsVal();print f ( “满足条件的数=%d/n“ ,

3、 cnt);for(i=0;icnt;i+)printf(“%d“,bi);printf(“/n“);writeDat();writeDint i;fp=fopen(“OUT85.DAT“,“w“);fprintf(fp,“%d/n“,cnt);for(i=0;icnt;i+)fprintf(fp, “%d/n“,bi);fclose(fp);(分数:100.00)_三级数据库技术机试-252 答案解析(总分:100.00,做题时间:90 分钟)一、上机题(总题数:1,分数:100.00)1.已知数据文件 IN85.DAT中存有 200个 4位数,并已调用读函数 readDat()把这些数存入

4、数组 a中,请编制一函 gtjsVal(),其功能是:如果一个 4位数的千位数字上的值加十位数字上的值恰好等于百位数字上的值加上个位数字上的值,并且此 4位数是偶数,则统计出满足此条件的数的个数 cnt并把这些 4位数按从小到大的顺序存入数组 b中,最后调用写函数 writeDat()把结果 cnt及数组 b中符合条件的 4位数输出到 OUT85.DAT 文件中。注意:部分源程序已给出。程序中已定义数组:a200,b200,已定义变量:cnt。请勿改动主函数 main()、读函数 readDat()和写函数 writeDat()的内容。试题程序:#include#define MAX 200i

5、nt aMAX,bMAX,cnt=0;void jsVal( )void readDat( )int i;FILE *fp;fp=fopen(“IN85.DAT“,“r“);for(i=0;iMAX;i+)fscanf(fp,“%d“,fclose(fp);main()int i;readDat();jsVal();print f ( “满足条件的数=%d/n“ , cnt);for(i=0;icnt;i+)printf(“%d“,bi);printf(“/n“);writeDat();writeDint i;fp=fopen(“OUT85.DAT“,“w“);fprintf(fp,“%d/n

6、cnt);for(i=0;icnt;i+)fprintf(fp, “%d/n“,bi);fclose(fp);(分数:100.00)_正确答案:(第 85套 上机考试试题void jsVal( )int i, thou, hun, ten, data, j;for (i=0;i200; i+)thou=a i /1000; /*求四位数的千位数字*/hun=a i %1000/100; /*求四位数的百位数字*/ten=a i %100/10; /*求四位数的十位数字* /data=a i %10; /*求四位数的个位数字*/if(thou+ten=hun+data /*则将满足条件的数存

7、入数组 b中*/ cnt+; /*统计满足条件的数的个数*/for ( i=0; icnt-1; i+) /*将数组 b中的数按从小到大的顺序排列* /for (j=i+1; jcnt; j+)if(bibj)data=b i;bi=bj;b j =data;)解析:解析 本题考查的知识点如下:(1)运算符“%”及“/”的使用。(2)选择结构中多个条件的布尔运算。(3)数据的排序。在本题中,首先要将一个 4位数的千位、百位、十位、个位拆成独立的数字。这里借助特殊运算符号“%”(取余)和“/”(整除),拆分方法略。题中给出的两个条件必须同时满足,所以两条件之间用“与”运算。将符合条件的数先存入数组 b中,再对 b中的数据进行排序。排序使用“选择排序法”。

展开阅读全文
相关资源
猜你喜欢
  • BS PD IEC TS 62763-2013_5284 Pilot function through a control pilot circuit using PWM (pulse width modulation) and a control pilot wire《通过控制导向线使用PWM (脉冲宽度调制) 的导向功能和控制导向线》.pdf BS PD IEC TS 62763-2013_5284 Pilot function through a control pilot circuit using PWM (pulse width modulation) and a control pilot wire《通过控制导向线使用PWM (脉冲宽度调制) 的导向功能和控制导向线》.pdf
  • BS ISO 8070-2007 Milk and milk products - Determination of calcium sodium potassium and magnesium contents - Atomic absorption spectrometric method《牛奶和奶制品 钙、钠、钾和镁含量的测定 原子吸.pdf BS ISO 8070-2007 Milk and milk products - Determination of calcium sodium potassium and magnesium contents - Atomic absorption spectrometric method《牛奶和奶制品 钙、钠、钾和镁含量的测定 原子吸.pdf
  • BS ISO 8082-1-2009 Self-propelled machinery for forestry - Laboratory tests and performance requirements for roll-over protective structures - General machines《林业用自推进机械 防倾.pdf BS ISO 8082-1-2009 Self-propelled machinery for forestry - Laboratory tests and performance requirements for roll-over protective structures - General machines《林业用自推进机械 防倾.pdf
  • BS ISO 8082-2-2011 Self-propelled machinery for forestry Laboratory tests and performance requirements for roll-over protective structures Machines having a rotating platf.pdf BS ISO 8082-2-2011 Self-propelled machinery for forestry Laboratory tests and performance requirements for roll-over protective structures Machines having a rotating platf.pdf
  • BS ISO 8083-2006 Machinery for forestry - Falling-object protective structures (FOPS) - Laboratory tests and performance requirements《林业机械 落体防护装置(FOPS) 实验室试验和性能要求》.pdf BS ISO 8083-2006 Machinery for forestry - Falling-object protective structures (FOPS) - Laboratory tests and performance requirements《林业机械 落体防护装置(FOPS) 实验室试验和性能要求》.pdf
  • BS ISO 8086-2004 Dairy plant - Hygiene conditions - General guidance on inspection and sampling procedures《乳品厂 卫生条件 检验和取样程序通用指南》.pdf BS ISO 8086-2004 Dairy plant - Hygiene conditions - General guidance on inspection and sampling procedures《乳品厂 卫生条件 检验和取样程序通用指南》.pdf
  • BS ISO 8096-2005 Rubber- or plastics-coated fabrics for water resistant clothing - Specification《雨衣用橡胶或塑料涂覆织物 规范》.pdf BS ISO 8096-2005 Rubber- or plastics-coated fabrics for water resistant clothing - Specification《雨衣用橡胶或塑料涂覆织物 规范》.pdf
  • BS ISO 8097-2001 Aircraft Minimum airworthiness requirements and test conditions for certified air cargo unit load devices《航空器 经认证的航空货运集装单元装置最低适航性要求和试验条件》.pdf BS ISO 8097-2001 Aircraft Minimum airworthiness requirements and test conditions for certified air cargo unit load devices《航空器 经认证的航空货运集装单元装置最低适航性要求和试验条件》.pdf
  • BS ISO 8114-1993 Textile machinery and accessories - Spindles for ring-spinning and doubling machines - List of equivalent terms《纺织机械和附件 环锭纺纱机和并线机用锭子 同义术语表》.pdf BS ISO 8114-1993 Textile machinery and accessories - Spindles for ring-spinning and doubling machines - List of equivalent terms《纺织机械和附件 环锭纺纱机和并线机用锭子 同义术语表》.pdf
  • 相关搜索

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

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