何謂運算思維:修訂版本之間的差異

出自幸福奉學網
跳轉到: 導覽搜尋
(新頁面: ==1.幸福奉學== 1-1 運算思維 ==2.幸福分享== 2-1 目前比較公認的四個核心能力如下: (1)拆解問題 (Decomposition):** 將一個任務或問題拆解成數...)

2022年6月9日 (四) 18:23的修訂版本

目錄

1.幸福奉學

1-1 運算思維

2.幸福分享

2-1 目前比較公認的四個核心能力如下:

(1)拆解問題 (Decomposition):** 將一個任務或問題拆解成數個步驟或部分。Breaking a task or problem into steps or parts.

(2)找出規律 (Pattern Recognition):** 預測問題的規律,並找出模式做測試。Make predictions and models to test.

(3)歸納與抽象化 (Pattern Generalization and Abstraction): 找出最主要導致此模式的原則或因素。Discover the laws, or principles that cause these patterns.

(4)設計演算法 (Algorithm Design): 設計出能夠解決類似問題並且能夠被重複執行的指令流程。Develop the instructions to solve similar problems and repeat the process.

3.幸福茶香

3-1


4.幸福彩虹

4-1