WorksheetsMIT App Inventor Designer Component
Total questions: 25
Worksheet time: 8mins
Which of the following is not part of the MIT App Inventor Components
Design Editor
Blocks Editor
Emulator
QR Code
On the Palette, under which selection will you find a Button?
User Interface
Layout
Sensors
Media
On the Palette, under which selection will you find a Button?
User Interface
Layout
Sensors
Media
Which section of the Designer page displays how your app appears to the user?
Components
User Interface
Viewer
Properties
Which menu option do you choose to begin developing an app?
Start New Project
AI Companion
Save Project
Build .apk
Which menu option allows you to create a new app?
Connect
Build
Projects
Help
Which of these is NOT one of the 3 main screens in App Inventor?
Connect
Blocks Editor
Projects
Designer
Which menu option allows you to test your app?
Project
Project
Build
Connect
Which section of the Designer page displays the properties of the selected component in the Viewer.
Properties
Component
Viewer
Media
Which section of the Designer page allows you to upload media files?
Properties
Component
Viewer
Media
Which section of the Designer page displays the list of components dragged in the viewer?
Properties
Components
Viewer
Media
Which section of the Designer page displays components that can be dragged to the viewer?
Properties
Components
Viewer
Palette
Which button in the Designer page will direct you to Blocks Editor?
Add Screen
Remove Screen
Blocks
Design
It is a box for the user to enter text. Used for entering basic values, such as name, number, or short phrase.
Password Textbox
Label
Textbox
Checkbox
It has the ability to detect clicks. It is generally used to generate a Click event.
Image
Label
Textbox
Button
It displays a piece of text, which is specified through the Text property.
Image
Label
Textbox
Button
A component for displaying images.
Image
Label
Textbox
Button
A button that, when clicked on, launches a popup dialog to allow the user to select a time.
DateTimePicker
DatePicker
TimePicker
TimeSelector
A button that, when clicked on, launches a popup dialog to allow the user to select a date.
DateTimePicker
DatePicker
TimePicker
TimeSelector
You can click it to select and click it again to deselect.
Checkbox
RadioButton
ComboBox
Checker
It is a progress bar that adds a draggable thumb.
Spinner
Volume
Progress Bar
Slider
A visible component that displays a list of text elements.
ListText
ListBox
ListPicker
ListView
A button that, when clicked on, displays a list of texts for the user to choose among.
ListText
ListBox
ListPicker
ListView
A box for entering passwords.
Password Textbox
Textbox
PasswordBox
PasswordPicker
A text property that specifies the text color.
TextColor
TextBackground
TextBackgroundColor
TextHexColor
