Computer programming

19.07.2016 11:54

Definitions:

Computer language:

A lenguage used to give instructions to a computer to create software.

Algoritm:

Is a logic secuence of actions to complete a task.

Library:

A set of codes and commands to complete certain instructions.

Cycle:

A repetition of instructions or actions the computer must do.

Loop:

Is an ifinite cycle.

Variable:

Is a different type of data used by the program.