wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

CO# MCQ

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which method is used to launch a new activity using an explicit intent in Android?

a)

a) startService(intent)


b)

B) startActivity(intent)

c)

C) sendBroadcast(intent)

d)

D) startReceiver(intent

2.

What is the primary use of Linkify in Android?

a)

A) To create background services

b)

B) To encrypt user data

c)

C) To convert text into clickable links

d)

D) To manage app permissions

3.

Which Android component is primarily used to respond to broadcasted intents?

a)

A) Activity

b)

B) ContentProvider

c)

C) Service

d)

D) BroadcastReceiver

4.

What is required to receive a broadcast event in Android?


a)

A) Service

b)

B) Intent filter

c)

C) Adapter

d)

D) Fragment

5.

Which of the following is true about implicit intents?

a)

A) They always specify the target component.

b)

B) They are used only within a single application.

c)

C) They declare a general action to be performed.

d)

D) They don’t use intent filters.

6.

Which method is used to send a broadcast intent in Android?

a)

A) startActivity()

b)

B) startService()

c)

C) sendBroadcast()

d)

D) launchReceiver()

7.

What is the role of an intent filter in Android?

a)

A) To format an intent

b)

B) To define the types of intents a component can handle

c)

C) To filter log messages

d)

D) To restrict user access

8.

How can an application monitor changes in airplane mode or battery status?

a)

A) Using Activity Lifecycle

b)

B) Using ContentProvider

c)

C) Using BroadcastReceiver with system broadcast intents

d)

D) Using FragmentManager

9.

What is a typical use case for using intent filters in services?

a)

A) To display UI

b)

B) To run background threads

c)

C) To handle specific types of implicit intents

d)


D) To manage layout inflation

10.

Plug-ins and extensibility features in Android are commonly supported using:

a)

A) AsyncTasks

b)

B) Services only

c)

C) Intent Filters

d)

D) Layout files