1 / 8

C++ Programming Programming Test

C++ Programming Programming Test. Wei Liu ( 刘威 ) Dept. of Electronics and Information Eng. Huazhong University of Science and Technology Apr. 2014. 期末 机 考. 上机 考试是本课程评分的重要组成部分 Course tests (10%) Programming assignments (40%) 上 学期 20% + 下学期 20% Paper Examination (50%)

Télécharger la présentation

C++ Programming Programming Test

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. C++ ProgrammingProgramming Test Wei Liu (刘威) Dept. of Electronics and Information Eng. Huazhong University of Science and Technology Apr. 2014

  2. 期末机考 • 上机考试是本课程评分的重要组成部分 • Course tests (10%) • Programming assignments (40%) • 上学期 20% + 下学期 20% • Paper Examination (50%) • 上学期 20% + 下学期 30% • 上机考试的时间和地点 • 4月3日星期四上午 8:30-11:30 • 南一楼中202,电信系机房

  3. 考试范围 • C++语言基本语法知识 • 引用、函数重载等C++比C增强的部分 • 类、对象、数据成员、成员函数、构造函数、析构函数 • const、static限定词,public、private、protect限定词 • 运算符重载、动态内存管理 • 继承、多态 • 在编程过程中尽可能使用C++的语法 • 文件名要求cpp • 采用cin、cout输入输出流 • 采用string类型 • ……

  4. 考试题型 • 第一题 • 语法演示题,给出若干语法知识点,要求通过类和对象的案例演示其区别 • 第二题 • 类的运算题,涵盖内容包括运算符重载、动态内存分配等 • 第三题 • 面向对象程序题,涵盖内容包括类的继承、多态性等

  5. 考试过程 • 开卷,允许带课本、原有实验代码 • 在考试用机的桌面上建立以本人学号命名的目录 • 建立01、02、03子目录中分别放入3个试题的编程结果,包括: • 完整的codeblocks工程目录,*.cbp *.cpp*.h 等 • 该试题的测试结果文件,命名为“U20xxxx-0x.doc”,例如第一试题的测试结果为“U20xxxx-01.doc” • 考试完毕后,整理文件放入到上述目录后即可离开,不要关机,以免导致文件丢失

  6. 测试结果的格式

  7. 评分准则 • 程序正确性:能否完成编程的任务 • 代码规范性:注释、命名、缩进等 • 测试完整性:是否测试了该代码所有输入输出

  8. 谢谢! 刘威 副教授 互联网技术与工程研究中心 华中科技大学电子与信息工程系 电话:13986224922 Email: liuwei@hust.edu.cn

More Related