Across
- 2. Two people working together to create a computer program.
- 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.
- 12. Issues in a program’s code.
- 13. To identify bugs or errors in computer hardware or programs and fix them.
- 14. An incorrect result produced by a computer program.
- 15. To break down a program into smaller pieces.
- 16. Using this command, your blocks are not highlighted in gray anymore, and the lines of code are functioning again.
- 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.
- 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. Using this command, your blocks are shared among all your projects in App Inventor.
- 3. This command helps you test your code one block at a time. It is a great way to test your code incrementally.
- 4. The person who writes the code in a computer program when two computer programmers work together.
- 5. A programming environment where updates to a program during development automatically appear on the connected testing device.
- 6. Programmers use this command in their code to allow others to read and understand it.
- 8. using this command, you can open and back up all the lines of code that shrank when you use the collapsed command.
- 9. Removes the highlighted block and all its content.
- 10. Using this command, even though the code is in the program, it will not execute it when you run the app.
- 11. Organize your blocks and make them easier to find and read.
