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.

14 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Structured data storage is possible through

  1. JDataStore
  2. DB2
  3. SQLite
  4. MobiSnap
Question 2 Multiple Choice (Multiple Answers)

What are the different wireless data technologies available in Android? (More than one answer)

  1. Bluetooth
  2. EDGE
  3. 3G
  4. WiFi
Question 3 Multiple Choice (Multiple Answers)

What are the available forms of messaging in Android?

  1. SMS
  2. MMS
  3. NMS
  4. RMS
Question 4 Multiple Choice (Multiple Answers)

What are the different types of Android applications?

  1. Platform Applications
  2. Proprietary Applications
  3. Google Applications
  4. 3rd Party Applications
Question 5 Multiple Choice (Single Answer)

How can we create an Android Project?

  1. Using Eclipse
  2. Using IntelliJ IDE
  3. Emacs Editor
  4. All of the above
Question 6 Multiple Choice (Single Answer)

Which Android tool is used to package the apk file that constitutes an Android application?

  1. android
  2. ddms
  3. aapt
  4. Monkey
Question 7 Multiple Choice (Multiple Answers)

What are the major components of the Android Platform?

  1. Operating System
  2. Middleware Libraries
  3. Application Framework
  4. Applications
Question 8 Multiple Choice (Single Answer)

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?

  1. Linux 2.0
  2. Linux 1.2
  3. Linux 2.6
  4. Linux 2.4
Question 9 Multiple Choice (Single Answer)

Which Component belongs to Android Application Framework?

  1. Media Library
  2. Content Provider
  3. WebKit
  4. FreeType
Question 10 Multiple Choice (Single Answer)

Which one is the essential component in an Android application used by the system to instantiate and run as needed?

  1. Surface Manager
  2. Package Manager
  3. Activities
  4. Location Manager
Question 11 Multiple Choice (Single Answer)

What is the name of the asynchronous messages used for activating the Activities, Services and Broadcast receiver components?

  1. Manifest
  2. Filters
  3. Kickers
  4. Intents
Question 12 Multiple Choice (Single Answer)

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?

  1. Monkey
  2. Traceview
  3. Launcher
  4. Clicker
Question 13 Multiple Choice (Single Answer)

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?

  1. .classpath
  2. AndroidManifest
  3. .project
  4. default.properties
Question 14 Multiple Choice (Single Answer)

How many tabs can you have in Firefox?

  1. As many as you want(depends on how much RAM you have)
  2. 16
  3. 32
  4. 64