An innovation that includes a computer or program code as an integral part
of its functionality.
Computing Innovation
A character or string incorrectly placed in a command or instruction that causes a failure
in execution.
Syntax Error
Used to store information to be referenced and manipulated in a computer program
Variables
A special type of subroutine called to create an object. It prepares the new object for use,
often accepting arguments that the constructor uses to set required member variables.
Constructor
Provide coded instructions for the automatic performance of a task.
Program
An if statement placed inside another if statement. There are two ways to make
one. We can place an if statement inside the if code of another if statement. Before that nested if
statement executes, both its condition and that of the preceding if statement have to be true.
Nested If Statement
Collection of statements written in a programming language to describe a specific behavior.
Method
An action that an object can take or a task it can perform in response to a request from an
external source.
Behavior
Assumptions of what is true before the method is called.
Preconditions
What will be true after the method is finished.
Post-Conditions
(also called a while loop) is used to define a block of code that will be
executed repeatedly as long as a specified condition is true.
Pretest While Condition
Has one part; formed by invoking a single sensor method.
Simple Condition
Uses logical operators. The Jeroo language contains the three most commonly
used logical operators: !(NOT), &&(AND), ||(OR).
Boolean: a binary variable, having two possible values called “true” and “false.”.
Compound Condition
a binary variable, having two possible values called “true” and “false.”
Boolean