What does IDE stand for?
What is Integrated Development Environment
Python
What is a text based language designed to emphasize code readability with words
Procedural Abstraction
What is the process of applying or using a procedure and only knowing what the procedure does
Array
What is a type of data structure that can store a fixed number of elements
Machine Vision
What is the technology and processes used to make image based decisions in code
Parameter
What is a special variable defined in a function to receive specific information
Function
What is a section of a program that performs a specific task
Boolean Value
What is true or false expression
Loop
What is a sequence of instructions that continually repeats until a condition is met
Color Signature
What is a range of color values that are considered by a vision system to belong to the same color
Decremented
What is reduced in number by one
Arithmetic Operator
What is a symbol in code that tells a computer to perform a specific math operation
Algorithm
What is a set of steps to accomplish a task
One Dimensional Array
What is a linear list of elements that are all the same type
Color Code
What is a combination of color signatures
Argument
What is the values that a program provides to a function
Dynamic
What is a description of a program that can change based on inputs and conditions in the program
Debug
What is identifying errors in code
Two Dimensional Array
What is an array that has both rows and columns
Object
What is an instance of a class
Conditional Statement
What is a programming statement that evaluates a true or false Boolean expression to determine program steps
Broadcast
What is a command used to trigger or start an event or procedure in a program
Nesting
What is putting a function inside another function or a loop in side another loop
Wavefront Algorithm
What is a method used in AI to determine the best path through an environment
Method