Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1) What was the first version of Android that was specifically implemented for t

ID: 3885706 • Letter: 1

Question

1) What was the first version of Android that was specifically implemented for tablets?
2) (T/F) Developers only need to ensure that their applications run on the most recent version of
Android.
3) Java programs are compiled into ______, which are interpreted an executed by a Java virtual
machine.
4) (T/F) Android uses the Dalvik virtual machine to execute dex bytecode in realtime
5) (T/F) It is recommended that Android developers use an integrated development environment
(IDE) to build Android apps
6) What defines the characteristics of the device an application will be tested on using the Android
emulator?
(1) JDK
(2) AVD
(3) Gradle
(4) Android SDK
7) What project file specifies the hardware requirements of an Android app?
(1) AndroidManifest.xml
(2) strings.xml
(3) build.gradle
(4) MainActivity.java
8) (T/F) Developers only need to provide a single image for each drawable resources since Android
will automatically ensure the images look good on a variety od screen densities.

Explanation / Answer

1)Android 3.1 Honeycomb

2)false

3)bytecode

4)True

5)True

6)Android SDK

7)AndroidManifest.xml

8)True