计算机语言类课程教学法研究与实践
计算机语言类课程教学法研究与实践
摘要:C、C++和Java等宿主语言是计算机专业必修的课程。本文指出了语言课程的教与学中存在的问题,并结合软件开发方法对课程教学法作了积极地探索。采用启发式教学、探究式教学,激发学生的学习潜能,使之掌握编程思维和方法,对提高他们的自主学习能力、培养他们的创新精神有着积极的作用。
关键词:宿主语言;教学法;自主学习
Study and Practice on Teaching Method of Computer Language Course
Bian Xiaoyong
(Department of Computer Science & Technology,
Wuhan University of Science & Technology, Wuhan 430081)
Abstract: The host languages such as C, C++ and Java are a compulsory course majored in computer specialty. This paper points out the problems existing in computer language teaching, and combining with software developing approach makes a positive exploration of course-teaching methods. We try to use heuristic or exploring method of teaching, which can greatly inspire the potential ability of the students and their programming idea and method are trained. It’s extremely helpful to improve their Autonomous Learning ability and to foster them mentally.
Key words: Host Language;Teaching Method;Autonomous Learning
C、C++和Java等计算机语言(也称宿主语言)课程作为计算机专业重要的基础课,在计算机专业本科教学和软件开发中起着重要的基础作用。对学生用计算机解决实际问题的思维能力训练也是非常重要的。而学生掌握计算机语言类课程的程度将直接影响到计算机在其专业领域中的应用,如何提高学生的程序设计能力和软件开发思维将变得相当重要。
本文针对计算机语言教学中的一些共性问题进行分析,对一些面向研究型的教学法进行探索,例如围绕以问题为主的教学法和“任务驱动式”教学法,能够很好地培养学生的自主学习和创新思维能力。
1计算机语言教与学中存在的主要问题


