2.- ALGOTHIMS & FLOWCHARTS



        Computational thinking takes place in the following stages.

  
1. Decomposition: The parts of our problem are to be identified. In this way a big problem becomes a heap of small problems.

2.-Patterns: We seek analogies between problems and thus recognize the patterns that will allow us to solve them.

3.-Abstraction: Identifying patterns can create general solutions for each Category

4.-Algorithm: A general solution form is created for the problems that correspond to the same pattern.


The Algorith is expressed using flowcharts. This is the reason why this is the first step in programming.

No hay comentarios:

Publicar un comentario