NEW
Font size
Worksheetsterm 2 practice grade 7
Total questions: 35
Worksheet time: 19mins
How do you start a new project in the app?
Click New Project from My Projects page
Go to My Projects menu and choose New Project
Both of the above
What should you name the project?
DigitalDoodle
My Drawing App
Any name you choose
What component do you need to add for drawing?
Canvas
Button
Image
What should you do to the Height and Width of the Canvas?
Set them to Fill Parent
Set them to fixed values
Leave them as default
What event block do you need to get for drawing?
Canvas.Dragged
Canvas.DrawLine
Canvas.Clicked
What should you do to test the app?
Drag your finger around the screen
Click the test button
Check the code
What is one idea for extending the app?
Change the color of the ink
Add a new project
Remove the canvas
What kind of arrangement is this
Horizontal arrangement
vertical arrangement
diagonal arrangement
Which menu option allows you to create a new app?
Projects
Connect
Build
Help
Which section of the Designer page displays how your app appears to the user?
Pallette
Viewer
Components
Properties
On the Palette, under which selection will you find a Button?
User Interface
Layout
Media
Sensors
All App Inventor Components have _______?
Labels
Images
Buttons
Properties
Label, Sound, or Button are all?
loops
blocks
design variables
components
what is MIT app inventor ?
Its a Software
Used to create mobile apps
Mobile software
Web application
what will detect the shaking and movements in Mobile?
sensor
IC
OS
Accelerometer Sensor
what kind of coding we are using in MIT app inventor?
Notepad typing
Using software IDE
Block coding
Copy and Past
What is the purpose of MIT App Inventor?
a. To create mobile applications
b. To design websites
c. To develop computer software
d. To create desktop applications
Which sensor component is used to detect shaking in this application?
What happens when the accelerometer detects shaking?
The app closes
A new line is drawn
The canvas is cleared
The screen rotates
What does IDE stand for?
Integrated Development Environment
In Deep Environment
Internal Deep Escape
IDE
Explain the role of resistor in Arduino blinking LED circuit.
On the palette of MIT APP, under which item will you find the canvas?
Why is iteration important?
It allows code to be simplified by removing duplicated steps into a block that
can be executed many times.
What is the primary language used for programming in Arduino?
Arduino IDE consists of 2 functions. What are they?
Square brackets will create which type of data structure in python?
(S=[ ] )
How many times does the following program print the word ‘computer’:
word= "class"
for num in range(1,6):
print(word)
5
What does the continue keyword do in a Python loop?
What does the break keyword do in Python?
none of these
