wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Android Fundamentals - Day 2 : Android Basics

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

How many orientations does Android support

a)

4

b)

10

c)

2

d)

1

2.

What is Manifest.xml in android?

a)

It has information about layout in an application

b)

It has the information about activities in an application

c)

It has all the information about an application

d)

None of the above

3.

What is an anonymous class in android?

a)

Interface

b)

Java Class

c)

Manifest File

d)

A class that does not have a name but have functionalities in it

4.

What is a funny fact about the start of Android?

a)

It was originally going to be called UFO

b)

The first version of Android was released without an actual phone on the market

c)

Androids main purpose was to unlock your car door when you left the keys inside of it

d)

Was going to be a closed source application to make more money for its company

5.

A device with Android installed is needed to develop apps for Android

a)

True

b)

False

6.

Android is based on Linux for the following reason.

a)

Security

b)

Portability

c)

Networking

d)

All of the above

7.

When developing for the Android OS, Java byte code is compiled into what?

a)

Java Source Code

b)

Dalvik Application Code

c)

Dalvik Byte Code

d)

C Source Code

8.

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)

9.

What is contained within the Layout xml file?

a)

Orientations and layouts that specify what the display looks like.

b)

The permissions required by the app.

c)

The strings used in the app.

d)

The code which is compiled to run the app.

10.

An activity can be thought of as corresponding to what?

a)

A Java Class

b)

A Java Project

c)

A method call

d)

An object field