Activity 1.1.1 Digital Doodle Vocab Flashcards
A sequential and prioritized list of what needs to be done to create the app the user wants.
backlog
The individual items that make up the whole solution that will benefit the user.
user story
When the design and development of a software are executed with the intended audience in mind
user centered
The visual platform that a user interacts with, which then sends a message to the operating system for what to do next.
user interface
where you can create the user interface and add common features you want in the app
designer view
where you can program the features you added in the Designer view
blocks view
A function or artifact in an app that you can add in Design view of MIT App Inventor.
component
the details of a feature
property
An action or occurrence that happens during runtime that will trigger a response or behavior by the software.
event
In MIT App Inventor, a control block that looks for inputs or events to know when to perform a specific action.
event handler
A function of an application or user interface.
feature
A technique or process that manages complexity in a program or computer system. “Hides” details
abstraction
Information or signals entered into a computer system.
input
Information or signals produced or delivered by a computer system.
output
To identify errors or bugs in computer hardware or programs and fix them.
debug