Font size
WorksheetsLourdes Amaranta Ayala Gracia
Total questions: 10
Worksheet time: 5mins
It's data in the memory space that could be changing. Usually isn't visible to the user
Constant
Logical Operation
Blocks
Variable
name of the screen in Mit App Inventor that has 4 parts: Palette, Viewer, Components and Properties
Blocks
Designer
Buil-in Drawers
Viewer
Component that will allow you to play small audio clips. For example: Sfx
(a)
With this component you can ONLY show text in your app for your users
Text
TextToSpeech
TextBox
Label
The (a) is a statement which EVALUATE actions to have a result true or false
Check all the boolean operators in the answers
OR
=
><
<
And
Select the logical operators
<
and
not
nor
=
This type of block is instruction that are REPEATED until the condition is complete
Decision
Repetition/Cycles
Conditional
Variable
How you add an image to your button in your project? (2+ answers are possible)
Designer Screen->Click on screen in Components->Properties->BackgroundImage
Designer Screen->Click on button in Components->Properties->Image
Blocks Screen->Add block when label.click->Get Background image
Blocks Screen->Add block when button1.click->Set Background image for the button
What is the 1st step to create a variable?
Add the condition block
Initialize and assign a name
Add a new screen
Add a value and math block
