1/10
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
programming
process of turning ideas into programs by the development of software (collab or solo)
computing innovation
uses computer program to input and output data
algorithm
step by step process to solve a problem
sequencing
running a code in order
iteration
the looping of code “repeat (#)” “forever” “repeat until (operation)
selections
code making decisions (“if”, “when”)
variable
data w/ name assigned to it
boolean
true or false
conditonals
code that only runs when a condition is met
function/procedure
custom block (may take input and output)
abstraction
simplifying complexity by generalizing in the code