wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

MAD S9+L9 - 1

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.

What is

contained within the Layout xml file?

a)

Orientations and layouts that specify what the display looks like.

b)

The permissions required by the app.

c)

The strings used in the app.

d)

Code which is compiled to run the app.

2.

Which

are the key ingredients that help to make the app lively

A.Graphics and animation

B. Idea of the App

C.UI Design

a)

A and C

b)

Only A

c)

B and C

d)

All A, B, and C

3.

What is DDMS in android?

a)

Dalvik Debug Monitor Service

b)

Direct Driven Monitor Service

c)

Dalvik Debug Monitor Server

d)

Data-Driven monitor server

4.

Which of the following is the 2D graphics component of Android?

a)

OpenGL

b)

MediaSession

c)

Drawables and Canvas

d)

AIDL

5.

What will be in the drawable folder of android?

a)

backgrounds

b)

banners

c)

icons and splash screen

d)

All the above

6.

What is AVD in android studio?

a)

Android Virtual Display

b)

Android Virtual Device

c)

Application Virtual Display

d)

Application Virtual Device

7.

The XML file which contains all the text that your application uses is?

a)

stack.xml

b)

text.xml

c)

string.xml

d)

string.java

8.

What makes a specific set of the application data available to other applications

a)

Content provider

b)

Broadcast receivers

c)

Intent

d)

None of these

9.

What is the appropriate pixel parameter used while defining the font size?

a)

px

b)

sp

c)

dp

d)

dip

10.

What runs in the background and doesn’t have any UI components?

a)

Intent

b)

Content Provider

c)

Services

d)

NONE