A.C - 1.6

123456789101112131415161718
Across
  1. 2. Two people working together to create a computer program.
  2. 7. An approach to programming where the programmer adds and tests code in small chunks to ensure it behaves the way it wants before adding more code.
  3. 12. Issues in a program’s code.
  4. 13. To identify bugs or errors in computer hardware or programs and fix them.
  5. 14. An incorrect result produced by a computer program.
  6. 15. To break down a program into smaller pieces.
  7. 16. Using this command, your blocks are not highlighted in gray anymore, and the lines of code are functioning again.
  8. 17. The person who observes and reviews each line of code in a computer program as it is typed when two computer programmers work together.
  9. 18. This command does not affect the code during runtime. In other words, the code inside the event handler is still active and will run normally.
Down
  1. 1. Using this command, your blocks are shared among all your projects in App Inventor.
  2. 3. This command helps you test your code one block at a time. It is a great way to test your code incrementally.
  3. 4. The person who writes the code in a computer program when two computer programmers work together.
  4. 5. A programming environment where updates to a program during development automatically appear on the connected testing device.
  5. 6. Programmers use this command in their code to allow others to read and understand it.
  6. 8. using this command, you can open and back up all the lines of code that shrank when you use the collapsed command.
  7. 9. Removes the highlighted block and all its content.
  8. 10. Using this command, even though the code is in the program, it will not execute it when you run the app.
  9. 11. Organize your blocks and make them easier to find and read.