send Course Introduction
Each computer requires the following software:
Java™ SE Development Kit 7
Microsoft Internet Explorer® 6.0.
Course Objectives
Upon successful completion of this course, students will be able to:
explore various programming concepts.
create simple programs.
use methods to define the behavior of classes.
implement the object-oriented methodology.
handle errors in a program.
Course Content
Lesson 1: Introduction to Programming
Topic 1A: Overview of Programming
Topic 1B: Introduction to the Software Development Life Cycle
Lesson 2: Creating Simple Programs
Topic 2A: Work with Variables
Topic 2B: Work with Operators
Topic 2C: Control Program Execution
Topic 2D: Work with Arrays
Lesson 3: Creating Programs Using Methods
Topic 3A: Create Methods
Topic 3B: Work with Built-in Methods
Lesson 4: Implementing the Object-Oriented Methodology
Topic 4A: Create a Class
Topic 4B: Create an Object
Topic 4C: Create a Constructor
Topic 4D: Create a Subclass
Lesson 5: Handling Programming Errors
Topic 5A: Fix Syntax Errors
Topic 5B: Fix Logical Errors
Topic 5C: Fix Runtime Errors
每台電腦需要以下軟體:
- Java™SE 開發工具包 7
- 微軟 InternetExplorer®6.0
課程目標:
- 在成功完成該課程後,學生將能夠:
- 探索(explore)各種程式設計的概念。
- 建立簡單的程式。
- 使用方法來定義物件的行為。(use methods to define the behavior of classes.)
- 實行(implement)物件導向的方法(methodology)。
- 在程式設計中處理錯誤。
課程內容:
課程1:程式設計的介紹
- 主題1A:程式設計概述
- 主題1B:介紹軟體開發生命週期( Software Development Life Cycle)
課程2:建立簡單的程式
- 主題2A:使用變數
- 主題2B:使用運算子 (Operators)
- 主題2C:控制程式執行
- 主題2D:使用陣列(Work with Arrays)
課程3:建立程式使用方法
- 主題3A:建立方法
- 主題3B:使用嵌入方法(Built-in Methods)
課程4:實行物件導向的方法
- 主題4A:建立一個類別(Class)
- 主題4B:建立一個物件
- 主題4C:建立一個子構造(Constructor)
- 主題4D:建立一個子類別(Subclass)
課程5:處理的程式錯誤
- 主題5A:修正語法錯誤
- 主題5B:修復邏輯錯誤
- 主題5C:修正運行時(Runtime)錯誤