- 1、本文档共17页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
2008年秋浙江省计算机等级考试(C语言)(国外英文资料)
2008年秋浙江省计算机等级考试(C语言)(国外英文资料)
Computer level examination (C), zhejiang province, 2008
Question 1 (3 points, 12 points)
Read the following instructions and procedures, and select the correct answer in each of the optional answers provided in each question.
[program description]
Enter a batch of students grades, and the negative Numbers will be the end of the input, the number of students who are required to count and output grades. Grades are divided into three grades, A (90 ~ 100), P (60 ~ 89) and F (0 ~ 59).
Run the sample:
Enter scores: 88, 71, 68, 70, 59, 81, 81, 81, 83, 10
A: 1; P: 8; F: 2;
【 application 】
# include stdio, h
The main ()
{int mark, a, p, f;
A = p = f = 0;
Printf ( Enter scores: );
Scanf ( % d , mark);
While ((1))
If (mark = 90) a + +;
(2) p + +;
(3) f + +;
(4)
}
Printf ( A: % d; P = % d; f: % d; \ n , A, P, f);
}
The answer to that choice.
(1) A, mark = 0 B, mark 0
C, mark = 0 D, mark 0
(2) A, else if (mark = 60) B, if (mark = 60)
C, else (mark = 60) D, if (mark 90)
(3) A, else (mark 60) B, else
C, if (mark ) D, else if (mark = 60)
(4) A, scanf ( % d , mark); B, scanf ( % d , mark);
C,; D, mark = getchar ();
Question 2 (3 points, 12 points)
Read the following instructions and procedures, and select the correct answer in each of the optional answers provided in each question.
[program description]
I want to find all the cubes that satisfy all of the Numbers between 1 and 999, which is equal to the number of them. For example, the number of the digits of 153 is 13 + 53 + 33 = 153.
Running the example:
1, 153, 370, 371, 407
【 application 】
# include stdio, h
The main ()
{int digit, j, sum, x;
For (j = 1; j 1000; j + +) {.
(5)
(6)
Do {
(7)
Sum = sum + digit digit * * digit;
X = x / 10;
(8)
If (sum = = j) printf ( % d );
}
}
The answer to that choice.
(5) A, sum = 0; B, sum = 1;
C, the sum = j; D,;
(6) A, x = 1; B, x = j;
C,; D, x = sum;
(7) A, digit = x / 10; B,;
C, digit = x % 10; D, digit = x;
(8) A, x = 0, B, j! = 0
C, j = = 0; D
您可能关注的文档
- 01 C语言基础(国外英文资料).doc
- 01控制一个LED 灯的亮和灭(国外英文资料).doc
- 09会计管理会计作业(国外英文资料).doc
- 009年山东省聊城市高唐县中小学班主任远程培训(国外英文资料).doc
- 01探索者STM32F4开发板光盘结构(必读)(国外英文资料).doc
- 01-第一章 计算机的基础知识(国外英文资料).doc
- 09年 春 计算机六_1(国外英文资料).doc
- 10KV高压电缆头冷缩(国外英文资料).doc
- 1.日本研制出防瞌睡座椅提高驾驶(国外英文资料).doc
- 10个常用菜鸟必学DOS命令(国外英文资料).doc
- 专题07 “四书”第七 -2024年中考语文复习之《经典常谈》章节阅读与训练(原卷版).docx
- 红色简约风年终总结表彰大会.pptx
- 专题08 非连续性阅读(多题型)40题-2023-2024学年七年级语文下学期期中专题复习(江苏专用)(解析版).docx
- 专题09 小说阅读(原卷版)- 备战2024年中考语文精选题集(北京专用).docx
- 专题09 议论文阅读(解析版)(江苏专用).docx
- 专题06 非连续性阅读(开放题型)-2023-2024学年八年级语文下学期期中专题复习(北京专用)(原卷版).docx
- 12月21日国际篮球日国际篮球比赛.pptx
- 蛇年除夕传统文化介绍.pptx
- 专题07 非连续性阅读(原卷版)- 备战2024年中考语文精选题集(北京专用).docx
- 专题10 非连续阅读(开放题型)50题-2023-2024学年七年级语文下学期期中专题复习(浙江专用)(解析版).docx
文档评论(0)