Definitions
Definitions pt. 2
Definitions pt. 3
Definitions pt. 4
Definitions pt. 5
100

What does IDE stand for?

What is Integrated Development Environment

100

Python

What is a text based language designed to emphasize code readability with words

100

Procedural Abstraction

What is the process of applying or using a procedure and only knowing what the procedure does

100

Array

What is a type of data structure that can store a fixed number of elements 

100

Machine Vision

What is the technology and processes used to make image based decisions in code

200

Parameter

What is a special variable defined in a function to receive specific information

200

Function

What is a section of a program that performs a specific task

200

Boolean Value

What is true or false expression

200

Loop

What is a sequence of instructions that continually repeats until a condition is met

200

Color Signature

What is a range of color values that are considered by a vision system to belong to the same color

300

Decremented

What is reduced in number by one

300

Arithmetic Operator

What is a symbol in code that tells a computer to perform a specific math operation

300

Algorithm

What is a set of steps to accomplish a task

300

One Dimensional Array

What is a linear list of elements that are all the same type

300

Color Code

What is a combination of color signatures

400

Argument

What is the values that a program provides to a function

400

Dynamic

What is a description of a program that can change based on inputs and conditions in the program

400

Debug

What is identifying errors in code

400

Two Dimensional Array

What is an array that has both rows and columns

400

Object

What is an instance of a class

500

Conditional Statement

What is a programming statement that evaluates a true or false Boolean expression to determine program steps

500

Broadcast

What is a command used to trigger or start an event or procedure in a program

500

Nesting

What is putting a function inside another function or a loop in side another loop

500

Wavefront Algorithm

What is a method used in AI to determine the best path through an environment

500

Method

What is a function that is a member of a class