Computer programming
12.07.2016 14:27
Definitons:
* Programming language: It´s a language used to create different software.
* Algorithm: It´s a logical sequence to solve a problem or situation.
* Variables: It´s the different type of data in a program: numbers ( numeric: int, double, float), letters ( alphabetic: string, char) and numbers and letters ( alphanumeric: number 1, number 2, etc)
* Library: It´s an information storage for codes and commands.
* Conditionals: A condition for something to happen.