學生學到的資訊能力如下:

1.以「運算思維」的模式來處理問題

拆解 (Decomposition): 將一個任務或問題拆解成數個步驟或部分。Breaking a task or problem into steps or parts. 找出規律 (Pattern Recognition): 預測問題的規律,並找出模式做測試。Make predictions and models to test. 歸納與抽象化 (Pattern Generalization and Abstraction): 找出最主要導致此模式的原則或因素。Discover the laws, or principles that cause these patterns. 設計演算法 (Algorithm Design): 設計出能夠解決類似問題並且能夠被重複執行的指令流程。Develop the instructions to solve similar problems and repeat the process.