An Erasmus + innovation project
Programming is a mental process. The goal of any program is to solve a problem in an incremental way. We are solving small problems until the set of actions carried out solve the whole problem.
One of the problems that students find when learning programming is that it is not very visual and the frustration of the rigid language. In addition, until the complete program does not work, there are times that it seems that our program “does nothing”.
With our method, all these problems disappear and the student focuses on learning the basic concepts of programming without this type of inconvenience.
Knowledge of programming in this society in which we live becomes an indispensable tool to be able to face the challenges of the fourth industrial revolution.
Today, programming is the basis of multiple sciences such as robotics, biotechnology, autonomous vehicles, etc. Or the basis of everyday things like a washing machine, television, etc.
It is this technological development that is going to force our students and by extension all the citizens of the world to acquire these skills in order to have greater employability. Basic knowledge of programming will help anyone to solve day-to-day situations.
Our students must develop the ability of computational thinking, which must be taught taking into account the other areas of knowledge and should be aimed at solving real-world problems.
This course is aimed at the student solving problems progressively to acquire certain programming knowledge that can be used in the future to enrich his/her skills.
Our goal is to use a tool that consists of a rover that clears a minefield by taking the shortest and most appropriate route.
In this course we are going to use a tool that allows students to learn the principles of computational thinking more quickly and easily because we have included and simplified its key concepts, such as:
In this section you will learn about the strategy we have followed to teach our students programming in a simple and fun way. Learning to code can be a motivating activity.
In this section you will learn about the basic structures of our programming language. We call this set of instructions DEMETER I.
In this section you will learn about the evolution of the initial DEMETER I instruction set. We will call the full language DEMETER II. In addition to having new instructions, the minefields have new elements that increase the difficulty.