A Tool to Help Learning Programming

  1. María-Luisa Pérez-Delgado
  2. Jesús-Ángel Román-Gallego
Libro:
New Trends in Disruptive Technologies, Tech Ethics and Artificial Intelligence: The DITTET 2022 Collection
  1. Daniel H. de la Iglesia (ed. lit.)
  2. Juan F. de Paz Santana (ed. lit.)
  3. Alfonso J. López Rivero (ed. lit.)

Editorial: Springer International Publishing AG

ISBN: 978-3-031-14858-3

Año de publicación: 2023

Páginas: 188-197

Congreso: DiTTEt: International Conference on Disruptive Technologies, Tech Ethics and Artificial Intelligence (2. 2022. Salamanca)

Tipo: Aportación congreso

Resumen

Learning to program is a task that requires previous knowledge to carry it out successfully. In general, it is easier for people with previous studies in mathematics and logic. When a teacher is preparing a programming course, she/he must take into account the previous knowledge of the students who are going to take the course. Given that some students can learn more easily than others, it is interesting to make available to the people in the second group means and materials that facilitate the acquisition of knowledge. This work is related to the teaching-learning process of the fundamentals of programming in a university Degree whose students have very varied previous knowledge. This makes learning the basic concepts of programming difficult for some of the students, who must dedicate their time to two global tasks: developing the ability to propose solutions to computer problems and learning to use a programming language to be able to represent said solutions. Students who have more difficulty tackling both tasks should focus on the first, since the second task is useless if the student does not know how to propose solutions to the problems. This work describes a tool designed to help students in this purpose. Thanks to this tool, the student can focus their efforts on defining solutions to computational problems and then use the tool to obtain the program that encodes a solution.