WorksheetsLevel 3 Quiz
Total questions: 18
Worksheet time: 19mins
Why did we the Accelerometer sensor in SOS app?
To detect somebody following us
To check where we are
To check when we shake the phone
To determine our location
How could we send the emergency text message in SOS app? (Select all that apply)
Using the Button
Putting in the contacts
Shaking the phone
Shouting for help
How much do you remember about the app?
What does DB in TinyDB stand for?
Delta Box
Data Base
Data Board
Data Box
Which of the following can you find with help of Location sensor
Latitude
Longitude
Current Location
Speed of movement
Home Address
For Sending the message we did not use this in our app, as it waits for user to click on the send button to actually send the message, so what do we use instead?
Call Texting1. (a)
Sagnik asked his mother to cook maggi for him. What part of the procedure/function is this?
Input
Calling the function
Output
Procedure
In texting, we need to set the following details:
Phone Number
Message
Location
Current Address
How to find the stored data from TinyDB?
GetData
StoreData
In Camera app, how do we manage to show so many things in full screen while staying on same screen?
By using Vertical and Horizontal arrangements and making them FILL PARENT
By changing the VISIBLE settings of Layouts
By using PHOTODB to show the photos
What happens when you press BACK button on Camera Screen for Gallery App? (Select all that apply)
You go back to Screen1
If you're viewing Main Menu, you can go back to Screen1
If you're viewing CameraScreen Layout, you will go back to Main Menu
Exit Application
How can you relate tags in the list that Shorya should have?
Heading of Column
Row
Relation to information given
Which component from Media palette will you be using for recording Video?
Video Recorder
Camcorder
Camera
In Gallery App:
When we are storing the image, what are the steps to be followed? (Select all that apply)
Use FOR loop to store the image
Use FOR loop to check for the empty block of memory to store the image
Store the image by using PhotoDB
After clicking the photo and storing it, we break from a loop
Using which property of the Layouts, are we able to show different screens (in form of Camera Screen LYT and Main Menu LYT) inside one single screen?
In Gallery app
(a)
In Gallery app, what happens when we click on any of the images?
Image will be shown on full screen
Images are not clickable
The image is shown as a Main Image and bigger than others.
In Gallery app:
When is this code executed?
While showing the main menu in Camera Screen
While showing Gallery Pictures
When there are no pictures in the Gallery
When going back from CameraScreenLYT
In Gallery app: The Image Gallery procedure was developed to show CameraScreenLYT...what are you supposed to do in else? (Select all that apply)
Show the No Images Label
Show Horizontal scroll arrangement and Main Image
Having a FOR loop to check where the images in PhotoDB end
Having a FOR loop to check where the images in PhotoDB end while loading the images
