The Best Crossword Puzzle Maker Online
Powered by BrightSprout
Save Status:
or to save your progress. The page will not refresh.
Controls:
SPACEBAR SWITCHES TYPING DIRECTION
Answer Key:
Edit a Copy:
Make Your Own:
Crossword Word Search Worksheet
Rate This Puzzle:
Log in or sign up to rate this puzzle.

Swift Vocabulary Part 1

NAME________________________________
Across
The process of combining small parts of a program to solve a larger problem.
A block of code that will only run if something is true.
A value that can only be either true of false.
A collection of commands grouped together and given a name. The set of commands can be run with just the name of the function whenever that set is needed.
Runs a block of code over and over for a set number of times.
Down
A general-purpose, multi-paradigm, compiled programming language developed by Apple Inc. for iOS, iPadOS, macOS, watchOS, tvOS, Linux, and z/OS.
A symbol like "and'" "or," and "not" that connects two or more Booleans to make conditional decisions more specific.
Something you test that results in true or false.
Telling a program to run a function.
An error in your code.