1 copyright 2001 pao-ann hsiung sw hw introduction to computer science (ii) 計算機概論 ( 二 )...

6
1 Copyright 2001 Pao-Ann Hsiung SW SW HW HW Introduction to Computer Science (II) 計計計計計 ( 計 ) Pao-Ann Hsiung 計計計 Graduate Institute of Computer Science and Information Engineering National Chung Cheng University Chiayi 621, Taiwan, R.O.C. Copyright 2001 Pao-Ann Hsiung

Upload: irene-ball

Post on 17-Jan-2016

213 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: 1 Copyright  2001 Pao-Ann Hsiung SW HW Introduction to Computer Science (II) 計算機概論 ( 二 ) Pao-Ann Hsiung 熊博安 Graduate Institute of Computer Science and

1Copyright 2001 Pao-Ann Hsiung

SWSW

HWHW

Introduction to Computer Science (II) 計算機概論 ( 二 )

Pao-Ann Hsiung

熊博安Graduate Institute of Computer Science and Information Engineering

National Chung Cheng University

Chiayi 621, Taiwan, R.O.C.

Copyright 2001 Pao-Ann Hsiung

Page 2: 1 Copyright  2001 Pao-Ann Hsiung SW HW Introduction to Computer Science (II) 計算機概論 ( 二 ) Pao-Ann Hsiung 熊博安 Graduate Institute of Computer Science and

2Copyright 2001 Pao-Ann Hsiung

SWSW

HWHW

Course Information

Check out course web-site:

http://www.cs.ccu.edu.tw/~pahsiung/courses/introCS/

Text-Book:

Teach Yourself C, 3rd Edition by Herbert Schildt, McGraw-Hill, Inc., 1999 (ISBN: 0-07-882311-0).

翻譯版 : C 語言自學手冊 , 第三版 , 高明 黃宗仁 合譯 , 麥格羅‧希爾 出版 (McGraw-Hill, Inc.) 1999

(ISBN: 957-493-119-6). Reference:

C 語言教學手冊 , 洪維恩 編著 , 博碩文化 出版 , 2000 (ISBN: 957-527-263-3).

Page 3: 1 Copyright  2001 Pao-Ann Hsiung SW HW Introduction to Computer Science (II) 計算機概論 ( 二 ) Pao-Ann Hsiung 熊博安 Graduate Institute of Computer Science and

3Copyright 2001 Pao-Ann Hsiung

SWSW

HWHW

Course Grading

Web Page Design: 10%

Deadline: April 30, 2001; Grading: May 15, 2001

Program Assignments: 20%

To be completed on your own, no copying allowed!

Mid-Term Test: 30%

April 9

Final Exam: 30%

June 11

Class Attendance, Q/A Participation, General Quiz, etc.: 10% ~ 20%

Page 4: 1 Copyright  2001 Pao-Ann Hsiung SW HW Introduction to Computer Science (II) 計算機概論 ( 二 ) Pao-Ann Hsiung 熊博安 Graduate Institute of Computer Science and

4Copyright 2001 Pao-Ann Hsiung

SWSW

HWHW

Class Schedule

Lecture Class: Location: CA-203 Time: Monday 9:10 ~ 10:00

Lab Class: Location: PC-215 Time: Monday 10:10 ~ 12:00

Office Hours: appointment by e-mail or phone E-mail: [email protected] Phone: (05)2720411 ext. 33119

Page 5: 1 Copyright  2001 Pao-Ann Hsiung SW HW Introduction to Computer Science (II) 計算機概論 ( 二 ) Pao-Ann Hsiung 熊博安 Graduate Institute of Computer Science and

5Copyright 2001 Pao-Ann Hsiung

SWSW

HWHW

Tools

Web-Page Lab HTML-Kit: an HTML Editor Download from: http://www.chami.com/html-kit

C/C++ Programming Lab: Microsoft Visual C++ 6.0 Available in PC Room 215

Page 6: 1 Copyright  2001 Pao-Ann Hsiung SW HW Introduction to Computer Science (II) 計算機概論 ( 二 ) Pao-Ann Hsiung 熊博安 Graduate Institute of Computer Science and

6Copyright 2001 Pao-Ann Hsiung

SWSW

HWHW

Course Outline

Introduction to the Internet, WWW, Web-Sites, and Web-Pages

Designing Web-Pages Using HTML Introduction to C Introduction to Data Structures in C Introduction to Algorithms in C Writing C Programs Object-Oriented Programming Introduction to C++ Writing C++ Programs