問題詳情

40. 下列何者不是運算思維要考量的步驟?
(A) Computation
(B) Generalization
(C) Pattern Recognition
(D) Decomposition

參考答案

答案:A
難度:困難0.32
書單:沒有書單,新增

用户評論

小彥子老師】評論

四個運算思維核心能力:拆解 (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.