40 likes | 188 Views
程式設計 ( 一 ). Fall 2011. Syllabus (I). Instructor: Shu-Yen Wan ( 萬書言老師 ) Email: sywan@mail.cgu.edu.tw Phone: 5819 TA: 張逸敏 Office hours: 2~5pm(Tue.) Time of Class: 2:10pm~5:00pm (Mon.) Place of Class: 管理大樓 3 樓電腦教室 ( 六 ) Textbook
E N D
程式設計 (一) Fall 2011
Syllabus(I) • Instructor: Shu-Yen Wan (萬書言老師) • Email: sywan@mail.cgu.edu.tw • Phone: 5819 • TA: 張逸敏 • Office hours: 2~5pm(Tue.) • Time of Class: 2:10pm~5:00pm (Mon.) • Place of Class: 管理大樓3樓電腦教室(六) • Textbook • Tony Gaddis, ”Starting Out with Java -- From Control Structures through Objects,” 4th Edition, Pearson Education, Inc, 2010. (全華代理) • Reference • J. Lewis and W. Lofts, ”Java Software Solutions (6th Ed.),” Pearson International Edition, Addison Wesley, 2009. • H. M. Deitel and P. J. Deitel著,陸茵等編譯,Java程式設計藝術,第六版 • John Lewis & William Loftus, ”JAVA Software Solutions: Foundation of Program Design,” 6th Edition, Addison Wesley, Reading, MA, USA, 2009.
Syllabus (II) • Course FTP: ftp://163.25.117.117/sywan/Computer Programming I • Course Objectives: • 核心能力 (Core Competence):1. 問題解決能力-Problem Solving Capabilities (70%)2. 系統建置能力-System Implementation Capabilities (30%) • 學習目標 (Learning Goals) 1. Our students will be effective communicators 1-2. Our students will deliver a professional quality presentation accompanied by appropriate technology 3. Our students will acquire basic problem solving ability 3-1. Our students will be able to identify a business problem and develop a solution.
Syllabus (III) • Grading Policy • Quizzes & homework: 25% • Midterm exams: 15% • Class participation: 10% • Final general exam: 50% • Contents • Fundamental concepts of objects, variables, data types • Applets • Array • Java decision structures • Java loop structures • Class basics • Methods