| A | B |
| The process of combining small parts of a program to solve a larger problem | Composition |
| A loop that continues until the condition is met | For Loop |
| The Swift code to create a function | func |
| The process of breaking a larger problem into smaller pieces | Decomposition |
| a block of code that repeats a certain number of times | Loop |
| A repeating set of data that can be used to form a function | Pattern |
| Telling a program to run a function | Call |
| Number of left turns to make a right turn | Three |
| A description that combines a mixture of everyday language and code | Pseudocode |
| Transports a character to another location in Playgrounds | Portal |
| Create a function | Declare |
| Instruction in a function | Statement |
| A loop that runs a SPECIFIC number of times | Finite loop |
| A loop that runs forever | Infinite loop |