wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Android & Android Studio 1

Total questions: 11

Worksheet time: 6mins

Name
Class
Date
1.

Android is developed by .......

a)

Apple

b)

Google

c)

Microsoft

d)

Android Inc

2.

When did Google purchase Android?

a)

2003

b)

2004

c)

2005

d)

2006

3.

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

a)

Animal

b)

Food

c)

Country

d)

Color

4.

Which one is not a nickname of an Android version?

a)

Cupcake

b)

Pie

c)

Nougat

d)

Menthos

5.

Android is based on which kernel?

a)

Linux

b)

Mac

c)

Windows

d)

Symbian

6.

Android is based on linux for the following reason:

a)

Security

b)

Networking

c)

Portability

d)

All of these

7.

Which programming language is used for Android Application Development?

a)

C#

b)

PHP

c)

Java & Kotlin

d)

Phyton

8.

On 7 May 2019, Google announced that the Kotlin programming language is now its preferred language for Android app developers.

a)

True

b)

False

9.

In which directory XML layout files are stored?

a)

/res/drawable

b)

/src

c)

/res/values

d)

/res/layout

10.

While Java or Kotlin source files stored in ....

a)

/res/drawable

b)

/src

c)

/res/values

d)

/res/layout

11.

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

a)

onStart()

b)

onCreate()

c)

onPause()

d)

onStop()