Computer programming
18.07.2016 08:19
Definitions:
- Computer lenguages: It's a lenguage used to give intructions to a computer.
- Programming lenguage: Coded lenguage used to create computer or aplicatios software.
- Library: A library is a set of instructions that contain codes and commands for different applications.
- Variable: It's the different type of data used to store information (numbers, alphabete and alphanumeric).
- Cycle: a cycle is a set of repetitions to control different instructions.
- Loop: It's an infinite cycle.
- Main: It's where the program completes it's instructions.