計算機概論與程式設計(英文授課)
Introduction to Computers and Programming
| 節 | 週一 | 週四 |
|---|---|---|
2 09:00–09:50 | 計算機概論與程式設計(英文授課) EC115 | |
5 13:20–14:10 | 計算機概論與程式設計(英文授課) EC115 2 節連堂 | |
6 14:20–15:10 | ||
A 18:30–19:20 | 計算機概論與程式設計(英文授課) EC115 3 節連堂 | |
B 19:30–20:20 | ||
C 20:30–21:20 |
* 根據陽明交大上課時間表所列
This course is designed for beginners to programming. It introduces basic concepts and techniques in programming via a series of lectures and exercises on C programming language. Then the students will apply the learned concepts and techniques to another language (Python) and use them to solve daily life computing tasks. The objectives of this course are as follows: 1. The students will learn basic concepts in programming. 2. The students will know how to use the learned programming concepts in a different language to solve concrete problems. 3. The students will learn to use tools and references for help their coding practice.
No prerequisite and prior knowledge of programming is needed.
Course material is available here:https://drive.google.com/drive/folders/0B-mLKQPDVzM1ZlYyZE9YTHlqWmM?usp=sharing
(tentative) Homework 20% Class exercise and participation 20% Mid-term exam 20% Final project 40%
| 週次 | 主題 |
|---|---|
| 第 1 週 | Introduction to Computer Systems |
| 第 2 週 | Data Types, Variables, Operators, & Expressions |
| 第 3 週 | Branching and Iteration |
| 第 4 週 | Arrays |
| 第 5 週 | Holiday no class |
| 第 6 週 | Functions, Program Organization, Coding Pattern |
| 第 7 週 | Pointers |
| 第 8 週 | String |
| 第 9 週 | Input/Output |
| 第 10 週 | Midterm Exam |
| 第 11 週 | Python Basics: Variables, Branching and Iteration, Functions |
| 第 12 週 | String |
| 第 13 週 | Tuple, List, Dictionary |
| 第 14 週 | Regular Expression, Communicating with the Web |
| 第 15 週 | Using Web APIs |
| 第 16 週 | Object Oriented Programming: Classes and Inheritance |
| 第 17 週 | Holiday no class |
| 第 18 週 | Final |
C Programming A Modern Approach 2nd Ed. by K.N. King, Norton