Unit 5 \ Code.org \
Across
- 1. Which component possess the ability to select a colour from a set of values?
- 2. Inside of a getColumn component, what is the second thing it selects as data?
- 4. How many plus signs are put at the end of a loop component?
- 7. Where at does the appendItem component place a new value?
- 9. What are loops that work with lists called?
- 10. Where can a loop variable be put for the variable's value to apply onto an element on the app (i.e. in the Property component)?
- 12. What component sets its value to the total number of items of a list?
- 14. Which type of brackets are used in listed variables?
- 15. What is the component that selects data from the inbuilt data of the app maker called?
- 16. What component randomizes from a value range?
Down
- 1. What component omits an item from a specific order on a list?
- 3. For an index inside of a loop, what goes inside the index to make it a traversal?
- 5. What type of list is used to store specific data from a getColumn?
- 6. What variable is commonly used to select a value from a list?
- 8. What is put at the beginning of a loop?
- 11. What component adds an item into a specific order on a list?
- 13. Inside of a getColumn component, what is the first thing it selects for data?