wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Android Application

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which component represents the single screen with a user interface?

a)

Services

b)

Activities

c)

Broadcast receiver

d)

Content Provider

2.

Which file describes all of the components of your Android app?

a)

AndroidManifest.xml

b)

activity_first_app.xml

c)

MainAppActivity.Java

d)

Gradle file

3.

______ is a device configuration that runs on the Android Emulator.

a)

Android Virtual Device

b)

Android Visual Device

c)

Android Emulator Device

d)

APK Device

4.

Which pane shows the actions taken to install and run the app.

a)

Project Pane

b)

Run Pane

c)

Module Pane

d)

Component pane

5.

Which tab displays the information about your app as it is running.?

a)

Log detail tab

b)

Logcat tab

c)

Code tab

d)

Design tab

6.

_______ is a build system and is responsible for code compilation, testing, deployment and conversion of the code into .dex files

a)

manifest

b)

Gradle

c)

App Code

d)

APK emulator

7.

Which component supplies data from one application to others on request?

a)

Services

b)

Content Provider

c)

Broadcast receiver

d)

Activities

8.

Which component runs in the background to perform long running operations?

a)

Content Providers

b)

Services

c)

Broadcast receiver

d)

Activities

9.

Which tab shows all the tools useful for the app?

a)

Tool Palette

b)

Component Palette

c)

Component Tree

d)

Design Tab

10.

Expand APK.

a)

Application Programming Kit

b)

Application Package

c)

Android Programming Kit

d)

Android Package