課程資訊
課程名稱
計算機程式設計
Introduction to Computer Programming 
開課學期
101-2 
授課對象
 
授課教師
王傑智 
課號
CSIE1925 
課程識別碼
902 48100 
班次
 
學分
全/半年
半年 
必/選修
 
上課時間
星期四5,6,7(12:20~15:10) 
上課地點
 
備註
上課教室:資204。。A6:量化分析與數學素養領域。
總人數上限:80人 
Ceiba 課程網頁
http://ceiba.ntu.edu.tw/1012c 
課程簡介影片
 
核心能力關聯
本課程尚未建立核心能力關連
課程大綱
為確保您我的權利,請尊重智慧財產權及不得非法影印
課程概述

This course will teach a disciplined approach to solving problems and to applying widely accepted software engineering methods to design problem solutions as cohesive, readable, reusable modules. 

課程目標
We will cover basic operations about computer, then move on to how to write computer program in a language called C.

The topics that will be discussed include:
Overview of Computers and
Programming
Overview of C
Top-Down Design with Functions
Selection Structure: if and
switch Statements
Repetition and Loop Statements
Modular Programming
Simple Data Types
Arrays
Strings
Recursion
Structure and Union Types
Text and Binary File Processing
Programming in the Large
Dynamic Data Structure
 
課程要求
This course assumes no prior knowledge of computers or programming. 
預期每週課後學習時數
 
Office Hours
 
指定閱讀
由片語學習C程式設計by 劉邦鋒, 台大出版中心, 2012.09. 
參考書目
 
評量方式
(僅供參考)
   
課程進度
週次
日期
單元主題
Week 1
2/21  Course and C programming Introduction 
Week 2
2/28  National Holiday: No Class 
Week 3
3/07  運算 : {國外開會: 補課 連續三禮拜上四小時}  
Week 4
3/14  判斷 (13:20~17:00) 
Week 5
3/21  迴圈 (13:20~17:00) 
Week 6
3/28  陣列 (13:20~17:00) 
Week 7
4/04  National Holiday: No Class. 
Week 8
4/11  Midterm Exam I 
Week 9
4/18  浮點數, 函式 
Week 10
4/25  指標 
Week 11
5/02  字元 
Week 12
5/09  字串 
Week 13
5/16  Midterm Exam II 
Week 14
5/23  位元運算 
Week 15
5/30  遞迴 
Week 16
6/06  結構 
Week 17
6/13  檔案處理 
Week 18
6/20  Final Exam