wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

JAVA FOR ANDROID-ANDROID

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Android Is Developed By

a)

Apple

b)

Microsoft

c)

Google

d)

Android Inc.

2.

Android Is Based On Which Kernel

a)

Linux

b)

Windows

c)

Mac

d)

Redhat

3.

Which Programming Language Is Used For Android Application Development?

a)

NodeJs

b)

PHP

c)

Java

d)

JSX

4.

Android Web Browser is based on

a)

Chrome

b)

Open-source Webkit

c)

Safari

d)

Firefox

5.

Android is based on Linux for the following reason.

a)

Security

b)

Portability

c)

Networking

d)

All of these

6.

What was the first phone released that ran the Android OS?

a)

Google gphone

b)

T-Mobile G1C

c)

Motorola Droid

d)

HTC Hero

7.

In Which Directory XML Layout Files Are Stored

a)

/assets

b)

/src

c)

/res/values

d)

/res/layout

8.

During an Activity life-cycle, what is the first callback method invoked by the system?

a)

onStop()

b)

onStart()

c)

onCreate()

d)

onPause()

9.

What was Google’s main business motivation for supporting Android?

a)

To level the playing field for mobile devices

b)

To directly compete with the iPhone

c)

To corner the mobile device application market for licensing purposes

d)

To allow them to advertise more

10.

What year was the Open Handset Alliance announced?

a)

2005

b)

2006

c)

2007

d)

2008

11.

What does the src folder contain?

a)

Image and icon files

b)

XML resource files

c)

The application manifest file

d)

Java source code files

12.

Android releases since 1.5 have been given nicknames derived from how?

a)

Adjective and strange animal

b)

Food

c)

Something that starts w/ ‘A’ -> Something that starts w/ ‘B’…

d)

American states

13.

An activity can be thought of as corresponding to what?

a)

Java Project

b)

Java Class

c)

Method Call

d)

An object Field

14.

When did google purchase android?

a)

2003

b)

2004

c)

2005

d)

2007

15.

What does the .apk extension stands for

a)

Application package

b)

Application Program kit

c)

Android Proprietary kit

d)

Android Package

16.

What is contained within the manifest xml file?

a)

The permission that app requires

b)

The list of string used in the app

c)

The source code

d)

All other choices

17.

Which one is not a nickname of a version of Andriod?

a)

Cupcake

b)

Gingerbread

c)

Honeycomb

d)

Muffin

18.

What is the difference between margin and padding in android layout?

a)

Margin is specifying the extra space left on all four sides in layout

b)

Padding is used to offset the content of a view by specific px or dp

c)

Both A and B are correct

d)

None of the above

19.

Andorid doesnt make any assumptions about a device's screen size,resolution,chipset

a)

True

b)

False

20.

A device with android installed is need to develop apps for android

a)

True

b)

False