click below
click below
Normal Size Small Size show me how
Computer Science Voc
To learn new Computer Science words in my tech class.
Computer Science Word | Definition of it |
---|---|
Algorithim | 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. |