click below
click below
Normal Size Small Size show me how
Computer Vocab
Computer Science Vocabulary for Mrs. Adick's Tech class.
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 placeholder for a piece of information that can change. |