WorksheetsCreating Screens in App Lab
Total questions: 24
Worksheet time: 13mins
What does the set property block do?
Enables you to set properties for objects
Repeats a set of instructions
Ends the program
Starts a new program
Look carefully at the image.
What is the id name of the screen?
startScreen
Above
Below
Run
The image shows the properties of an object.
Which of the following are true?
You can choose more than one thing.
The object is called stopScreen
Background colour is one of the properties
I can choose an image to set as a property
Sound can be set as one of the properties of this object
The button labelled 'Above' has which of the following properties.
You can choose more than one.
Height
Font size
Text colour
Background colour
Sound
Which of the following are events?
Touching a button on an iPad screen
Pressing and holding a button on a screen
Shaking your phone to cause something to happen?
Typing on the keyboard of a mobile phone
Look carefully at the image.
What type of event is this the code for?
Long click
Click
Shake
Input
Look carefully at the image.
What object is this the event for?
LeftButton
RightButton
TopButton
BottomButton
Look carefully at the image.
What will happen when this event is carried out?
Nothing will happen
The left screen will display and then a sound will play
A sound will play and then the right screen will display
The screen will flash on and then flash off
Look carefully at the image.
This is an example of a user Interface.
True
False
The User Interface or UI of an app refers to..
One button on the screen
The layout of the screen that a person interacts with
The On/Off button
An event
Look carefully at the image.
What is at point A?
The object whose property is to be set
The event to be responded to
The property to be set
None of the above
Look carefully at the image.
What is at point B?
The object whose property is to be set
The event to be responded to
The property to be set
The value to be used for the property being set
Look carefully at the image.
What is at point C?
The object whose property is to be set
The event to be responded to
The property to be set
The value to be used for the property being set
A program designed to run blocks of code or functions in response to specified events is called...
An Event-driven program
A value
A property
An object
To place objects onto the screen in order to create a user interface you would need to use...
Code mode
Design mode
Event mode
Property mode
How would you find out the id of an object on the screen?
Hover over it and read the label
Click on the object
Double-click on the object
Delete the object
Buttons, labels, images and the screen are all examples of objects.
True
false
Each object that I add to the User Interface must have a unique object id. That means, all objects must have a different object id.
True
False
Which of these allows the user to enter text?
None of these.
What makes a text area different from a text input?
A user cannot type into a text area.
The user can enter multiple lines of text.
A text area always fills the entire screen.
They are the same thing.
This control is frequently used to let the user start an action.
Which of these could be used to display a different page?
Buttons, labels, images and the screen are all examples of objects.
True
false
WHAT IS 'APP LAB'
App Lab is a tool that can be used to create websites
App Lab is a tool that can be used to create applications
App Lab is a tool that can be used to create movies
