ICT--Information Communications Technology --Secondary(Chad Outten)
Requisitos de finalización
Navegue por el glosario usando este índice.
Especial | A | B | C | D | E | F | G | H | I | J | K | L | M | N | Ñ | O | P | Q | R | S | T | U | V | W | X | Y | Z | TODAS
L |
|---|
LayersLayering is the organization of programming into separate functional components that interact in some sequential and hierarchical way. (whatis.com) | |
LibraryThe library is used to store and organize symbols that are created in flash. | |
LoopA loop is a sequence of statements which is specified once but which may be carried out several times in succession. The code "inside" the loop is obeyed a specified number of times, or once for each of a collection of items, or until some condition is met. | |