wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

android

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

Which of below is NOT android device?

a)

Oppo

b)

Huawei

c)

Iphone

d)

Samsung

2.

android is a linux based operating system?

a)

True

b)

False

3.

Android Is Developed By

a)

Apple

b)

Microsoft

c)

Google

d)

Android Inc.

4.

Which Programming Language Is Used For Android Application Development?

a)

NodeJs

b)

PHP

c)

Java

d)

JSX

5.

Android Web Browser is based on

a)

Chrome

b)

Open-source Webkit

c)

Safari

d)

Firefox

6.

Android is based on Linux for the following reason.

a)

Security

b)

Portability

c)

Networking

d)

All of these

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.

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

10.

What language used in Android Studio?

a)

Java

b)

C#

c)

HTML

d)

Android Studio

11.

What is the latest Android?

a)

Masmallow

b)

Pie

c)

Q

d)

Noughat

12.

Mention the features of Android?

a)

Storage

b)

Muti-Touch

c)

Flash support

d)

Vas support

e)

all the above

13.

What does DVM optimize the virtual machine for?

a)

Memory

b)

Battery Life

c)

Performance

d)

Camera

14.

What does Android SDK Contains?

4 lines
15.

When the activity starts interacting with user which function wil be called?

a)

onCreate()

b)

OnStart()

c)

OnResume()

d)

OnStop()