Unit 5 \ Code.org \

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