Variables
Conditional Logic
Functions
Loops
Advanced Topics
100

A container for storing data for later

What is a VARIABLE?

100

Compares two values and produces a Boolean result

What is a RELATIONAL OPERATOR?

100

A data pin on the left side of a function node

What is a FUNCTION INPUT?

100

This type of loop has two input data pins

What is a FOR LOOP?

100

Contains like items

What is an ARRAY?

200

Retrieves the value of a variable

What is GET?

200

Operator that cannot be used with integers or strings

What is a BOOLEAN OPERATOR?

200

Node that sends information out of a function

What is a RETURN node?

200

The most common type of loop

What is a FOR EACH loop?

200

Private, Protected, Public

What is an ACCESS SPECIFIER?
300

The Blueprint name for the assignment operator

What is SET?

300

Another word for conditional statement

What is a BRANCH node?

300

In PIT1, function names read as this part of speech

What is an ACTION VERB?

300

The Boolean input on the While Loop

What is a loop CONDITION?

300

A class-like object that cannot contain code

What is a STRUCTURE?

400

A compound operator that increases a variable's value

What is INCREMENT?

400

Evaluates whether two values are different

What is NOT EQUAL TO?

400
This type of function needs no execution wire

What is a PURE function?

400

The biggest risk with While Loops

What is an INFINITE LOOP?

400

Changes the operation of a function in an inherited class

What is a FUNCTION OVERRIDE?

500

The PIT1 name for the SET node output data pin

What is the BAD pin?

500

A unary operator that takes in a Boolean value

What is BOOLEAN NOT?

500

The owner of a function

What is a function TARGET?

500

The Completed output on a loop is this type of pin

What is an EXECUTION pin?

500

Treating one object as another

What is POLYMORPHISM?