1 / 9

以细节决定 考试 成败

以细节决定 考试 成败. Contents. 考试环境. 单选题的答题技巧. 程序填空题的答题技巧. 程序调试题的答题技巧. 编程题的答题技巧. 考试环境. 正确输入准考证号,逆序输入请用热键一键搞定 <ctrl>+<F2> ,核对自己的信息,有误联系监考老师,输入开考密码(听广播通知). 进入考试环境.

john-chaney
Download Presentation

以细节决定 考试 成败

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. 以细节决定考试成败

  2. Contents 考试环境 单选题的答题技巧 程序填空题的答题技巧 程序调试题的答题技巧 编程题的答题技巧

  3. 考试环境 正确输入准考证号,逆序输入请用热键一键搞定<ctrl>+<F2>,核对自己的信息,有误联系监考老师,输入开考密码(听广播通知) 进入考试环境 打开C编译系统,新建一个源程序文件(可以验证单选题的程序段),单选题,做完一题,单击保存,全部答完再保存,程序填空、调试题(利用C编译系统的“文件/打开”项,打开ks下的*.c文件,进行调试,通过C编译系统“文件/保存”进行存储(不在考试系统中保存),编程题按试题要求建立相应文件,在C编译系统中编辑代码,编译-运行,注意程序文件也在ks文件夹下,关闭C编译系统,在考试系统中保存,上传,退出。 答题顺序 考试环境

  4. 单选题的答题技巧 利用操作系统的计算器,进行运算 Reality Identity 利用C编译系统建立一个源程序文件,将单选题涉及的代码放到文件中进行编译,运行 根据概念删除错误的答案

  5. 程序填空题的答题技巧 文件包含 变量定义 字符串 字符串结束\0,比较、赋值都用库函数 文件操作 打开、关闭、读、写 自定义函数体中的返回语句 求和或计数变量的初值为0设置

  6. 程序调试题的答题技巧 字符数组定义或自定义函数中字符数组参数表示错 循环语句错、语句顺序错 逻辑、关系运算符号错 输入、输出中的类型错 第1题 第1题 第2题

  7. 程序调试题的答题技巧 数组元素引用错 int b[8],i; for (i=0; i<8; i++) scanf("%d", b++); . 运算目标错 输出形式、内容错

  8. 编程题的答题技巧 Title in here Description of the contents 1. 建基本结构 2. 完成输入任务 3. 完成计算 4. 完成输出 在第2步的基础上按题意添加计算语句 按题意设计输出格式,例如:%5d,%8.3f #include "stdio.h“ #include “stdlib.h” #include “math.h” #include “string.h” main() { } #include "stdio.h“ #include “stdlib.h” #include “math.h” #include “string.h” main() { int x,y,z; printf("input of %d data"); scanf("%d",&x); } Text in here

  9. Thank You !

More Related