Unit 3 Test Review: Intro to App Design

123456789101112131415161718192021
Across
  1. 3. a piece of code that is designed to execute a specific action when a particular event occurs, onEvent is an example of this
  2. 5. what do you place inside the parenthesis of the setScreen()to allow a user to navigate between screens
  3. 9. changes the properties of elements on the screen
  4. 10. How many inputs does setProperty need
  5. 12. a single, individual component within an app user interface, such as a button, text field, image, or checkbox
  6. 13. Ex: images, text
  7. 14. form of program documentation written into the program to be read by people and which do not affect how a program runs
  8. 16. plays a sound you pick from the Sound Library
  9. 18. Ex: buttons, text input, check boxes & radio buttons, dropdown
  10. 19. How many inputs does console.log need
  11. 20. a collection of program statements
  12. 21. Finding and fixing problems in an algorithm or program
Down
  1. 1. makes the program respond to the user
  2. 2. allows the user to navigate between app screens
  3. 4. a written description of how a command or piece of code works or was developed
  4. 6. a mouse over or a click is an example of this
  5. 7. data that are sent to a computer for processing by a program
  6. 8. the inputs and outputs that allow a user to interact with a piece of software
  7. 11. prints text in the Debug Console
  8. 15. any data that are sent from a program to a device
  9. 17. "what is this an example of?"