华师专插本培训班喜讯
插本状元榜 2020专插本大纲 2020插本院校 2020招生目录 2020体检表 2020报考流程 专插本重点 2020招生专业 2020录取线 专插本常识
专插本基础班好评如潮
专插本书城 专插本英语词汇宝典 专插本论坛/插本生论坛
当前位置:首页 > 考试大纲

广州大学2015年专插本《程序设计基础》考试大纲

时间:2014-11-28 17:29:58来源:未知 作者:专插本考试辅导网 点击:
分享到: 更多

广州大学2015年专插本

《程序设计基础》考试大纲

 

一、考试要求

《程序设计基础》是计算机科学与技术专业的核心课程,要求考生能够了解计算机高级语言设计的特点,熟练掌握结构化程序设计的方法,掌握程序设计的系统分析方法,理解将一般的数学模型转换为程序的步骤和编程设计方法,初步具有独立分析和独立设计的能力。

二、考试内容

1. 基本数据与表达式,C++语言的字符集与词汇,基本数据类型与存储形式,数据对象与访问,表达式,数据输入和输出。

2. 程序控制结构,选择控制,循环控制,判断表达式的使用。

3. 函数,函数的定义与调用,函数参数的传递,函数调用机制,函数指针,变量存储特性与标识符作用域,多文件程序结构。

4. 数组,一维数组,指针数组,二维数组,数组作为函数参数,动态存储,字符数组与字符串,string类。

5. 结构,定义结构和访问结构,结构数组,链表。

6. 输入输出流 ,文件处理。 

三、考试时间与题型

1.考试时间:120分钟。

2.题型包括选择题、填空题、判断题、编程题。

 

四、参考书

周霭如,《C++程序设计基础(第4版)》,电子工业出版社,20127月。

 

(责任编辑:admin)
华师专插本培训班
------分隔线----------------------------
华师专插本辅导班
微信咨询号
赖老师
林老师
许老师
QQ群
149892735
周六日有老师值班
HTTP/1.1 200 OK Date: 1 May 2025 12:24:47 G5T Content-Length: 3073 Content-Type: text/html Connection: Close Server: Microsoft-IIS/10.0 Runtime Error

Server Error


Runtime Error

Description: A server error has occurred. The current custom error settings prevent the details of the error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please define an errorDetails attribute within the "filter.config" configuration file. This errorDetails attribute should then have its value set to "On".


<!-- Filter.Config Configuration File -->

<configuration>
    <httpFilters errorDetail="On">
        <!-- managed filters configuration -->
    </httpFilters>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "errorPage" attribute of the <httpFilters> configuration tag to point to a custom error page location.


<!-- Filter.Config Configuration File -->

<configuration>
    <httpFilters errorDetail="LocalOnly" errorPage="mycustompage.htm">
        <!-- managed filters configuration -->
    </httpFilters>
</configuration>