A Programming Learning System for Beginners - A Completion Strategy Approach
A Programming Learning System for Beginners - A Completion Strategy Approach
复制标题
初学者编程学习系统——完成策略方法
DOI:
10.1007/3-540-61327-7_162
复制
发表时间:
1996
期刊:
影响因子:
3.3
通讯作者:
Rong
中科院分区:
文献类型:
--
作者:
Kuo;Bea;Rong
The purpose of this research is to develop a programming learning system using the completion strategy for beginners. The completion strategy was proved to have feasible result for beginners. Based on the previous works, most of programming tutors require students to write programs and then to evaluate and explain the program correctness. This “program generation” approach is not suitable to beginners. Therefore, the purpose of this research adopts the completion strategy to have beginners learn programming. The completion strategy is to utilize the well-designed programs to let students engage in completing, modifying, and extending their program. This research first investigates the programming learning theories; then initiates the system structure of the programming learning system. Template technique is used to implement the proposed system.