WorksheetsThird Periodical Exam - TECHNO MOBILE
Total questions: 53
Worksheet time: 29mins
Name
Class
Date
1.
Last name, First Name MI.
4 lines
2.
Section
4 lines
3.
GENDER
a)
MALE
b)
FEMALE
4.
What is the purpose of MIT App Inventor?
a)
a. To create mobile applications
b)
b. To design websites
c)
c. To develop computer software
d)
d. To create desktop applications
5.
What type of programming language is used in MIT App Inventor?
a)
a. Java
b)
b. HTML
c)
c. JavaScript
d)
d. Block-based language
6.
This component has the ability to detect clicks. Many aspects of its appearance can be changed, and whether it is clickable (Enabled), can be changed in the Designer or in the Blocks Editor
a)
Password Textbox
b)
Slider
c)
Button
d)
Image
7.
This component has the ability to display a piece of text, which is specified through the Text property.
a)
Label
b)
Text box
c)
Checkbox
d)
List picker
8.
Blocks allow the creation and defining a variable
a)
Call Blocks
b)
Procedure Blocks
c)
Variable Blocks
d)
Event Handler Blocks
9.
A round spite that performs interaction with other sprites, it's not replaceable.
a)
Image Sprite
b)
Ball
c)
Image
d)
Label
10.
If you see this icon in the components window, what component will it be?
a)
Label
b)
Checkbox
c)
Text box
d)
List picker
11.
If you set the property of the textbox component to number only, which possible text input is accepted?
a)
78, 82, 92
b)
1010101!
c)
AB123
d)
A & C
12.
Which group can you find the canvas component?
a)
User Interface
b)
Layout
c)
Drawing and Animation
d)
Media
13.
A 'sprite' can be placed on a Canvas, where it can react to touches and drags, and interact with other sprites. Its appearance is the image specified in its Picture property
a)
Image Sprite
b)
Image
c)
Picture Component
d)
Canvas
14.
The clock is the non-visible component that provides an instant in time using the internal clock on the phone. Which of the following groups does it belong to?
a)
Media
b)
Charts
c)
User Interface
d)
Sensor
15.
If you want to add sound effects, and a short sound file to your project, which of the following components is appropriate to use?
a)
Audio
b)
Player
c)
Sound
d)
Bass
16.
A formatting element in which to place components that should be displayed from left to right.
a)
Vertical Arrangement
b)
Layout property
c)
Table Arrangement
d)
Horizontal Arrangement
17.
If you want to see the images arranged from top to button and scrollable, which of the following layout will you use?
a)
Vertical Arrangement
b)
Vertical Arrangement Scroll
c)
Vertical Scroll Arrangement
d)
Table Arrangement
18.
Describe how the set of codes will perform the task
a)
The button will display text to “A+”
b)
The button triggers the action
c)
Once the button is clicked it will generate the result to GENERATE_BTN
d)
Once the button is clicked “A+ " will be displayed on EQUIVALENT_RESULT
19.
Given that “heart 1” is an image sprite, what is the function of this code?
a)
Let the image sprite displayed on the screen
b)
Let the image sprite display on the screen then have user interaction
c)
Let the image sprite display in a particular location
d)
Let the image sprite disappear
20.
Troy wants to add sound effects to his app every time the image sprite is touched. Which of the following blocks is capable of doing the task?
a)
Option 1
b)
Option 2
c)
Option 3
d)
Option 4
21.
If you are going to upload a long sound file such as mp3 to your application which blocks are suggested to use?
a)
Option 1
b)
Option 2
c)
Option 3
d)
Option 4
22.
Among the following components which is not an example of a non-visible component?
a)
Clock
b)
Sound
c)
Ball
d)
Notifier
23.
It is one user interface component by which the user will have a box to enter text.
a)
Label
b)
Text box
c)
Checkbox
d)
List picker
24.
What are the main components of an MIT App Inventor app?
a)
User interface, blocks, and media
b)
Buttons, menus, and text boxes
c)
Logo, images, and text
d)
Events, conditions, and actions
25.
What type of apps can be created with MIT App Inventor?
a)
Games
b)
Educational
c)
Business
d)
All of the above
26.
Which of the following is not a component in MIT App Inventor?
a)
Buttons
b)
Images
c)
SQL Databases
d)
Text boxes
27.
What type of programming language is used to create apps with MIT App Inventor?
a)
JavaScript
b)
Python
c)
HTML
d)
Block-based language
28.
What is MIT App Inventor?
a)
An app development platform for coding beginners
b)
An app development platform for experienced programmers
c)
An app publishing platform
d)
An app store for developers
29.
What type of project can be created with MIT App Inventor?
a)
Games
b)
Productivity Apps
c)
Educational Apps
d)
All of the above
30.
Where can we find the following components (canvas, ball, image sprite)
a)
User Interface pane
b)
Media pane
c)
Sensor pane
d)
Drawing and Animation pane
31.
Which of the MIT components serves as a progress bar that adds a draggable thumb?
a)
Sensor
b)
Media
c)
Clock
d)
Slider
32.
Which of the following is the purpose of the Table Arrangement component in MIT App Inventor?
a)
To create a row of components
b)
To create a column of components
c)
To display text
d)
To create a grid of components
33.
What is the purpose of the Horizontal Arrangement component in MIT App Inventor?
a)
To store data
b)
To create a row of components
c)
To create a column of components
d)
To create a checkbox
34.
Which of the following is not a property of a button in MIT App Inventor?
a)
Text
b)
Color
c)
OnClick
d)
Width
35.
How do you add a new component to a screen in MIT App Inventor?
a)
Drag the component from the Palette onto the screen
b)
Click the "+" button in the Palette
c)
Double-click an existing component
d)
Select the component from the menu
36.
What is the execution order of blocks in MIT App Inventor?
a)
Top to bottom
b)
Bottom to top
c)
Left to right
d)
Right to left
37.
What block property do you use to set the size of a button in MIT App Inventor?
a)
Width
b)
Size
c)
Scale
d)
Dimensions
38.
How do you set the text of a label in MIT App Inventor?
a)
Text Property
b)
Text Color Property
c)
Text Size Property
d)
Text Content Property
39.
How do you set the size of the image to cover the dimensions from left to right?
a)
Set the width to automatic
b)
Set the height and width to 100%
c)
Set the width to fill the parent
d)
Set the height to automatic
40.
Which of these is not a description of a ball component?
a)
A round 'sprite' that can be placed on a Canvas
b)
It can react to touches and drags, interact with other sprites
c)
It can be replaced with any image of a ball
d)
It can move along the canvas
41.
To display unchangeable results using the textbox we must set its properties to
a)
Number Only
b)
Read Only
c)
Multi-Line
d)
Text
42.
Ana wants to add user confidential information such as pin code to her application, which component can be used?
a)
Label
b)
Textbox
c)
Password Textbox
d)
List Picker
43.
What is the purpose of the Texting component in MIT App Inventor?
a)
To store and display text
b)
To send text messages
c)
To make phone calls
d)
To set alarms
44.
Which is not the possible size of the viewer pane?
a)
Phone size
b)
Tablet size
c)
Tv size
d)
Monitor size
45.
The clock component can be found here
a)
Media
b)
User Interface
c)
Sensor
d)
Drawing Animation
46.
The initialized global block does three things, which does not.
a)
Create Variable
b)
Give it a name
c)
Set its initial Value
d)
Calculate the Value
47.
What is the purpose of the MIT Event Handler blocks?
a)
To allow users to create custom event handlers to control their devices
b)
To allow users to access and interact with the MIT servers
c)
To allow users to manage the events on their devices
d)
To allow users to create custom triggers for events on their devices
48.
What is the purpose of the Canvas component in MIT App Inventor?
a)
To store images and draw shapes
b)
To create a list of items
c)
To store text
d)
To display video
49.
Which of the following is the function of this tool
a)
Returns the value of the text box
b)
Returns the value from the stars
c)
Returns the value of a label
d)
Returns the value of color
50.
In the table arrangement layout, the following are properties of this component, except one.
a)
Height
b)
Width
c)
Read-only
d)
Columns
51.
To hide the content in a vertical arrangement, we must check the ________
a)
Read-Only
b)
Multi-Line
c)
Numbers Only
d)
Visible
52.
Andrea wants to format the font style she uses in her labels so she can choose among the following font type faces except one.
a)
Default
b)
San Serif
c)
Gorgia
d)
Monospace
53.
Nico wants to download the apk version of his app, in what part of MIT can we find it?
a)
Option 1
b)
Option 2
c)
Option 3
d)
Option 4
100 %
