Ch.3 陣列(array) 5w
寫程式 -> 寫好程式
1. 資料結構(Data Structures):儲存資料的方法
2. 演算法(Algorithms):解決問題的方法
陣列使用時機:矩陣(matrix)
Ex3.1:陣列(array)使用三部曲
鞋櫃
Ch.1 資訊與社會 3w
Ch. 2 模組化(modulized)程式──幾何藝術家 5w
將電腦程式的功能分離成獨立模組(independent modules)的軟體設計技術
主、副程式(subroutine)/函式(function)
三部曲:
1.宣告(declaration)
2.定義(definition)
3.呼叫(call)
Ex2.1:函式(function)使用三部曲
走四方:上下左右