Which of these is the correct interface definition used to bind a Service?
A. AIDL
B. IDL
C. KML
D. XML
Which of these is the incorrect explanation of the Android SDK and AVD Manager?
A. They are provided from version 1.6 of the SDK. Up to Version 1.5, there was an AVD Manager but it lacked SDK management functions.
B. You can create and startup AVD, and on startup you can delete user data up to that point.
C. The "android" command can be used if "
D. The development tools that can be downloaded from Android SDK and AVD Manager are SDK- platform, NDK-platform, emulator images, and USB drivers for handsets.
The emulator supports mounting disk image files instead of an actual SD card. Which is the correct creation method of this?
A. mksdcard-l 2048 mysd.img
B. mksdcard -create -I mysd 2048 mysd.img
C. mksdcard -create -I mysd 2GB mysd.img
D. mksdcard-l mysd 2048MB mysd.img
Which of these is the correct function of Traceview?
A. Displays a graphical task execution log.
B. Displays graphically a memory acquisition and release log
C. Displays graphically the call stack.
D. Displays graphically the Ul state hierarchy.
Which is the tool that creates certificates for signing an application?
A. adb
B. etc 1 tool
C. fastboot
D. keytool
When reading videos from a resource, which is the recommended Android storage location for video files?
A. /res/anim
B. /res/raw
C. /res/movie
D. /res/values
Which of these is the incorrect explanation of Traceview?
A. In order to create a Tracefile, you must write methods specifying the starting and ending positions of the part to be profiled.
B. Since Tracefiles are saved on SD cards, the developer must specify a file name.
C. Traceview is one of the tools of the SDK, and can be used from the command line or DDMS.
D. Since Traceview cannot use tracefiles as is, a development machine with adb must be used.
Which is the correct explanation of the Android test framework?
A. The Android test framework is based on JUnit4.
B. In order to create an Activity event unit test, create a test class extending Activity instrumentationTestCase.
C. In order to conduct unit tests using the Android test framework, it is necessary to add the configuration to your AndroidManifest.xml.
D. A physical device is required to use the Android test framework.
Which of these is the incorrect explanation of SQLite?
A. It supports views.
B. It supports triggers.
C. It supports transactions.
D. It has support for server installation.
Which of these is the correct explanation of the Android Debug Bridge (adb)?
A. The adb client will not operate normally at startup if the adb server is not running.
B. The adb server assigns even-numbered TCP ports to connect to the adb daemon.
C. The adb server binds to TCP port 5037 to receive adb client communication.
D. The adb server runs on emulators and on physical handsets.