Presentations
SDOF Dynamics Manual
Manual de uso para el experimento del laboratorio de Dinámica de estructuras: SDOF Dynamics
Spectrum Designs Manual
Manual de uso para el experimento del laboratorio de Dinámica de estructuras: Spectrum Designs

Sequencing
This topic will uses the sequencing control and it will learn to use the mathematical functions (sine, cosine, tangent, natural logarithm, etc.).

General Structure of a program
In this presentation you could find the elements to design algorithms in pseudocode: the data structures, numeric data integer and real, character data, character string.

Selective Structures
This theme shows the process to elaborate algorithms and programs using the double selection control structure (IF-THEN-ELSE), logic expressions simple and complex, la.

Repetitive Structure DO WHILE
This theme shows the Repetitive control structure type DO…WHILE, the way to use counters and accumulators is reviewed, how to obtain averages or arithmetic means to process.

Repetitive Structure FOR
In this theme is the study of the form to pose repetitive cycles using the repetitive structure type FOR, also in this theme you will learn to pose nested cycles, I mean, a F

Repetitive Structure WHILE
This theme is about the handling of repetitions type WHILE, also in this theme is review about how to nest repetitive cycles WHILE inside of other WHILE and the combine the u