martes, 5 de abril de 2016

Technology

Programming vocabulary.



  1. Programming language: is formal constructed language designed to communicate instructions to a machine, particularly a computer.
  2. Algorithm: a step-by-step procedure for solving a problem specially a mathematical rule or procedure used to compute a desired result. 
  3. Pseudo code: is an informal high-level description of the operating principle of a computer program or other algorithm.
  4. Cycle: set of operations that can be both treated and repeated as a unit-the time required to complete a set of operations-one oscillation of the regular voltage waveform used to synchronize processes in a digital computer.
  5. Loop: is a sequence of instruction s that is continually repeated until a certain condition is reached. 
  6. Class:is a template definition of the methods and variables in a particular kind of object .
  7. Variable: is a value that can change, depending on conditions or on information passed to the program.
  8. Arguments: is a value that you pass to a routine

No hay comentarios:

Publicar un comentario