Lesson 1
Question: Match term with the example
Answer:Input: The user clicks a button. Output: A song is played. User Interface: A screen with buttons, images and text
Lesson 2
Question:Why is it important for element IDs to have meaningful names?
Answer: It's important for element IDs to have meaningful names as it allows for easy identification for the programmer to review the code and see which object is doing what and can be easily identified.
Lesson 3
DESGINING AN APP
Lesson 4
Question: What is the difference between a programming language and natural (every-day) language?
Answer:Programming languages have a strict and rigorous syntax and semantics that must be followed to avoid errors or bugs. Natural languages have a loose and flexible syntax and semantics that allow for creativity and variation.
Lesson 5
Question: What is one thing you really enjoyed about today's activity? Is there anything that you found confusing or need extra help with?
Answer: We enjoyed looking at the different ways to create apps and debug it with a partner and The image and the sound codes
Lesson 7
BUILDING THE APP