click below
click below
Normal Size Small Size show me how
study stack app inve
| Ques | Ans |
|---|---|
| Blocks Editor | A UI component that users can press to trigger an action or event, such as changing a screen or executing a task. |
| Cloud Storage | A method of storing data on remote servers that can be accessed over the internet, often used for saving app data remotely. |
| Debugging | The process of finding and fixing errors (bugs) in the code to ensure the app runs smoothly and correctly. |
| Event | An action or occurrence in the app (e.g., button click, screen initialization, or sensor detection) that triggers specific responses or actions. |
| TinyDB | A component in MIT App Inventor used for storing small amounts of data locally on the device, such as user preferences or scores. |
| User Interface (UI) | The space where users interact with the app, including buttons, text fields, images, and layouts. |
| Variable | A container used to store data values that can change during the execution of the app (e.g., numbers, text, or Boolean values). |