1/14
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is a computing innovation?
An innovation that includes a computer or program code as an integral part of its functionality.
What is a syntax error?
A character or string incorrectly placed in a command or instruction that causes a failure in execution.
What are variables used for in a computer program?
To store information to be referenced and manipulated.
What is a constructor in programming?
A special type of subroutine called to create an object, accepting arguments to set required member variables.
What is the purpose of a program?
To provide coded instructions for the automatic performance of a task.
What defines a nested if statement?
An if statement placed inside another if statement that requires both conditions to be True before it executes.
What is a method in programming?
A collection of statements written in a programming language to describe a specific behavior.
What is behavior in programming?
An action that an object can take or a task it can perform in response to a request from an external source.
What are preconditions in relation to methods?
Assumptions of what is true before the method is called.
What are post-conditions?
What will be true after the method is finished.
What is the pretest while structure?
A construct used to define a block of code that will be executed repeatedly as long as a specified condition is true.
What is a simple condition in the Jeroo language?
A condition formed by invoking a single sensor method.
What is a compound condition?
A condition that uses logical operators.
What are the three commonly used logical operators in the Jeroo language?
!(NOT), &&(AND), ||(OR).
What is a Boolean variable?
A binary variable having two possible values called 'true' and 'false.'