Swift Programming Flashcards
what are commands
actions you want the computer to preform
what are sequences
the order you want the commands in
what are functions
series of commands you group together and give a name
bugs and debugging
errors in you code, identifying the errors and fixing it
loops, for loops and while loops
loops are when you run these functions over and over again, for loops is the number of times you repeat the command, while loops are loops that run a code as long as the given condition is true, when it is false, it stops.
conditions and conditional codes
something you test the results in true or false, and the code that will only run if something is true
what is boolean
choice of true or false
what is a logical operator
words (like and, not, or) that connect two or more booleans to make the conditional code more spesific
pseudo code
informal description of codes that human can read
algorithm
step-by-step instructions