wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

module2_part1

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Android components are loosely coupled by the application manifest file namely ----------------

a)

strings.xml

b)

activity_main.xml

c)

AndroidManifest.xml

d)

none of these

2.

Which is true:

1) Broadcast Receiver & Content provider

are Android component

2) Content provider & activity are Android component

3)Activity and services are android component

a)

only (1)

b)

(1)and(2)

c)

only (3)

d)

all of these

3.

--------------- handle the user interaction to the smart phone screen

a)

services

b)

activity

c)

content provider

d)

broadcast receiver

4.

---------handle background processing associated with an application

a)

Broadcast receiver

b)

content provider

c)

activity

d)

services

5.

.-------handle communication between Android OS and application

a)

Activity

b)

Services

c)

Broadcast receiver

d)

Content provider

6.

--------------handle data and database management issues.

a)

Activity

b)

Broadcast Receiver

c)

Services

d)

Content provider

7.

A data structure in which computer memory organizes its data in the memory called

a)

Queue

b)

Linked list

c)

Back stack

d)

Binary tree

8.

Browser, call log, contacts, media store etc,. are examples of ------------

a)

Broadcast Receiver

b)

Activity

c)

Content provider

d)

none of these

9.

What is meant by CRUD

a)

Copy, Read, Update, Debug

b)

Create, Read, Update, Duplicate

c)

Create, Read, Update, Delete

d)

Copy, Reload, Update, Delete

10.

------------messages wiring components together

a)

Intents

b)

Manifest

c)

Fragments

d)

Layouts