Skip commands are used in order to change the fl ow of the
execution of programs.
Programs are executed in the order in which they were cre-
ated, starting from step 1 until the fi nal step. This system is
not very convenient when there are operations that repeat
themselves or when a transfer of results to another formula
is necessary. In these cases, a skip command is recom-
mended.
There are three types of skip commands:
- Unconditional skip to sub-routine destination
- Conditional skips which decide the sub-routine destination
through a true/false condition
- Counting of skips for incrementing or reducing a specifi c
memory and then deciding the sub-routine destination after
proving if the stored value is equal to zero or not.
Unconditional Skips
The unconditional skip is composed by the Go to command
and Lbl. When the execution of the program is approaching
Go to n (where n is a number between 0 and 9), the execu-
tion will skip to the command Lbl n (where n is he same
number as specifi ed in the Go to command).
The unconditional skip is normally used in simple programs
for returning to the beginning of the program and being able
to realize repetitive calculations.
Содержание CAL-150
Страница 2: ...CAL 150 CALCULADORA CIENTÍFICA GRAFICADORA ESPAÑOL ...
Страница 50: ...Funciones trigonométricas y trigonometría inversa Antes de realizar estas operaciones es necesario que pre ...
Страница 52: ......
Страница 53: ...Funciones de hipérbole e hipérbole inversa Las siguientes operaciones no pueden ser realizadas en modo Base N ...
Страница 59: ...Operaciones aritméticas básicas utilizando valores bi narios octales decimales y hexadecimales ...
Страница 65: ...Regresión Lineal ...
Страница 81: ...Active la función de trazado ...
Страница 82: ......
Страница 96: ...Ejecución de programas El siguiente programa será ejecutado ...
Страница 132: ...CAL 150 SCIENTIFIC GRAPHIC CALCULATOR ENGLISH ...
Страница 171: ...For mixed arithmetic equations multiplication and division will take priority over addition and subtraction ...
Страница 182: ...Trigonometric and Inverse Trigonometric Functions Before realizing these operations you must have previously ...
Страница 184: ......
Страница 185: ...Hyperbole and Inverse Hyperbole Functions These operations cannot be realized in Base N mode ...
Страница 191: ...Basic Arithmetic Operations using binary octal deci mal and hexadecimal values ...
Страница 197: ...Lineal Regression ...
Страница 210: ......
Страница 213: ...After specifying the ranges introduce the graph y x2 3 Activate the trace function ...
Страница 214: ......
Страница 229: ...Summary ...