Chapter 1 - Android Exam

Is this your test? Login to manage it. If not, you can develop an assessment just like it.

This is a non-interactive preview of the quiz content.

1.
1 point
The ____ in Eclipse is the window that contains the application folders for a project.
2.
1 point
The correct package name for the helloandroidworld app using the domain androidbootcamp.net.ph is:
3.
1 point
Because Android is open-source, phone manufacturers do not have to pay to use it on their phones.
4.
1 point
Files that are automatically generated are placed in the ____ folder.
5.
1 point
If you charge for an app you create, the split of profits between you and the wireless carrier is 50/50.
6.
1 point
As of July 2013, the Google Play store officially reached over 1 billion apps published.
7.
1 point
The emulator mimics almost every feature of a real Android except for the ability to ____.
8.
1 point
A program that duplicates the look and feel of a particular device is called a(n) ____.
9.
1 point
Android OS is released under GNU license allowing anyone to get the full open-source for free
10.
1 point
Android version 4.0 is also known as "Jelly bean".
11.
1 point
What is the annual cost for a developer account in iTunes or Amazon?
12.
1 point
How much is the one-time cost for a developer’s account at the Google Play store?
13.
1 point
SDK stands for ____.
14.
1 point
The gen folder contains the Java code source files for the project.
15.
1 point
____ is the most popular IDE tool for writing Java programs, and has an SDK for developing Android programs.
16.
1 point
The naming system for the different Android versions is based on dessert names.
17.
1 point
This is the name of the folder/directory that will contain the project files of your android app.
18.
1 point
The latest version of the Android platform is named ____.
19.
1 point
Android does not support tethering.
20.
1 point
XML (Extensible Markup Language) is used to assist in the layout of the Android emulator.
21.
1 point
The first Android version, release 1.0, was introduced in ____.
22.
1 point
The TextView is a specific type of
23.
1 point
The ____ is the human-readable title for your application.
24.
1 point
a container that holds as many widgets as needed
25.
1 point
When you create a new Android project, the default object placed into the emulator window is a ____.
26.
1 point
A(n) ____ is a single element such as a TextView, Button, or CheckBox control.
27.
1 point
Mobile applications are also called “mobs.”
28.
1 point
____ is NOT a feature supported by the Android platform.
29.
1 point
The android interface can support 3D graphics for a 3D interactive game experience or 3D image rendering.
30.
1 point
A project folder that contains the android .jar file which includes all the class libraries needed to build an Android app for the specific version.
31.
1 point
In which year did Google purchase the company Android, Inc.?
32.
1 point
This feature of Android identifies programs running in the background using memory and processor resources.
34.
1 point
A smartphone is a typical name for a mobile device that can perform multiple functions in addition to acting as a phone.
35.
1 point
The res folder in the package explorer contains images, music, and video.