wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Android Application Development

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

___ are the objects which is used in android for passing the information among Activities in an Application

a)

Services

b)

Intents

c)

Broadcast

d)

Activity

2.

An Intent object is passed to the _____ method, to start a Service.

a)

startActivity()

b)

startService()

c)

startBroadcast()

d)

ServiceStart()

3.

Which type of intents are defined as those Intents that specifically mention the component that it targets.

a)

Inline

b)

Explicit

c)

Implicit

d)

Embedded

4.

Start Activities, Services and Broadcast are examples of ___ type of intent.

a)

Explicit

b)

Implicit

c)

Inline

d)

External

5.

Which of the following is not a objects in Intent?

a)

Component Name

b)

Data

c)

Browse

d)

Flags

6.

The full form of URI is ____

a)

Uniform Resource Input

b)

Uniform Resource Identifier

c)

Uniform Resource Locator

d)

Uniform Resource Identity

7.

Identify the elements of Intent Filters?

a)

<action>

b)

<data>

c)

<category>

d)

All of the above

8.

In this code, what is the full form of MIME?

<data android:MIME type ="text/plain">

a)

Multipurpose Identity Mail Extensions

b)

Multipurpose Internet Mail Extensions

c)

Multipurpose Internet MIC Extensions

d)

Multitask Internet Mail Extensions

9.

The ____ comes in the role when the system receives an implicit intent.

a)

Intent filter

b)

Intent resolution

c)

Intent object

d)

Intent component

10.

which type of intent is an example of "Click the Camera button to open camera"?

a)

Explicit

b)

Internal

c)

Implicit

d)

External