著者
古宮 誠一 今泉 俊幸 橋浦 弘明 松浦 佐江子
出版者
一般社団法人情報処理学会
雑誌
研究報告ソフトウェア工学(SE)
巻号頁・発行日
vol.2014, no.5, pp.1-8, 2014-03-12

プログラミングの初学者にとって,プログラムの記述から,そのプログラムの挙動を思い描くことは難しい。その原因は,初学者がプログラムの実行を制御する構文の記述内容が変わるとプログラムの挙動がどのように変化するかということを理解できていないからだと考えられる。そこで著者らは,制御構文と再帰関数を採り上げ,これらの構文の記述内容によってプログラムの挙動がどのようになるか,プログラムの挙動を可視化するシステム AZUR を開発した。そして,AZUR をプログラミングの演習授業に導入し,学生達が使用した結果を分析することにより,AZUR の可視化機能がプログラミングの学習に有効であることを示している。It is difficult for beginner programmers imagine how a program does behave. It is thought that the cause is because beginners cannot understand it how the behavior of the program changes when control statements (e.g. if-statement, while-statement, switch-statements) are changed. Therefore they focused on control statements and recursive function, and developed system AZUR which visualized the behavior of the program. And they introduce AZUR into a programming class and verified that a visualization function of AZUR is effective for learning of the programming by analyzing the result that students used.