Structured Programming

Mapa conceptual.Carmona Mena Angel Eduardo. UP190158.MTR02B

Comienza Ya. Es Gratis
ó regístrate con tu dirección de correo electrónico
Structured Programming por Mind Map: Structured Programming

1. Problem solving phases

2. Problem analysis

2.1. Process of becoming familiar with the problem because we need to analyze and understand it well before solving

3. Algorithm design

3.1. Effective procedure for solving a problem in finite number of steps. Is the process that step by step description of the method to solve a problem

4. Compilation and execution

4.1. Once the compilation is completed then the program is linked with other object programs needed for execution, there by resulting in a binary program, and then the program is uploaded into memory for the purpose of execution and finally it is executed

5. Algorithm

6. Characteristics.

7. Unambiguous Input Output Finiteness Feasibility Independent

8. Flow control

9. The way in which a program is defined and subsequently executed is known as flow control

10. Carmona Mena Angel Eduardo. UP190158 MTR02B

11. Abstraction

11.1. Is the process of taking away or removing characteristics from something in order to reduce it to a set of essential characteristics

12. Computer

12.1. Is an electronic device for storing and processing data, typically in binary form, according to instructions given to it in a variable program.

13. Solving problems with computer

14. Algorithm

14.1. Is a set of instructions designed to perform a specific task, this can be a simple process, or a complex operation

15. Porgramming Lenguaje

15.1. Is a set of commands, instructions, and other syntax use to create a software program

16. Software

16.1. Is a set of instructions executable by a computer, that allow to fulfill a specific function

17. Clasification

18. DETERMINISTICS ALGORITHMS NON-DETERMINISTICS ALGORITHMS

19. Pseudocode

20. The first sketch of an algorithm is called pseucode, this is a verbal account of the solution, the original language of the programmer, it is independent of any programming language, it is an algorithm description language