jueves, 14 de abril de 2016

SECOND TERM: COMPUTER PROGRAMING

Definitions:

1. Programing language: language used to give commands to the computer to do some operations.
2. Algorithm: logical sequence to solve a problem. It always has a begining and an ending.
3. Pseudo-Code: it's to write the programing language in english.
4. Variables: store data in different types.
    Int: integral numbers.
    Double: decimals.
    Char: lyrics and symbols.
    Float: decimals >
    String: cadena de caracteres.
5. Library: set of instructions for a specific purpose.
    IOStream
    I: imput
    O: output
6. Cycle: a repetition of instructions a defined number of times.
7. Loop: repetition of instructions that doesn't an end.

No hay comentarios:

Publicar un comentario