ImageVerifierCode 换一换
格式:DOC , 页数:9 ,大小:89.50KB ,
资源ID:7575253      下载积分:10 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.docduoduo.com/d-7575253.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录   微博登录 

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(考试试卷-A.doc)为本站会员(yjrm16270)主动上传,道客多多仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知道客多多(发送邮件至docduoduo@163.com或直接QQ联系客服),我们立即给予删除!

考试试卷-A.doc

1、1中山大学授予学士学位工作细则第六条考 试 作 弊 不 授 予 学 士 学 位计 算 机 科 学 系 2009 上 学 期 程 序 设 计 I 期 末 考 试 试 题 (A)任 课 教 师 : 肖 菁 、 吴 维 刚 考 试 形 式 : 闭 卷 考 试 时 间 : 2 小 时年级: 09 专业: 计科、网工、信安 姓名: _ 学号: _成绩 _ 1. Single Answer Questions (Only one choice is correct). 20points.Choose the alternative(s) that best completes the statement

2、or answers the question.1) _ translates high-level language program into machine language program. A) CPU B) A compiler C) An assembler D) The operating system 2) _ is an object-oriented programming language. A) Pascal B) Java C) Ada D) C 3) Which of the following is a valid user-defined identifier?

3、 A) _343 B) 9X C) 8+9 D) class 4) To improve readability and maintainability, you should declare _ instead of using literal values such as 3.14159. A) classes B) constants C) variables D) functions 5) What is the value of (double)(5/2)? A) 2.5; B) 2.0; C) 2; D) 3; E) 3.0; 6) Suppose x is a char vari

4、able with a value b. What is the printout of the statement cout 0)if (y 0)cout 0 and y 0“;else if (z 0)cout 0“; A) x 0 and y 0; B) x 0; C) no printout. D) x =5) D) (x = 1) | (x != 1) 10) What is the value of “1.0 + 1.0 + 1.0 = 3.0“? A) true B) false C) There is no guarantee that 1.0 + 1.0 + 1.0 = 3.

5、0 is true.11) What is the execution result of the following statements? char *p =”abcdefgh”; p+=3;cout#include using namespace std;int countVowels(char *text)int novowels;for(int x =0; xstr; /Get the text string from keboardcout#include using namespace std;enum TYPE CAT, DOG, TORTOISE, OTHER;class P

6、etpublic:Pet()strcpy(name, “unknown“);age = 0;type = OTHER;Pet(char *name, int age,TYPE type)strcpy(this-name, name);this-age=age;this-type=type;516)17)18)19)20)21)22)23)24)25)26)27)28)29)30)31)32)33)34)35)36)37)38)39)40)return 0;void showSound()switch (type)case CAT:coutusing namespace std;int num

7、=0;void func1()static int num_1=0;num_1+;num+;6cout using namespace std;int func(int number, int sn)int factor;if(number = 1) return 1;factor =2;while(number %factor!=0) factor+;if(sn =0) coutusing namespace std;7#define MAXWIN 3class Windowpublic:Window()coutn;if (is_circle_num(n,10)else cout”false

8、”endl;return 0; 95. Programming design. 20points.Please write a program to handle an Addressbook. What to do?1. Design a class Addressbook that encapsulates your friends information, e.g. name, phone number, address;a) The class should provide functions to read information from keyboard and set the

9、data fields accordingly;b) The class should also provide a function to print your friends information in your addressbook into a file named “output.txt”. 2. Write a main function to show how to create Addressbook objects and call the functions.a) Your friends information is originally input from keyboard.Requirements and hints:1. Make sure that the data fields are marked as private to protect them from illegal access. 2. You are required to store 3 friends information in your addressbook.

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报