click below
click below
Normal Size Small Size show me how
tech words day 6
Term | Definition |
---|---|
algorithm | a list of steps that you can follow to finish a task |
decompose | break a problem down into smaller pieces |
abstraction | Pulling out specific differences to make one solution work for multiple problems |
pattern matching | finding similarities between things |
function | A piece of code that you can easily call over and over again |
variable | a place holder for a piece of information that can change |