2006年春浙江省计算机等级考试二级C试卷及答案.docx
《2006年春浙江省计算机等级考试二级C试卷及答案.docx》由会员分享,可在线阅读,更多相关《2006年春浙江省计算机等级考试二级C试卷及答案.docx(10页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、2019年春浙江省高等学校计算机等级考试试卷(二级C)说明: 考生应将全部试题的答案填写在答卷上。其中试题1试题6,请在答卷上各小题正确选项的对应位置处填“”; 请将你的准考证号的后五位填写在答卷右下角的指定位置内; 考试时间为90分钟;试题1(每小题3分,共12分)阅读下列程序说明和程序,在每小题供应的若干可选答案中,选择一个正确答案。【程序说明】求 1 + 2/3 + 3/5 + 4/7 + 5/9 + 的前20项之和。 运行示例:sum = 11.239837【程序】#include void main( )int i, b = 1;double s; (1) ; for(i = 1;
2、i = 20; i+) s = s + (2) ; (3) printf( (4) , s);【供选择的答案】(1)A、s = 0B、s = 1 C、s = -1D、s = 2(2) A、i/bB、double(i)/double(b) C、i/2*i-1D、(double)i/(double)b(3) A、;B、b = 2 * i 1; C、b = 1.0 * b; D、b = b + 2; (4) A、sum = %dn B、s = %cnC、sum = %fn D、s = %sn试题2(每小题3分,共12分)阅读下列程序说明和程序,在每小题供应的若干可选答案中,选择一个正确答案。【程序说
3、明】输入10个整数,将它们从大到小排序后输出。 运行示例:Enter 10 integers: 1 4 -9 99 100 87 0 6 5 34After sorted: 100 99 87 34 6 5 4 1 0 -9【程序】#include void main( ) int i, j, t, a10; printf(Enter 10 integers: ); for(i = 0; i 10; i+) scanf( (5) ); for(i = 1; i 10; i+) for( (6) ; (7) ; j+) if( (8) ) t = aj; aj = aj+1; aj+1 = t;
4、 printf(After sorted: ); for(i = 0; i i B、j 9 - i C、j i - 1(8) A、ai-1 ai B、aj+1 aj+2 C、aj aj+1 D、ai aj试题3(每小题3分,共12分)阅读下列程序说明和程序,在每小题供应的若干可选答案中,选择一个正确答案。【程序说明】输入一个字符串和一个正整数m,将该字符串中的前m个字符复制到另一个字符串中,再输出后一个字符串。运行示例1:Enter a string: 103+895=Enter an integer: 6The new string is 103+89运行示例2:Enter a string
5、: 103+895=Enter an integer: 60The new string is 103+895=运行示例3:Enter a string: 103+895=Enter an integer: 0The new string is 【程序】#include #include void main( ) char s80, t80, i, m;printf(Enter a string:); gets(s);printf(Enter an integer:);scanf(%d, &m); for(i = 0; (10) ; i+) (11) ; (12) printf(The new
6、 string is );puts(t);【供选择的答案】(9) A、ctype.hB、math.h C、stdio.hD、string.h(10) A、i mB、si!= 0 C、si!= 0 & i mD、si!= 0 | i m(11) A、*s+ = *t+B、ti = si C、*t+ = *s+D、si = ti(12)A、ti = 0;B、; C、*+s = 0;D、*+t = 0;试题4(每小题3分,共12分)阅读下列程序并答复问题,在每小题供应的若干可选答案中,选择一个正确答案。【程序】#include void main( ) int s, x1, y1, z1, x2,
7、y2, z2; printf(Enter 6 integers:);scanf(%d%d%d%d%d%d, &x1, &y1, &z1, &x2, &y2, &z2);s = f(x2, y2, z2) - f(x1, y1, z1);printf(%dn, s);f(int x, int y, int z) int k, n; int tab213 = 0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31, 0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 n = (x % 4 = 0 & x %
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 2006 浙江省 计算机等级考试 二级 试卷 答案
限制150内