Now showing items 1-14 of 14

    • Arreglos 

      Vargas Sánchez, Nelson (Facultad de Matemáticas e IngenieríasIngeniería de SistemasColombia, 2009-11-30)
      This educational resource talks about data organization as the ability to do many operations at once on large numerical data sets efficiently. It also exposes the arrangements which are equivalent in programming to the ...
    • Condicional 

      Vargas Sánchez, Nelson (Facultad de Matemáticas e IngenieríasIngeniería de SistemasColombia, 2009-11-30)
      This educational statement speaks of the conditional structure as that used to tell the computer to evaluate a condition and, based on the result, execute the corresponding instruction block. The most common form is composed ...
    • Do- While 

      Vargas Sánchez, Nelson (Facultad de Matemáticas e IngenieríasIngeniería de SistemasColombia, 2009-11-30)
      This educational resource talks about the do-while statement which is used to specify a conditional cycle that is executed at least once. This cycle occurs in some circumstances where it must be assured that a certain ...
    • For 

      Vargas Sánchez, Nelson (Facultad de Matemáticas e IngenieríasIngeniería de SistemasColombia, 2009-11-30)
      Este recurso educativo habla acerca de la sentencia For y su sintaxis, los parámetros y las condiciones de los valores y el número de repeticiones a tener en cuenta. Asimismo presenta las variables con la forma adecuada ...
    • Funciones Parte I 

      Vargas Sánchez, Nelson (Facultad de Matemáticas e IngenieríasIngeniería de SistemasColombia, 2009-11-30)
      This educational resource talks about the functions used in a program to obtain adequate solutions by optimizing data. It also presents the step-by-step use of functions.
    • Funciones Parte II 

      Vargas Sánchez, Nelson (Facultad de Matemáticas e IngenieríasIngeniería de SistemasColombia, 2009-11-30)
      En este recurso educativo se continúa explicando las funciones, en especial la función potencia la cual analiza los casos en que el exponente es un número entero. También presenta el paso a paso para utilizar esta función.
    • Matrices 

      Vargas Sánchez, Nelson (Facultad de Matemáticas e IngenieríasIngeniería de SistemasColombia, 2009-11-30)
      This educational resource talks about matrices which consist of a collection of numbers or scales ordered by rows and columns in order to calculate various things. It also presents the operations with matrices and gives ...
    • Ordenamiento Selección 

      Vargas Sánchez, Nelson (Facultad de Matemáticas e IngenieríasIngeniería de SistemasColombia, 2009-11-30)
      Este recurso educativo habla acerca del ordenamiento por selección la cual consiste en encontrar el menor de todos los elementos del arreglo o vector e intercambiarlo con el que está en la primera posición. Luego el segundo ...
    • Programación De Sistemas De Archivos Parte 1 

      Vargas Sánchez, Nelson (Facultad de Matemáticas e IngenieríasIngeniería de SistemasColombia, 2009-11-30)
      Este recurso educativo habla acerca de un programa que permite estructurar datos, que un sistema operativo utiliza para seguir la pista de los archivos de un disco, este permite organizar los archivos. Asimismo presenta ...
    • Programación De Sistemas De Archivos Parte 2 

      Vargas Sánchez, Nelson (Facultad de Matemáticas e IngenieríasIngeniería de SistemasColombia, 2009-11-30)
      In this educational resource we continue to explain the operating system used to bring data from a file in the form of reading and to clean data. It also presents the functions to use to duplicate the file.
    • Recursividad 

      Vargas Sánchez, Nelson (Facultad de Matemáticas e IngenieríasIngeniería de SistemasColombia, 2009-11-30)
      Este recurso educativo define la recursividad como la propiedad y capacidad que tiene una función de llamarse a sí misma, puesto que en C una función puede llamar a otras funciones. También presenta algunos ejemplos de ...
    • Struct 

      Vargas Sánchez, Nelson (Facultad de Matemáticas e IngenieríasIngeniería de SistemasColombia, 2009-11-30)
      This educational resource talks about the word struct which indicates that a structure is being defined. The example identifier is the name of the structure. The variables declared within the keys are the members of the ...
    • Switch 

      Vargas Sánchez, Nelson (Facultad de Matemáticas e IngenieríasIngeniería de SistemasColombia, 2009-11-30)
      This educational resource talks about the switch statement that grants the creation of several nests, this allows the value of a variable or expression to change the control flow of the execution of the program by search ...
    • While 

      Vargas Sánchez, Nelson (Facultad de Matemáticas e IngenieríasIngeniería de SistemasColombia, 2009-11-30)
      This educational resource talks about the while statement used to specify a conditional cycle that runs at least once. This cycle occurs in some circumstances where it must be assured that a certain action was performed ...