Android Platform Fundamentals
Test your knowledge of Android platform components, development tools, and core concepts including Activities, Intents, Content Providers, application structure, and wireless capabilities.
Questions
Structured data storage is possible through
- JDataStore
- DB2
- SQLite
- MobiSnap
What are the different wireless data technologies available in Android? (More than one answer)
- Bluetooth
- EDGE
- 3G
- WiFi
What are the available forms of messaging in Android?
- SMS
- MMS
- NMS
- RMS
What are the different types of Android applications?
- Platform Applications
- Proprietary Applications
- Google Applications
- 3rd Party Applications
How can we create an Android Project?
- Using Eclipse
- Using IntelliJ IDE
- Emacs Editor
- All of the above
Which Android tool is used to package the apk file that constitutes an Android application?
- android
- ddms
- aapt
- Monkey
What are the major components of the Android Platform?
- Operating System
- Middleware Libraries
- Application Framework
- Applications
Which version of the Linux is used in Android for core system services such as security, memory management, process management, network stack, and driver model?
- Linux 2.0
- Linux 1.2
- Linux 2.6
- Linux 2.4
Which Component belongs to Android Application Framework?
- Media Library
- Content Provider
- WebKit
- FreeType
Which one is the essential component in an Android application used by the system to instantiate and run as needed?
- Surface Manager
- Package Manager
- Activities
- Location Manager
What is the name of the asynchronous messages used for activating the Activities, Services and Broadcast receiver components?
- Manifest
- Filters
- Kickers
- Intents
What is the program that runs on emulator and generates pseudo-random streams of user events such as clicks, touches, or gestures, as well as a number of system- level events?
- Monkey
- Traceview
- Launcher
- Clicker
Which file presents the essential information about the application to the Android system, information the system must have before it can run any of the application's code?
- .classpath
- AndroidManifest
- .project
- default.properties
How many tabs can you have in Firefox?
- As many as you want(depends on how much RAM you have)
- 16
- 32
- 64