Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

android test no 1

Total questions: 25

Worksheet time: 25mins

Name
Class
Date
1.

Which company was the original manufacturer of the G1?

a)

Samsung

b)

Sony Ericsson

c)

LG

d)

HTC

2.

What does "HAL" stand for?

a)

Hello, Android Lovers

b)

Hardware Abstraction Layer

c)

It's a reference to the HAL 9000 computer

d)

Hardware Advancement Level

3.

What is the codename of Android 1.5?

a)

Cheesecake

b)

Creme brulee

c)

Cupcake

d)

Caramel

4.

Which codename is incorrect here?

a)

Android 7 Nutella

b)

Android 6 Marshmallow

c)

Android 8 Oreo

d)

Android 5 Lollipop

5.

What does a "launcher" do?

a)

Helps you achieve root status

b)

Lets you install custom firmware

c)

Makes launching apps quicker

d)

Lets you change your homescreen

6.

   …. Android Studio folders includes drawable files for different launcher icon.

a)

Mipmap

b)

Layout

c)

String

d)

VALUES

7.

What language used in Android Studio?

a)

Java

b)

C#

c)

HTML

d)

Android Studio

8.

   SQLite is an Open Source Database system embedded into every Android device

a)

TRUE

b)

FALSE

9.

Component handle background processing associated with an application?

a)

Activity

b)

service

c)

intent

d)

none of these

10.

  Which of the following is NOT a valid usage for Intents?

a)

Activate and Activity

b)

   Activate a Service

c)

     Activate a Broadcast receiver

d)

Activate a SQLite DB Connection

11.

    In Android, by default, SQLite database save data in?

a)

    Memory   

b)

external storage

c)

internal storage  

d)

none of these

12.

  Android doesn’t make any assumption about devices screen size, resolution or chep set.

a)

true

b)

false

13.

    How will you add marker on map?

a)

   Directly use draw method.

  

b)

 You cannot add marker on the map

c)

Implement an Overlay class and override the  

d)

None of the above.

14.

   If you know the address of a location but want to know its latitude and longitude, then which class is used?

a)

    Geocoder         

b)

Location  

c)

MapViewLocation

d)

None of the above.

15.

Android applications signed at the time _____

a)

before installed

b)

After installed

c)

Both A and B

d)

None of these

16.

Which folder that contains the R.java file of the following?

a)

res

b)

src

c)

gen

d)

bin

17.

For using Google map which permission you will specify in the AndroidManifest.xml?

a)

USEMAP   

b)

 USE_GOOGLE_MAP  

c)

 INTERNET 

d)

None of the above.

18.

It is the official IDE for Android application development, based on IntelliJ IDEA (a Java IDE).

a)

Visual Studio

b)

NetBeans

c)

Eclipse

d)

Android Studio

19.

    Androids XML file contains …

a)

    Permission

b)

picture & video 

c)

Orientation and layouts

d)

all  of these

20.

Src folder contain____files

a)

Java source code

b)

XML

c)

manifest

d)

None of these

21.

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

a)

onCreate()

b)

OnStart()

c)

OnResume()

d)

OnStop()

22.

Android Web Browser is based on

a)

Chrome

b)

Open-source Webkit

c)

Safari

d)

Firefox

23.

Which folder do you copy and paste an image into?

a)

Resources

b)

Java

c)

Drawable

d)

Layout

24.

Which file do you alter the image displayed by the ImageView in?

a)

MainActivity

b)

AndroidManifest.xml

c)

Drawable

d)

Activity_main_xml

25.

What is the name of the program that converts Java byte code into Dalvik byte code?

a)

Android Interpretive Compiler (AIC)

b)

Dalvik Converter

c)

Dex compiler

d)

Mobile Interpretive Compiler (MIC)