click below
click below
Normal Size Small Size show me how
Vidcode Module 6-2
| Question | Answer |
|---|---|
| What is a sequence of steps to solve a problem? | algorithm |
| What are shapes that gradually change from one color to another? | a color gradient |
| When you create a function, what do you do to use the fuction? | a “call” must be added to the code to evoke to function. |
| What is an array? | a list of items stored in order. |
| What kind of look is used to look into an array when you want to make changes in an array? | for-in loop |