Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Level 3 Quiz

Total questions: 18

Worksheet time: 19mins

Name
Class
Date
1.

Why did we the Accelerometer sensor in SOS app?

a)

To detect somebody following us

b)

To check where we are

c)

To check when we shake the phone

d)

To determine our location

2.

How could we send the emergency text message in SOS app? (Select all that apply)

a)

Using the Button

b)

Putting in the contacts

c)

Shaking the phone

d)

Shouting for help

3.

How much do you remember about the app?

a)
b)
c)
4.

What does DB in TinyDB stand for?

a)

Delta Box

b)

Data Base

c)

Data Board

d)

Data Box

5.

Which of the following can you find with help of Location sensor

a)

Latitude

b)

Longitude

c)

Current Location

d)

Speed of movement

e)

Home Address

6.

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)  

7.

Sagnik asked his mother to cook maggi for him. What part of the procedure/function is this?

a)

Input

b)

Calling the function

c)

Output

d)

Procedure

8.

In texting, we need to set the following details:

a)

Phone Number

b)

Message

c)

Location

d)

Current Address

9.

How to find the stored data from TinyDB?

a)

GetData

b)

StoreData

10.

In Camera app, how do we manage to show so many things in full screen while staying on same screen?

a)

By using Vertical and Horizontal arrangements and making them FILL PARENT

b)

By changing the VISIBLE settings of Layouts

c)

By using PHOTODB to show the photos

11.

What happens when you press BACK button on Camera Screen for Gallery App? (Select all that apply)

a)

You go back to Screen1

b)

If you're viewing Main Menu, you can go back to Screen1

c)

If you're viewing CameraScreen Layout, you will go back to Main Menu

d)

Exit Application

12.

How can you relate tags in the list that Shorya should have?

a)

Heading of Column

b)

Row

c)

Relation to information given

13.

Which component from Media palette will you be using for recording Video?

a)

Video Recorder

b)

Camcorder

c)

Camera

14.

In Gallery App:

When we are storing the image, what are the steps to be followed? (Select all that apply)

a)

Use FOR loop to store the image

b)

Use FOR loop to check for the empty block of memory to store the image

c)

Store the image by using PhotoDB

d)

After clicking the photo and storing it, we break from a loop

15.

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)  

16.

In Gallery app, what happens when we click on any of the images?

a)

Image will be shown on full screen

b)

Images are not clickable

c)

The image is shown as a Main Image and bigger than others.

17.

In Gallery app:

When is this code executed?

a)

While showing the main menu in Camera Screen

b)

While showing Gallery Pictures

c)

When there are no pictures in the Gallery

d)

When going back from CameraScreenLYT

18.

In Gallery app: The Image Gallery procedure was developed to show CameraScreenLYT...what are you supposed to do in else? (Select all that apply)

a)

Show the No Images Label

b)

Show Horizontal scroll arrangement and Main Image

c)

Having a FOR loop to check where the images in PhotoDB end

d)

Having a FOR loop to check where the images in PhotoDB end while loading the images